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