Definition Type: ComplexType
Name: ProposedCollateralDeliveryReturn
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-collateral-processes-5-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into letterOfCredit in schema fpml-collateral-processes-5-4_xsd Drilldown into security in schema fpml-collateral-processes-5-4_xsd Drilldown into cash in schema fpml-collateral-processes-5-4_xsd Drilldown into receivingPartyReference in schema fpml-collateral-processes-5-4_xsd Drilldown into deliveringPartyReference in schema fpml-collateral-processes-5-4_xsdXSD Diagram of ProposedCollateralDeliveryReturn in schema fpml-collateral-processes-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ProposedCollateralDeliveryReturn">
    <xsd:sequence>
        <xsd:element name="deliveringPartyReference" type="PartyReference" minOccurs="0" />
        <xsd:element name="receivingPartyReference" type="PartyReference" minOccurs="0" />
        <xsd:choice maxOccurs="unbounded" minOccurs="0">
            <xsd:element name="cash" type="CashDeliveryReturn" />
            <xsd:element name="security" type="SecurityDeliveryReturn" />
            <xsd:element name="letterOfCredit" type="LetterOfCredit" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
deliveringPartyReference nsA:deliveringPartyReference 0 (1)
receivingPartyReference nsA:receivingPartyReference 0 (1)
cash nsA:cash (1) (1)
security nsA:security (1) (1)
letterOfCredit nsA:letterOfCredit (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:deliver, nsA:deliver, nsA:deliver, nsA:return, nsA:return, nsA:return, nsA:return