<xsd:group name="CorrelationId.model">
<xsd:annotation>
<xsd:documentation>A model group defining the element used for process correlation. The correlation ID is used to link followup corrections and retractions to the original request, and to help identify which replies link to which requests.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="correlationId" type="CorrelationId" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A qualified identifier used to correlate between messages</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|