VRBL-INV-SYSTEM-47

Basic Info

Rule If there is a value for Delivery Location Postal Zone, the allowed maximum number of characters is 100.
Context /ubl:Invoice
Pattern vrbl-invoice-system
Severity fatal

Used Template: SystemLengthLimit

Parameter Value
probe = cac:Delivery/cac:DeliveryLocation/cac:Address/cbc:PostalZone
length = 100

Implementation

not(boolean(cac:Delivery/cac:DeliveryLocation/cac:Address/cbc:PostalZone))
or
string-length(normalize-space((cac:Delivery/cac:DeliveryLocation/cac:Address/cbc:PostalZone)[1])) <= 100