Schema Central  >  UBL 2.3  >  UBL-CommonAggregateComponents-2.3.xsd  >  cac:TaxSubtotal
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:TaxSubtotal

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:TaxSubtotalType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:TaxableAmount [0..1]The net amount to which the tax percent (rate) is applied to calculate the tax amount.
    3. cbc:TaxAmount [1..1]The amount of this tax subtotal.
    4. cbc:CalculationSequenceNumeric [0..1]The number of this tax subtotal in the sequence of subtotals corresponding to the order in which multiple taxes are applied. If all taxes are applied to the same taxable amount (i.e., their order of application is inconsequential), then CalculationSequenceNumeric is 1 for all tax subtotals applied to a given amount.
    5. cbc:TransactionCurrencyTaxAmount [0..1]The amount of this tax subtotal, expressed in the currency used for invoicing.
    6. cbc:Percent [0..1]The tax rate of the tax category applied to this tax subtotal, expressed as a percentage.
    7. cbc:BaseUnitMeasure [0..1]The unit of measure on which the tax calculation is based
    8. cbc:PerUnitAmount [0..1]Where a tax is applied at a certain rate per unit, the rate per unit applied.
    9. cbc:TierRange [0..1]Where a tax is tiered, the range of taxable amounts that determines the rate of tax applicable to this tax subtotal.
    10. cbc:TierRatePercent [0..1]Where a tax is tiered, the tax rate that applies within a specified range of taxable amounts for this tax subtotal.
    11. cac:TaxCategory [1..1]The tax category applicable to this subtotal.

Attributes

None

Used in

Sample instance

<cac:TaxSubtotal>
   <cbc:TaxableAmount currencyID="GBP">100.00</cbc:TaxableAmount>
   <cbc:TaxAmount currencyID="GBP">17.50</cbc:TaxAmount>
   <cac:TaxCategory>
      <cbc:ID>A</cbc:ID>
      <cac:TaxScheme>
         <cbc:ID>UK VAT</cbc:ID>
         <cbc:TaxTypeCode>VAT</cbc:TaxTypeCode>
      </cac:TaxScheme>
   </cac:TaxCategory>
</cac:TaxSubtotal>