Definition Type: Group
Name: TradeOrTradeReference.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-doc-5-2.xsd
Documentation:
Choice between identification and representation of trade execution.
Collapse XSD Schema Diagram:
Drilldown into tradeReference in schema fpml-doc-5-2_xsd Drilldown into trade in schema fpml-doc-5-2_xsdXSD Diagram of TradeOrTradeReference.model in schema fpml-doc-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="TradeOrTradeReference.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Choice between identification and representation of trade execution.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="trade" type="Trade" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An element that allows the full details of the trade to be used as a mechanism for identifying the trade for which the post-trade event pertains</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tradeReference" type="PartyTradeIdentifiers" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A container since an individual trade can be referenced by two or more different partyTradeIdentifier elements - each allocated by a different party.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
trade nsA:trade 0 (1)
tradeReference nsA:tradeReference 0 (1)