<xsd:group name="TradeOrInfo.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines a model group that allows either details of an event or information about a trade to be provided. Typically this will be used in a response to a request.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:sequence>
<xsd:element name="originatingEvent" type="OriginatingEvent" minOccurs="0" />
<xsd:element name="trade" type="Trade" minOccurs="0" />
</xsd:sequence>
<xsd:group ref="TradeReferenceInformation.model" />
</xsd:choice>
</xsd:group>
|