EN 16931: Commodity Classification

You must use one of the specified values to specify the type of item.

Use the ItemClassificationCode subelement of the Item element to specify this information.

More information about classification is provided in the Item Categorization topic.

Element

ElementDescription
Invoice/InvoiceLine/ItemClassificationCodeThe code that represents the item.
Invoice/InvoiceLine/ItemClassificationCode @listIDThis represents the type of classification. Use one of the allowed UNTDID 7143 values for the attribute value.

Restrictions

You must use one of the values from the UNTDID 7143 list here for the @listID attribute.

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>