Peppol BIS Billing 3.0 · rule
UBL-CR-584
What does UBL-CR-584 mean? A UBL invoice should not include the InvoiceLine Item StandardItemIdentification PhysicalAttribute
Why did my invoice fail UBL-CR-584?
The official rule states: "A UBL invoice should not include the InvoiceLine Item StandardItemIdentification PhysicalAttribute". The PhysicalAttribute element under InvoiceLine/Item (Item/StandardItemIdentification) exists in the generic UBL 2.1 schema but is not mapped to any EN 16931 business term, so a core-compliant invoice must leave it out. Receivers validating against EN 16931 will flag it because data in unmapped elements cannot be reliably processed. EN 16931 uses only the identifier with its scheme: cac:StandardItemIdentification/cbc:ID with a schemeID attribute (BT-157).
Official rule text
A UBL invoice should not include the InvoiceLine Item StandardItemIdentification PhysicalAttribute
Common causes
- A UBL generator emitting all optional children of cac:StandardItemIdentification instead of only cbc:ID
- Putting barcode or physical-attribute data here instead of encoding the scheme in the schemeID attribute of cbc:ID
- Copying a catalogue UBL structure into the invoice
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.