Invoice Structure
TaxTotal

cac:TaxTotal

The aggregate tax amount for each specific taxation scheme.

About

  • Occurrence: [0..n]
  • Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Child elements

Data FieldOccurrenceDefinition
cbc:TaxAmount[1..1]The total tax amount for a particular taxation scheme, e.g., VAT; the sum of the tax subtotals for each tax category within the taxation scheme.
cac:TaxSubtotal[0..*]One of the subtotals the sum of which equals the total tax amount for a particular taxation scheme.

Example

<cac:TaxTotal>
    <cbc:TaxAmount currencyID="KHR">10000</cbc:TaxAmount>
    <cac:TaxSubtotal>
        ...
    </cac:TaxSubtotal>
    <cac:TaxSubtotal>
        ...
    </cac:TaxSubtotal>
</cac:TaxTotal>