VRBL-INV-EN16931-M-42

Basic Info

Rule Within the first Seller Party Legal Entity Group, the Seller Party Legal Entity Registration Name must be provided in the Invoice.
Context /ubl:Invoice
Pattern vrbl-invoice-en16931-ubl-model
Severity fatal

Used Template: NotEmpty

Parameter Value
probe = cac:AccountingSupplierParty/cac:Party/cac:PartyLegalEntity/cbc:RegistrationName

Implementation

(
	not(count(../preceding-sibling::cac:PartyLegalEntity) = 0)
)
or
(
	normalize-space(cac:AccountingSupplierParty/cac:Party/cac:PartyLegalEntity/cbc:RegistrationName) != ''
)