<xsd:complexType name="GuaranteeType">
<xsd:sequence>
<xsd:element name="Description" type="udt:TextType" 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="RateNumeric" type="udt:NumericType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Condition" type="rcm:ConditionType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Organization" type="rcm:OrganizationType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ValidityPeriod" type="rcm:PeriodType" minOccurs="0" />
<xsd:element name="Penalty" type="rcm:PenaltyType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ReferenceDocument" type="rcm:DocumentType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Period" type="rcm:PeriodType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|