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 CurrencyExchangeRate in schema components_xsd1 Drilldown into Amount in schema fields_xsd1 Drilldown into TaxAuthorityAmount in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into Exemption in schema components_xsd1 Drilldown into Calculation in schema components_xsd1 Drilldown into BasisQuantity in schema fields_xsd1 Drilldown into BasisAmount in schema fields_xsd1 Drilldown into TaxJurisdicationCodes in schema components_xsd1 Drilldown into ID in schema fields_xsd1 Drilldown into type in schema components_xsd1XSD Diagram of TaxABIEType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="TaxABIEType" abstract="true">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">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:element ref="CurrencyExchangeRate" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="type" type="TaxCodeContentType" use="optional">
        <xsd:annotation>
            <xsd:documentation source="http://www.openapplications.org/platform/1">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 oa:ID 0 (1)
TaxJurisdicationCodes oa:TaxJurisdicationCodes 0 (1)
BasisAmount oa:BasisAmount 0 (1)
BasisQuantity oa:BasisQuantity 0 (1)
Calculation oa:Calculation 0 (1)
Exemption oa:Exemption 0 (1)
Description oa:Description 0 unbounded
TaxAuthorityAmount oa:TaxAuthorityAmount 0 (1)
Amount oa:Amount 0 (1)
CurrencyExchangeRate oa:CurrencyExchangeRate 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type oa:type Optional
Collapse Derivation Tree:
Collapse References:
oa:DistributedTaxType, oa:TaxAmountType