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_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into Quantity in schema fields_xsd1 Drilldown into Amount in schema fields_xsd1XSD Diagram of AllowanceChargeBasisType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AllowanceChargeBasisType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">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" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Amount oa:Amount (1) (1)
Quantity oa:Quantity (1) (1)
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
<xs:group> oa:FreeFormTextGroup 0 (1)
Collapse Derivation Tree:
  • AllowanceChargeBasisType
Collapse References:
oa:Basis