<xsd:complexType name="ProposedCollateral">
<xsd:choice>
<xsd:sequence>
<xsd:element name="deliver" type="ProposedCollateralDeliveryReturn">
<xsd:annotation>
<xsd:documentation xml:lang="en">proposed collateral to be delivered</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="return" type="ProposedCollateralDeliveryReturn" minOccurs="0" />
</xsd:sequence>
<xsd:element name="return" type="ProposedCollateralDeliveryReturn">
<xsd:annotation>
<xsd:documentation xml:lang="en">proposed collateral to be returned</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|