VRBL-INV-FR-CIUS-1p0-F1-10

Basic Info

Rule When the Allowance Charge Indicator is false, the Allowance Charge Tax Percent must be provided in the Allowance Charge Group.
Context /ubl:Invoice/cac:AllowanceCharge
Pattern vrbl-invoice-fr-cius-1p0-ppf-flow1
Severity warning

Used Template: NotEmpty

Parameter Value
probe = cac:TaxCategory/cbc:Percent

Implementation

(
	not(cbc:ChargeIndicator = 'false')
)
or
(
	normalize-space(cac:TaxCategory/cbc:Percent) != ''
)