<xsd:complexType name="PenaltyType">
<xsd:sequence>
<xsd:element name="Amount" type="udt:AmountType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="RateNumeric" type="udt:NumericType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="IndicationIndicator" type="udt:IndicatorType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Condition" type="rcm:ConditionType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ValidityPeriod" type="rcm:PeriodType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ReferenceDocument" type="rcm:DocumentType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|