VRBL: Commodity Classification
You can add a commodity classification to your Document.
Elements
Use the CommodityClassification element to model this information:
Name (Path) | Cardinality | Description |
---|---|---|
Commodity Classification (/Invoice/InvoiceLine/ CommodityClassificationCode ) | 0..1 | A group of elements providing information about the items classification by type or nature. |
Commodity Classification - Item Classification Identifier (/Invoice/InvoiceLine/CommodityClassificationCode/ ItemClassificationCode ) | 1..1 | A code for classifying the item by its type or nature. |
Commodity Classification - Item Classification Scheme Identifier (/Invoice/InvoiceLine/CommodityClassificationCode/ ItemClassificationCode @schemeID ) | 1..1 | The identification scheme of the code list. |
Restrictions
- For countries who do not require specific values, use the values from the UNCL7143 list in the
@schemeID
attribute.
Country specific configurations
Format specific configurations
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<!-- code omitted for clarity -->
<cac:CommodityClassification>
<cbc:ItemClassificationCode listID="STI">44331</cbc:ItemClassificationCode>
</cac:CommodityClassification>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
</Invoice>
Updated 20 days ago