<xsd:complexType abstract="true" name="AllowanceChargeABIEType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
AllowanceChargeABIEType is based on the UN/CEFACT TBG17 AllowanceChargeType that can be
found the Reusable Aggregate Business Information Entity (RUABIE) XML Schema files.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="ID" />
<xsd:choice>
<xsd:element minOccurs="0" ref="BasisAmount" />
<xsd:element minOccurs="0" ref="BasisQuantity" />
</xsd:choice>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Description" />
<xsd:element minOccurs="0" ref="Amount" />
<xsd:element minOccurs="0" ref="Calculation" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="ReasonCode" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="CurrencyExchangeRate" />
<xsd:element minOccurs="0" ref="TimePeriod" />
</xsd:sequence>
<xsd:attribute name="type" type="ChargeCodeContentType" use="optional">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
Identifies the type of charge that the given instance of Charge/Allowance.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sequence" type="PositiveIntegerNumericType" />
</xsd:complexType>
|