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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:TaxCategory

Element information

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

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

Type: cac:TaxCategoryType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:ID [0..1]An identifier for this tax category.
    3. cbc:Name [0..1]The name of this tax category.
    4. cbc:Percent [0..1]The tax rate for this category, expressed as a percentage.
    5. cbc:BaseUnitMeasure [0..1]A Unit of Measures used as the basic for the tax calculation applied at a certain rate per unit.
    6. cbc:PerUnitAmount [0..1]Where a tax is applied at a certain rate per unit, the rate per unit applied.
    7. cbc:TaxExemptionReasonCode [0..1]The reason for tax being exempted, expressed as a code.
    8. cbc:TaxExemptionReason [0..*]The reason for tax being exempted, expressed as text.
    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 category.
    10. cbc:TierRatePercent [0..1]Where a tax is tiered, the tax rate that applies within the specified range of taxable amounts for this tax category.
    11. cac:TaxScheme [1..1]The taxation scheme within which this tax category is defined.

Attributes

None

Used in

Sample instance

<cac:TaxCategory>
   <cbc:ID>A</cbc:ID>
   <cac:TaxScheme>
      <cbc:ID>UK VAT</cbc:ID>
      <cbc:TaxTypeCode>VAT</cbc:TaxTypeCode>
   </cac:TaxScheme>
</cac:TaxCategory>