Poland (FA(2)): Item Classification Identifier
You can model item classifications for Polish FA(2) Documents.
General information about Item Classification is provided in the Item Categorization topic.
Elements
Use the following sub-elements of the Item element to model this information:
| Name (Path) | Cardinality | Description |
|---|---|---|
Item Classification Code Group (Item/CommodityClassification/) | 0..1 | Group of elements used to classify a commodity or item. |
Item Classification Code (Invoice/InvoiceLine/Item/CommodityClassification/ ItemClassificationCode) | 1..1 | Code used to classify the item. |
Item Classification Code - List ID (Invoice/InvoiceLine/Item/CommodityClassification/ ItemClassificationCode @listID) | 1..1 | Use VRBL:PL:PKWiU. |
Restrictions
You must use VRBL:PL:PKWiU in the @listID attribute. This classification is used for all Polish classifications.
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:InvoiceLine>
<!-- Code omitted for clarity -->
<cac:Item>
<!-- Code omitted for clarity -->
<cac:CommodityClassification>
<cbc:ItemClassificationCode listID="VRBL:PL:PKWiU">01.11.74.0</cbc:ItemClassificationCode>
</cac:CommodityClassification>
<!-- Code omitted for clarity -->
</cac:Item>
<!-- Code omitted for clarity -->
</cac:InvoiceLine>
</ubl:Invoice>
Updated 4 days ago
