<xsd:complexType name="EventIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identification of a business event, for example through its correlation id or a business identifier.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:sequence>
<xsd:group ref="CorrelationId.model" />
<xsd:group ref="Sequence.model" minOccurs="0" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Event requests should be for the whole workflow, not a specific message" xmlns:fpml-annotation="http://www.fpml.org/annotation" />
</xsd:sequence>
<xsd:element name="tradeIdentifier" type="TradeIdentifier" />
</xsd:choice>
</xsd:complexType>
|