VRBL-INV-IS-1p0-11

Basic Info

Rule When the Seller Country Code is 'IS', the Seller Postal Zone must exist within the Seller Party.
Context /ubl:Invoice/cac:AccountingSupplierParty/cac:Party
Pattern vrbl-invoice-is-peppolbis-3p0
Severity fatal

Used Template: Exists

Parameter Value
probe = cac:PostalAddress/cbc:PostalZone

Implementation

(
	not(cac:PostalAddress/cac:Country/cbc:IdentificationCode = 'IS')
)
or
(
	boolean(cac:PostalAddress/cbc:PostalZone)
)