Definition Type: ComplexType
Name: TaxABIEType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract True
Documentation:
TaxABIEType is logically derived from UN/CEFACT TBG17 ABIE TaxType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.
Collapse XSD Schema Diagram:
Drilldown into Amount in schema fields_xsd Drilldown into TaxAuthorityAmount in schema fields_xsd Drilldown into Description in schema fields_xsd Drilldown into Exemption in schema components_xsd Drilldown into Calculation in schema components_xsd Drilldown into BasisQuantity in schema fields_xsd Drilldown into BasisAmount in schema fields_xsd Drilldown into TaxJurisdicationCodes in schema components_xsd Drilldown into ID in schema fields_xsd Drilldown into type in schema components_xsdXSD Diagram of TaxABIEType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="TaxABIEType" abstract="true">
    <xsd:annotation>
        <xsd:documentation>TaxABIEType is logically derived from UN/CEFACT TBG17 ABIE TaxType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="TaxJurisdicationCodes" minOccurs="0" />
        <xsd:choice>
            <xsd:element ref="BasisAmount" minOccurs="0" />
            <xsd:element ref="BasisQuantity" minOccurs="0" />
        </xsd:choice>
        <xsd:element ref="Calculation" minOccurs="0" />
        <xsd:element ref="Exemption" minOccurs="0" />
        <xsd:element ref="Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="TaxAuthorityAmount" minOccurs="0" />
        <xsd:element ref="Amount" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="type" type="TaxCodeContentType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Indicates that tax code of the tax being represented by the given instance of tax.

Possible values are: Sales Tax, Use Tax, VAT</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
TaxJurisdicationCodes nsA:TaxJurisdicationCodes 0 (1)
BasisAmount nsA:BasisAmount 0 (1)
BasisQuantity nsA:BasisQuantity 0 (1)
Calculation nsA:Calculation 0 (1)
Exemption nsA:Exemption 0 (1)
Description nsA:Description 0 unbounded
TaxAuthorityAmount nsA:TaxAuthorityAmount 0 (1)
Amount nsA:Amount 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type nsA:type Optional
Collapse Derivation Tree:
Collapse References:
nsA:DistributedTaxType, nsA:TaxAmountType