<xsd:complexType name="AllowanceChargeABIEType" abstract="true">
<xsd:annotation>
<xsd:documentation>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 ref="ID" minOccurs="0" maxOccurs="unbounded" />
<xsd:choice>
<xsd:element ref="BasisAmount" minOccurs="0" />
<xsd:element ref="BasisQuantity" minOccurs="0" />
</xsd:choice>
<xsd:element ref="Description" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Amount" minOccurs="0" />
<xsd:element ref="Calculation" minOccurs="0" />
<xsd:element ref="ReasonCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="CurrencyExchangeRate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="TimePeriod" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="type" type="ChargeCodeContentType" use="optional">
<xsd:annotation>
<xsd:documentation>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>
|