<xsd:complexType name="IndependentAmountEligibleCollateral">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type to specify the eligible collateral.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="partyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party to which the terms apply.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="eligibleCollateral" type="EligibleCollateral" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The eligible collateral assets.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="independentAmountEligibility" type="IndependentAmountEligibility">
<xsd:annotation>
<xsd:documentation xml:lang="en">The terms when no collateral assets are specified.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|