Definition Type: Group
Name: DeliverReturn.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-collateral-processes-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into amount in schema fpml-collateral-processes-5-10_xsd Drilldown into currency in schema fpml-collateral-processes-5-10_xsd Drilldown into receivingPartyReference in schema fpml-collateral-processes-5-10_xsd Drilldown into deliveringPartyReference in schema fpml-collateral-processes-5-10_xsdXSD Diagram of DeliverReturn.model in schema fpml-collateral-processes-5-10_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 nsE:deliveringPartyReference 0 (1)
receivingPartyReference nsE:receivingPartyReference 0 (1)
currency nsE:currency 0 (1)
amount nsE:amount 0 (1)