VRBL-INV-IS-1p0-3

Basic Info

Rule When the Seller Country Code is 'IS', the Seller Address Line 1 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:StreetName

Implementation

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