<xsd:complexType name="AllowanceChargeType">
<xsd:sequence>
<xsd:element name="TypeCode" type="udt:CodeType" minOccurs="0" />
<xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
<xsd:choice>
<xsd:element name="BasisAmount" type="udt:AmountType" minOccurs="0" />
<xsd:element name="BasisQuantity" type="udt:QuantityType" minOccurs="0" />
</xsd:choice>
<xsd:element name="Description" type="ram:DescriptionType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Amount" type="udt:AmountType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Calculation" type="ram:CalculationType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ReasonCode" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="SequenceNumeric" type="udt:NumericType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="CurrencyExchange" type="ram:CurrencyExchangeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="TimePeriod" type="ram:TimePeriodType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|