TaxTotal (Extn)

Used to specify tax total information for reduced tax totals in Serbia.

Details

ComponentValue
NameTaxTotal
PathInvoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ReducedTotals/TaxTotal
Data Typen/a
Typen/a
Minimum Occurrencen/a
Maximum Occurrencen/a
Super Ordinate ElementReducedTotalsType (Extn)
Country Specific TopicsSerbia: Reduced Tax Totals

Elements

ElementDescription
Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ReducedTotals/TaxTotal/TaxSubtotal/TaxableAmountSpecifies the difference between the taxable amount of the current invoice and the taxable amount of the preceding, corresponding advance payment invoice for a given Tax Category, in the final invoice.
Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ReducedTotals/TaxTotal/TaxSubtotal/TaxAmountSpecifies the difference between the tax amount of the current invoice and the tax amount of the preceding, corresponding advance payment invoice for a given Tax Category, in the final invoice.
Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ReducedTotals/TaxTotal/TaxSubtotal/TaxCategorySpecifies information about the tax category for each tax breakdown of the current and of the preceding, corresponding advance payment invoice, in the final invoice.
Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ReducedTotals/TaxTotal/TaxSubtotal/TaxCategory/TaxScheme/IDSpecify VAT.

Example

The following example is from the Serbia: Reduced Tax Totals topic:

<ubl:Invoice>
    <cec:UBLExtensions>
        <cec:UBLExtension>
            <cec:ExtensionContent>
                <vrbl:InvoiceExtension>
                    <!-- Code omitted for clarity -->
                    <vrbl:ReducedTotals>
                        <cac:TaxTotal>
                            <cbc:TaxAmount currencyID="RSD">110</cbc:TaxAmount>
                            <cac:TaxSubtotal>
                                <cbc:TaxableAmount currencyID="RSD">400</cbc:TaxableAmount>
                                <cbc:TaxAmount currencyID="RSD">80</cbc:TaxAmount>
                                <cac:TaxCategory>
                                    <cbc:ID>S</cbc:ID>
                                    <cbc:Percent>20</cbc:Percent>
                                    <cac:TaxScheme>
                                        <cbc:ID>VAT</cbc:ID>
                                    </cac:TaxScheme>
                                </cac:TaxCategory>
                            </cac:TaxSubtotal>>
                            <!-- Code omitted for clarity -->
                        <cac:TaxTotal>
                    </vrbl:ReducedTotals>
                    <!-- Code omitted for clarity -->    
                </vrbl:InvoiceExtension>
            </cec:ExtensionContent>
        </cec:UBLExtension>    
    </cec:UBLExtensions>
    <!-- Code omitted for clarity -->
</ubl:Invoice>