<xsd:group name="ReportableEvents.model">
<xsd:choice>
<xsd:group ref="Events.model" maxOccurs="unbounded" />
<xsd:element name="clearingStatusItem" type="ClearingStatusItem" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes the status of the clearing process relating to the identified trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|