Validation rules
UBL-SR-50
An item carries more than one description (BT-154) — only one cbc:Description per cac:Item is allowed.
- Rule
UBL-SR-50— official EN 16931 / XRechnung rule- Severity
- error
- Business term
BT-154— Item description- Field in your JSON
invoice.lines[*].description- Detected by
- tier 3 — KoSIT validator (authoritative)
- Reachability
- Only reachable when validating your own XML — normbill-generated documents cannot trigger it
The serializer emits at most one Description per item, from invoice.lines[i].description.
How to fix it
Merge the texts into one cbc:Description per item. Through normbill, line.description is a single string.
UBL-SR-50 auf Deutsch — was bedeutet der Fehler?
Der KoSIT-Validator lehnt die Rechnung ab, weil ein Artikel mehrere Beschreibungen (BT-154) trägt — nur eine cbc:Description je cac:Item ist erlaubt.
So beheben Sie den Fehler
Fassen Sie die Texte in einer cbc:Description je Artikel zusammen. Über normbill ist line.description ein einzelner String.
Official sources
- XRechnung specification (KoSIT / xeinkauf.de)
- KoSIT validator on GitHub and the XRechnung validator configuration
Every 422 from the API lists the rule id, the path in your request JSON, a plain-language message and a suggested fix — see the docs overview for the report format.