Reference
Markdown exportBR-CL-13 Item classification scheme must come from UNTDID 7143
The item classification identifier scheme identifier (BT-158-1) must be a code from the UNTDID 7143 list.
Problem Description
The item classification identifier scheme identifier (BT-158-1) must be a code from the UNTDID 7143 list.
ERROR
XRechnung 3.0
Context and Significance
This EN16931 core code-list rule identifies which classification catalogue a coded item belongs to.
Solution
Set the listID to a valid UNTDID 7143 code such as SRV (GS1 GPC) or STI (CPV); do not use a plain scheme name.
Quick actions
Valid Examples
Use these points as the practical checks for this section.
- BT-158-1 = SRV — GS1 Global Product Classification
- BT-158-1 = STI — CPV procurement vocabulary
Invalid Examples
Use these points as the practical checks for this section.
- BT-158-1 = GPC — not a UNTDID 7143 code
- BT-158-1 = CUSTOM — free-text scheme
Code Examples
Valid XML
<cac:CommodityClassification>
<cbc:ItemClassificationCode listID="STI">30192700</cbc:ItemClassificationCode>
</cac:CommodityClassification>Invalid XML
<cac:CommodityClassification>
<cbc:ItemClassificationCode listID="CPV">30192700</cbc:ItemClassificationCode>
</cac:CommodityClassification>