Definition Type: Group
Name: DeliverReturn.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-collateral-processes-5-4.xsd
Collapse XSD Schema Diagram:
Drilldown into amount in schema fpml-collateral-processes-5-4_xsd Drilldown into currency 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 DeliverReturn.model in schema fpml-collateral-processes-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="DeliverReturn.model">
    <xsd:sequence>
        <xsd:element name="deliveringPartyReference" type="PartyReference" minOccurs="0" />
        <xsd:element name="receivingPartyReference" type="PartyReference" minOccurs="0" />
        <xsd:element name="currency" type="Currency" minOccurs="0" />
        <xsd:element name="amount" type="NonNegativeDecimal" minOccurs="0" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
deliveringPartyReference nsA:deliveringPartyReference 0 (1)
receivingPartyReference nsA:receivingPartyReference 0 (1)
currency nsA:currency 0 (1)
amount nsA:amount 0 (1)