Serbia (SeF): Sellers Item Identification

In Serbian e-transport, the sellers item identification is a mandatory element.

Elements

Name (Path)CardinalityDescription
Sellers Item Identification (DispatchAdvice/DispatchLine/SellersItemIdentification)1..1A group of elements providing information about the Seller's item identification.
Item Seller's Identifier (ID)1..1An identifier, assigned by the Seller, for the item.

Example

<DispatchAdvice>
    <!-- code omitted for clarity -->
    <cac:DispatchLine>
        <!-- code omitted for clarity -->
        <cac:Item>
            <!-- code omitted for clarity -->
            <cac:SellersItemIdentification>
                <ID>SE.88664422</ID>
            </cac:SellersItemIdentification>
            <!-- code omitted for clarity -->
        </cac:Item>
        <!-- code omitted for clarity -->
    </cac:DispatchLine>
</DispatchAdvice>