Peppol BIS Billing 3.0 · rule
UBL-CR-193
What does UBL-CR-193 mean? A UBL invoice should not include the AccountingSupplierParty Party Person
Why did my invoice fail UBL-CR-193?
This EN 16931 rule warns when the UBL element cac:AccountingSupplierParty/cac:Party/cac:Person is present: the invoice should not include a Person structure under the seller party. EN 16931 has no person-level detail for the seller; individual contact information is carried in the seller contact (BG-6) via cac:Contact, and the trading name/legal name cover naming. The element is not forbidden by UBL itself, but it lies outside the EN 16931 core invoice model, so remove it to keep the invoice fully conformant and interoperable.
Official rule text
A UBL invoice should not include the AccountingSupplierParty Party Person
Common causes
- Contact person data mapped to cac:Person instead of cac:Contact
- Full UBL 2.1 schema export enabling the Person structure
- Sole trader details mapped as a person rather than as the party name
How do I fix it?
<!-- put the contact person in cac:Contact (BG-6), not cac:Person --> <cac:Contact> <cbc:Name>Jane Doe</cbc:Name> <cbc:Telephone>+386 1 234 5678</cbc:Telephone> <cbc:ElectronicMail>jane.doe@example.com</cbc:ElectronicMail> </cac:Contact>
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
Paste it into the live demo, or call POST /v1/validate. See the quickstart.