VRBL: Standard Item IDs

You can add an item classification to your items on the line level.

This is specified at the line level.

Elements

Use the StandardItemIdentification element to model this information:

Name (Path)CardinalityDescription
Standard Item Identification (/Invoice/InvoiceLine/SellersItemIdentification)0..1A group of elements providing information about standard item identification.
Standard Item Identification - ID (/Invoice/InvoiceLine/SellersItemIdentification/ID)1..1An identifier based on a registered scheme.
Standard Item Identification - ID (/Invoice/InvoiceLine/SellersItemIdentification/ID @schemeID)1..1The scheme to which the identifier belongs.

Restrictions

  • You must use one of the values from the ISO 6523 ICD list here for the @schemeID attribute.

Country-Specific configuration

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:StandardItemIdentification>
            <cbc:ID schemeID="0160">5012345679920</cbc:ID>
        </cac:StandardItemIdentification>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</Invoice>