cac:TaxTotal
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:TaxTotalType
Properties: Global, Qualified
Content
- Sequence [1..1]
- 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.
- cbc:RoundingAmount [0..1]The rounding amount (positive or negative) added to the calculated tax total to produce the rounded TaxAmount.
- cbc:TaxEvidenceIndicator [0..1]An indicator that this total is recognized as legal evidence for taxation purposes (true) or not (false).
- cbc:TaxIncludedIndicator [0..1]An indicator that tax is included in the calculation (true) or not (false).
- cac:TaxSubtotal [0..*]One of the subtotals the sum of which equals the total tax amount for a particular taxation scheme.
Attributes
None
Used in
- Type CreditNoteType (Element CreditNote)
- Type DebitNoteType (Element DebitNote)
- Type FreightInvoiceType (Element FreightInvoice)
- Type InvoiceType (Element Invoice)
- Type OrderChangeType (Element OrderChange)
- Type OrderResponseType (Element OrderResponse)
- Type OrderType (Element Order)
- Type QuotationType (Element Quotation)
- Type ReminderType (Element Reminder)
- Type RemittanceAdviceType (Element RemittanceAdvice)
- Type SelfBilledCreditNoteType (Element SelfBilledCreditNote)
- Type SelfBilledInvoiceType (Element SelfBilledInvoice)
- Type StatementType (Element Statement)
- Type cac:AllowanceChargeType (Elements cac:AllowanceCharge, cac:ExtraAllowanceCharge, cac:FreightAllowanceCharge, cac:ServiceAllowanceCharge)
- Type cac:ConsumptionLineType (Element cac:ConsumptionLine)
- Type cac:ConsumptionType (Element cac:Consumption)
- Type cac:CreditNoteLineType (Elements cac:CreditNoteLine, cac:SubCreditNoteLine)
- Type cac:DebitNoteLineType (Elements cac:DebitNoteLine, cac:SubDebitNoteLine)
- Type cac:InvoiceLineType (Elements cac:InvoiceLine, cac:SubInvoiceLine)
- Type cac:LineItemType (Elements cac:AlternativeLineItem, cac:BuyerProposedSubstituteLineItem, cac:LineItem, cac:SellerProposedSubstituteLineItem, cac:SellerSubstitutedLineItem, cac:SubLineItem)
- Type cac:PriceExtensionType (Elements cac:ItemPriceExtension, cac:PriceExtension)
- Type cac:TelecommunicationsServiceType (Element cac:TelecommunicationsService)
- Type cac:TelecommunicationsSupplyLineType (Element cac:TelecommunicationsSupplyLine)
- Type cac:TenderedProjectType (Elements cac:AwardedTenderedProject, cac:TenderedProject)
Sample instance
<cac:TaxTotal> <cbc:TaxAmount currencyID="GBP">17.50</cbc:TaxAmount> <cbc:TaxEvidenceIndicator>true</cbc:TaxEvidenceIndicator> <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> </cac:TaxTotal>