<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>
|