<xsd:complexType name="AllowanceChargeType">
<xsd:sequence>
<xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Description" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PercentNumeric" type="udt:NumericType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ReasonCode" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="BasisAmount" type="udt:AmountType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="BasisQuantity" type="udt:QuantityType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Quantity" type="udt:QuantityType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="DateTime" type="udt:DateTimeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Text" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Code" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Amount" type="udt:AmountType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="IndicationIndicator" type="udt:IndicatorType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Numeric" type="udt:NumericType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="SequenceNumeric" type="udt:NumericType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="CurrencyExchange" type="rcm:CurrencyExchangeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Calculation" type="rcm:CalculationType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Tax" type="rcm:TaxType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="TaxCategory" type="rcm:TaxCategoryType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PaymentMeans" type="rcm:PaymentMeansType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Period" type="rcm:PeriodType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|