VRBL-INV-NL-1p0-2
Basic Info
| Rule | The Seller Legal Registration ID must be either a KVK or OIN number (@schemeID 0106 or 0190) |
| Context |
/ubl:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyLegalEntity/cbc:CompanyID
|
| Pattern | vrbl-invoice-nl-1p0 |
| Severity | fatal |
Implementation
not($NLSupplierCountry = 'NL')
or
(
normalize-space(@schemeID) = '0106'
or
normalize-space(@schemeID) = '0190'
)