XML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<cac:Item>
<cbc:Description>text</cbc:Description>
<cbc:Name>text</cbc:Name>
<cac:SellersItemIdentification>
<cbc:ID>12345</cbc:ID>
</cac:SellersItemIdentification>
<cac:OriginCountry>
<cbc:IdentificationCode>DK</cbc:IdentificationCode>
</cac:OriginCountry>
<cac:ClassifiedTaxCategory>
<cbc:ID>S</cbc:ID>
<cbc:Percent>25</cbc:Percent>
<cac:TaxScheme>
<cbc:ID>VAT</cbc:ID>
</cac:TaxScheme>
</cac:ClassifiedTaxCategory>
</cac:Item>