Definition Type: Group
Name: TradingEvents.model
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-business-events-5-10.xsd
Documentation:
Information about a trading event that represent a new trading activity (on a newly-created trade), or in some cases the a representation of the trade's current state. Also allows the "additionEvent" extension point.
Collapse XSD Schema Diagram:
Drilldown into additionalEvent in schema fpml-business-events-5-10_xsd1 Drilldown into trade in schema fpml-business-events-5-10_xsd1 Drilldown into tradePackage in schema fpml-business-events-5-10_xsd1 Drilldown into TradingEventsBase.model in schema fpml-business-events-5-10_xsd1XSD Diagram of TradingEvents.model in schema fpml-business-events-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="TradingEvents.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Information about a trading event that represent a new trading activity (on a newly-created trade), or in some cases the a representation of the trade's current state. Also allows the "additionEvent" extension point.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:group ref="TradingEventsBase.model" />
        <xsd:element ref="additionalEvent" />
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tradePackage nsC:tradePackage (1) (1)
trade nsC:trade (1) (1)
additionalEvent nsC:additionalEvent (1) (1)
<xs:group> nsC:TradingEventsBase.model (1) (1)