VRBL-INV-CORE-193
Basic Info
| Rule | The Payee Party Name Group must occur maximum once, if the Payee Party Group is different from the Seller Group. |
| Context |
/ubl:Invoice/cac:PayeeParty
|
| Pattern | vrbl-invoice-core |
| Severity | fatal |
Implementation
(
count(cac:PartyName/cbc:Name) <= 1
)
or
(
(cac:PartyName/cbc:Name) = (../cac:AccountingSupplierParty/cac:Party/cac:PartyLegalEntity/cbc:RegistrationName)
)