VRBL-INV-MY-1p0-81
Basic Info
| Rule | The Delivery Party Legal Entity Company ID and Delivery Party Identification ID used as National Registration Identity Card Number are mutually exclusive. |
| Context |
/ubl:Invoice/cac:Delivery/cac:DeliveryParty
|
| Pattern | vrbl-invoice-my-1p0 |
| Severity | fatal |
Implementation
not(
boolean(cac:PartyLegalEntity/cbc:CompanyID)
and
boolean(cac:PartyIdentification/cbc:ID[@schemeID = concat($VRBL-MY-Prefix, 'NRIC')])
)