Choice between a trade, a post-trade event, or an additional event.
XSD Schema Diagram:
XSD Schema Code:
<xsd:group name="TradingEvents.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Choice between a trade, a post-trade event, or an additional event.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:group ref="TradingEventsBase.model" />
<xsd:element ref="additionalEvent" />
</xsd:choice>
</xsd:group>