complexType "EventIdentifier"
Namespace:
Content:
complex, 3 elements
Defined:
globally in fpml-msg-5-3.xsd; see XML source
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
(correlationId?, sequenceNumber??) | tradeIdentifier?
</...>
Content Model Elements (3):
correlationId,
sequenceNumber (defined in Sequence.model group),
tradeIdentifier (defined in EventIdentifier complexType)
All Direct / Indirect Based Elements (2):
eventIdentifier (in requestEventStatus), eventIdentifier (in statusItem)
Known Usage Locations
Annotation
Identification of a business event, for example through its correlation id or a business identifier.
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="EventIdentifier">
<xsd:choice>
<xsd:sequence>
<xsd:group ref="CorrelationId.model"/>
<xsd:group fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Event requests should be for the whole workflow, not a specific message" minOccurs="0" ref="Sequence.model"/>
</xsd:sequence>
<xsd:element minOccurs="0" name="tradeIdentifier" type="TradeIdentifier"/>
</xsd:choice>
<!-- Lyteck 9/16/11 added choice with tradeIdentifier per BPWG action item 9/02/11 -->
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/3)
tradeIdentifier
Type:
TradeIdentifier, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="tradeIdentifier" type="TradeIdentifier"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.