VRBL-INV-FR-CIUS-1p0-150

Basic Info

Rule When the Invoice Type Code is 262, the Invoice End Date must exist within the Invoice.
Context /ubl:Invoice
Pattern vrbl-invoice-fr-cius-1p0
Severity warning

Used Template: Exists

Parameter Value
probe = cac:InvoicePeriod/cbc:EndDate

Implementation

(
	not(cbc:InvoiceTypeCode = '262')
)
or
(
	boolean(cac:InvoicePeriod/cbc:EndDate)
)