Definition Type: ComplexType
Name: ExpectedCollateralDelivery
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-collateral-processes-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into letterOfCreditType in schema fpml-collateral-processes-5-10_xsd Drilldown into securityType in schema fpml-collateral-processes-5-10_xsd Drilldown into cashType in schema fpml-collateral-processes-5-10_xsdXSD Diagram of ExpectedCollateralDelivery in schema fpml-collateral-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cashType nsE:cashType (1) (1)
securityType nsE:securityType (1) (1)
letterOfCreditType nsE:letterOfCreditType (1) (1)
Collapse Derivation Tree:
Collapse References:
nsE:deliver