<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>
|