<xsd:complexType name="ExpectedCollateralDelivery">
<xsd:choice maxOccurs="unbounded">
<xsd:element name="cashType" type="CashType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies cash as type of expected collateral.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="securityType" type="SecurityType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies a security as type of expected collateral.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="letterOfCreditType" type="LetterOfCreditType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies a letter of credit as type of expected collateral.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|