<xsd:complexType name="ProposedCollateralAllocation">
<xsd:annotation>
<xsd:documentation xml:lang="en">The proposed collateral allocation.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="CollateralPartyAndAccountReferences.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A pointer style reference to a party identifier and optionally an account identifier defined elsewhere in the document.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="collateralValueAllocation" type="CollateralValueAllocation">
<xsd:annotation>
<xsd:documentation xml:lang="en">Collateral allocation by value.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|