CommodityClassification
Use this element to specify information about classifying an item by type or nature.
Elements
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
- EN 16931: Commodity Classification
- Poland B2B: Item Classification Identifier
- Portugal: Item Commodity Classification
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 1 day ago