Definition Type: ComplexType
Name: AllowanceChargeBasisType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Documentation:
Amount here identifies the amount of tax charged based on the TaxBase Amount. Indicates the taxable base used to calculate the tax Amount. This is expressed in the curreny of the transactional document and in the currency of the Jurisdiction in which the tax is applied as required by many governments for example the European Union.
Collapse XSD Schema Diagram:
Drilldown into Note in schema fields_xsd Drilldown into Description in schema fields_xsd Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into Quantity in schema fields_xsd Drilldown into Amount in schema fields_xsdXSD Diagram of AllowanceChargeBasisType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="AllowanceChargeBasisType">
    <xsd:annotation>
        <xsd:documentation>Amount here identifies the amount of tax charged based on the TaxBase Amount. Indicates the taxable base used to calculate the tax Amount. This is expressed in the curreny of the transactional document and in the currency of the Jurisdiction in which the tax is applied as required by many governments for example the European Union.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice minOccurs="0">
            <xsd:element ref="Amount" />
            <xsd:element ref="Quantity" />
        </xsd:choice>
        <xsd:group ref="FreeFormTextGroup" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Amount nsA:Amount (1) (1)
Quantity nsA:Quantity (1) (1)
Description nsA:Description 0 unbounded
Note nsA:Note 0 unbounded
<xs:group> nsA:FreeFormTextGroup (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:Basis