Faktura

BR-DE-CVD-06-b

fatalXRechnung 3.0.2 (Germany)profileCIIUBLBT-158BT-160

Wenn "Item attribute name" (BT-160) mit dem Wert 'cva' angegeben ist, muss in derselben Rechnungszeile genau ein "Item classification identifier" (BT-158) mit dem Scheme identifier 'CVD' vorhanden sein.

Why it fails

A line has a 'cva' item attribute but no CVD item classification.

How to fix it

Add exactly one item classification identifier (BT-158) with schemeID 'CVD' on that line.

What the validator checks

CII — context

not(ram:ApplicableProductCharacteristic/ram:Description = 'cva') or count(ram:DesignatedProductClassification/ram:ClassCode[@listID = 'CVD']) = 1

UBL — context

not(cac:AdditionalItemProperty[cbc:Name = 'cva']) or count(cac:CommodityClassification/cbc:ItemClassificationCode[@listID = 'CVD']) = 1

Related rules

Part of BR-DE-CVD — German construction extension.

Validate an invoice against this rule →