<xsd:complexType name="SubstituteCollateral">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:sequence>
<xsd:element name="return" type="ProposedCollateralDeliveryReturn">
<xsd:annotation>
<xsd:documentation xml:lang="en">return details for substitute collateral</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="deliver" type="ProposedCollateralDeliveryReturn" minOccurs="0" />
</xsd:sequence>
<xsd:element name="deliver" type="ProposedCollateralDeliveryReturn">
<xsd:annotation>
<xsd:documentation xml:lang="en">return details for substitute collateral</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="substitutionAmount" type="xsd:decimal" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|