<xsd:group name="Correlation.model">
<xsd:annotation>
<xsd:documentation>A model group defining the elements 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. The parent correlation ID is used to keep track of the parent process.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="parentCorrelationId" type="CorrelationId" minOccurs="0">
<xsd:annotation>
<xsd:documentation>An optional identifier used to correlate between related processes</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="CorrelationId.model" />
</xsd:sequence>
</xsd:group>
|