StandardItemIdentification
Use this element to specify information about standard item identification.
Elements
Name (Path) | Cardinality | Description |
---|---|---|
Standard Item Identification (/Invoice/InvoiceLine/SellersItemIdentification ) | 0..1 | A group of elements providing information about standard item identification. |
Standard Item Identification - ID (/Invoice/InvoiceLine/SellersItemIdentification/ID ) | 1..1 | An identifier based on a registered scheme. |
Standard Item Identification - ID (/Invoice/InvoiceLine/SellersItemIdentification/ID @schemeID ) | 1..1 | The scheme to which the identifier belongs. |
Restrictions
- You must use values from the ISO 6523 ICD list for the
@schemeID
attribute.
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>
Updated about 23 hours ago