urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0
complexType TaxSubTotalType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0}TaxSubTotalType (restriction)

Documentation
ABIE Tax Sub Total. Details information relating to the tax sub total for one type of tax, e.g. VAT (Value Added Tax) and one category. Tax Sub Total
Properties
This component is not nillable.

Model
<...>
(TaxableAmount?, TaxAmount, TaxCategory )
</...>


Nested Element Summary
 TaxableAmount
           BBIE Tax Sub Total. 
 TaxAmount
           BBIE Tax Sub Total. 
 TaxCategory
           ASBIE Tax Sub Total. 
Source
<xsd:complexType name="TaxSubTotalType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:TaxableAmount">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" ref="cbc:TaxAmount">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" ref="TaxCategory">
</xsd:element>
</xsd:sequence>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.