VRBL-INV-MY-1p0-117

Basic Info

Rule When the Invoiced Item Tax Category Code indicates a tax exemption, the Tax Exemption Reason Text must exist within the Line Tax Information.
Context /ubl:Invoice/cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory
Pattern vrbl-invoice-my-1p0
Severity fatal

Used Template: Exists

Parameter Value
probe = cbc:TaxExemptionReason

Implementation

(
	not(cbc:ID = concat($VRBL-MY-Prefix, 'E') or cbc:ID='E')
)
or
(
	boolean(cbc:TaxExemptionReason)
)