Switzerland (YellowBill): Invoice Line Commodity Classification Code
A code for classifying the item by its type or nature.
For yellowbill use, the list identifier @listID attribute the type of item classification.
Elements
| Path | Usage | Final Format XPath |
|---|---|---|
Invoice/InvoiceLine/Item/CommodityClassification/ItemClassificationCode | O* | /Envelope/Body/Invoice/LineItem/ProductIDs/ProductID |
Example
<ubl:Invoice>
<!-- ... omitted for readability -->
<cac:InvoiceLine>
<!-- ... omitted for readability -->
<cac:Item>
<!-- ... omitted for readability -->
<cac:CommodityClassification>
<cbc:ItemClassificationCode listID="SN">1111111111222222222</cbc:ItemClassificationCode>
</cac:CommodityClassification>
</cac:Item>
</cac:InvoiceLine>
</ubl:Invoice>Updated 9 days ago
Did this page help you?