Definition Type: Group
Name: TradeOrTradeReference.model
Namespace: http://www.fpml.org/2004/FpML-4-1
Containing Schema: fpml-posttrade-4-1.xsd
Collapse XSD Schema Diagram:
Drilldown into tradeReference in schema fpml-posttrade-4-1_xsd Drilldown into trade in schema fpml-posttrade-4-1_xsdXSD Diagram of TradeOrTradeReference.model in schema fpml-posttrade-4-1_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="TradeOrTradeReference.model">
    <xsd:choice>
        <xsd:element name="trade" type="Trade">
            <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">
            <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 (1) (1)
tradeReference nsA:tradeReference (1) (1)