Peppol BIS Billing 3.0 · rule
UBL-CR-331
What does UBL-CR-331 mean? A UBL invoice should not include the TaxRepresentativeParty PartyTaxScheme TaxScheme Name
Why did my invoice fail UBL-CR-331?
The invoice should not contain the Name element inside the tax representative's TaxScheme (cac:TaxRepresentativeParty/cac:PartyTaxScheme/cac:TaxScheme/cbc:Name). EN 16931 identifies the tax scheme by its code in cbc:ID (the value VAT for the representative's VAT identifier BT-63); a textual scheme name is outside the core model.
Official rule text
A UBL invoice should not include the TaxRepresentativeParty PartyTaxScheme TaxScheme Name
Common causes
- The generator emits both cbc:ID and a descriptive cbc:Name for the tax scheme
- A full TaxScheme object is serialised from a code list that stores code plus label
How do I fix it?
<cac:TaxScheme> <cbc:ID>VAT</cbc:ID> </cac:TaxScheme> <!-- remove <cbc:Name>Value added tax</cbc:Name> -->
Related rules
UBL-CR-001 · UBL-CR-002 · UBL-CR-003 · UBL-CR-004 · UBL-CR-005 · UBL-CR-006 · UBL-CR-007 · UBL-CR-008
Check your invoice against this rule
Paste it into the live demo, or call POST /v1/validate. See the quickstart.