<xsd:group name="TradingEventsBase.model"> <xsd:annotation> <xsd:documentation xml:lang="en">Choice between a trade and a post-trade event.</xsd:documentation> </xsd:annotation> <xsd:choice> <xsd:element name="tradePackage" type="TradePackage" /> <xsd:sequence> <!--View Generation: SKIPPED originatingEvent - Unsupported--> <xsd:element name="trade" type="Trade" /> </xsd:sequence> </xsd:choice> </xsd:group>