<xsd:complexType name="PriceType">
<xsd:sequence>
<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="Quantity" type="udt:QuantityType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Numeric" type="udt:NumericType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="IndicationIndicator" type="udt:IndicatorType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Period" type="rcm:PeriodType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="AllowanceCharge" type="rcm:AllowanceChargeType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|