XML Schema Documentation

Complex Type: EventIdentifier

[Table of contents]

Super-types: None
Sub-types: None
Name EventIdentifier
Used by (from the same schema document) Complex Type EventStatusItem , Complex Type RequestEventStatus
Abstract no
Documentation Identification of a business event through its correlation id.
XML Instance Representation
<...>
<correlationId> CorrelationId </correlationId> [1]

'A qualified identifier used to correlate between messages'

Start Group: Sequence.model [0..1]
<sequenceNumber> xsd:positiveInteger </sequenceNumber> [1]

'A numeric value that can be used to order messages with the same correlation identifier from the same sender.'

End Group: Sequence.model
</...>
Diagram
group_Correlation.model group_Sequence.model
Schema Component Representation
<xsd:complexType name="EventIdentifier">
<xsd:sequence>
<xsd:group ref=" Correlation.model "/>
<xsd:group ref=" Sequence.model " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>