IBR-046-OM
The VAT rates (IBT-096, IBT-103, IBT-119, IBT-152, IBT-193) if exists MUST only be numeric (without percentage symbol) ranging from 0.00 to 100.00, with maximum of two decimals.
About
- ID
IBR-046-OM- Flag
- fatal
- Context
cbc:Percent- Test
matches(normalize-space(.), '^\d+(\.\d{1,2})?$') and (if (. castable as xs:decimal) then (xs:decimal(.) >= 0 and xs:decimal(.) <= 100) else false())