VRBL-INV-CH-YELLOWBILL-3p0-22

Basic Info

Rule When Invoice Line Invoice Period Description Code is provided, the Invoice Line Period End Date must exist within the Invoice Line Period.
Context /ubl:Invoice/cac:InvoiceLine/cac:InvoicePeriod
Pattern vrbl-ch-yellowbill-3p0
Severity fatal

Used Template: Exists

Parameter Value
probe = cbc:EndDate

Implementation

(
	not(boolean(cbc:DescriptionCode))
)
or
(
	boolean(cbc:EndDate)
)