Serbia: Tax Information (Line Level)

You must include specific tax information at the line level.

Use the ClassifiedTaxCategory sub-element of the Item element.

Elements

ElementDescription
Invoice/InvoiceLine/Item/ClassifiedTaxCategoryUse one of the allowed values.
Invoice/InvoiceLine/Item/ClassifiedTaxCategory/TaxScheme/IDSpecify VAT.

Restrictions

  • You must use one of the following values. This is a subset of the UNCL5305 list:

    ValueDescription
    SStandard rate
    AEReverse Charge
    ZZero rated goods/tax exemption with right to deduction
    EExempt from VAT/tax exemption without deduction rights
    RExempt from VAT
    OServices outside scope of VAT
    OEServices outside scope of VAT 2
    SSSpecial procedures
    NCancellation
  • Specify VAT in the TaxScheme/ID element.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:Item>
        <!-- Code omitted for clarity -->
        <cbc:Name>ItemName</cbc:Name>
        <cac:SellersItemIdentification>
            <cbc:ID>730430</cbc:ID>
        </cac:SellersItemIdentification>
        <cac:ClassifiedTaxCategory>
            <cbc:ID>S</cbc:ID>
            <cbc:Percent>10</cbc:Percent>
            <cac:TaxScheme>
                <cbc:ID>VAT</cbc:ID>
            </cac:TaxScheme>
        </cac:ClassifiedTaxCategory>
        <!-- Code omitted for clarity -->
    </cac:Item>
    <!-- Code omitted for clarity -->
</ubl:Invoice>