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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

cac:TaxSubtotal

Element information

Content

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>