<xsd:complexType name="ContractType">
<xsd:sequence>
<xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PercentNumeric" type="udt:NumericType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="TypeCode" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Name" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Description" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="DateTime" type="udt:DateTimeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Amount" type="udt:AmountType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Text" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Code" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="IndicationIndicator" type="udt:IndicatorType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Numeric" type="udt:NumericType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Quantity" type="udt:QuantityType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ValidityTimePeriod" type="ram:TimePeriodType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Guarantee" type="ram:GuaranteeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Party" type="ram:PartyType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Organization" type="ram:OrganizationType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Person" type="ram:PersonType" 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:element name="Metrics" type="ram:MetricsType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Condition" type="ram:ConditionType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|