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

PathUsageFinal Format XPath
Invoice/InvoiceLine/Item/CommodityClassification/ItemClassificationCodeO*/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>

Did this page help you?