Definition Type: Group
Name: TradingEventsBase.model
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-business-events-5-10.xsd
Documentation:
Information about a trading event that represents a new trading activity (on a newly-created trade or package of trades), or in some cases the a representation of the trade's current state..
Collapse XSD Schema Diagram:
Drilldown into trade in schema fpml-business-events-5-10_xsd4 Drilldown into originatingEvent in schema fpml-business-events-5-10_xsd4XSD Diagram of TradingEventsBase.model in schema fpml-business-events-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="TradingEventsBase.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Information about a trading event that represents a new trading activity (on a newly-created trade or package of trades), or in some cases the a representation of the trade's current state..</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:sequence>
            <xsd:element name="originatingEvent" type="OriginatingEvent" minOccurs="0" />
            <xsd:element name="trade" type="Trade" />
        </xsd:sequence>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
originatingEvent nsF:originatingEvent 0 (1)
trade nsF:trade (1) (1)