<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="ram:ConditionType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ValidityTimePeriod" type="ram:TimePeriodType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ReferenceDocument" type="ram:DocumentType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|