BR-DE-CVD-03
In einer Rechnung muss mindestens eine INVOICE LINE (BG-25) enthalten sein, in der der Scheme identifier von "Item classification identifier" (BT-158) den Wert 'CVD' und der "Item attribute name" (BT-160) den Wert 'cva' enthält.
What does this rule mean?
No invoice line carries the CVD marking.
A CVD invoice needs at least one line whose item classification (BT-158) uses the "CVD" scheme and which carries an item attribute (BT-160) named "cva" — that pair is what creates the reporting record.
- BG-25
- Invoice line (group)
- BT-158
- Item classification identifier
- BT-160
- Item attribute name
Official rule message (standard)
In einer Rechnung muss mindestens eine INVOICE LINE (BG-25) enthalten sein, in der der Scheme identifier von "Item classification identifier" (BT-158) den Wert 'CVD' und der "Item attribute name" (BT-160) den Wert 'cva' enthält.
Official rule message from the standard.
Where the rule applies
Syntax: CII · UBL
The same rule, expressed twice: UBL and CII name the same fields with different paths. Running a CII file against the UBL rules is why you get errors that mean nothing.
UBL
(/ubl:Invoice | /cn:CreditNote)[$isCVD]
CII
/rsm:CrossIndustryInvoice[$isCVD]/rsm:SupplyChainTradeTransaction
Technical test
The rule passes when this Schematron expression holds true:
ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct[ram:DesignatedProductClassification/ram:ClassCode/@listID = 'CVD' and ram:ApplicableProductCharacteristic/ram:Description = 'cva']How to fix it
A missing or incorrect business entry only you can supply. Add or correct it, then re-check.
Mark the vehicle line with the CVD classification scheme and the cva attribute.
Correct the affected entry in your XML, then re-check the invoice. Validation runs locally in your browser — your file never leaves your machine.
Check an e-invoice here
Drop an XML or ZUGFeRD PDF file here. Validation runs locally in your browser against EN 16931 — your file never leaves your machine.