CommodityClassification

Use this element to specify information about classifying an item by type or nature.

Elements

Name (Path)CardinalityDescription
Commodity Classification (/Invoice/InvoiceLine/ CommodityClassificationCode)0..1A group of elements providing information about the items classification by type or nature.
Commodity Classification - Item Classification Identifier (/Invoice/InvoiceLine/CommodityClassificationCode/ ItemClassificationCode)1..1A code for classifying the item by its type or nature.
Commodity Classification - Item Classification Scheme Identifier (/Invoice/InvoiceLine/CommodityClassificationCode/ ItemClassificationCode @schemeID)1..1The 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

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>