A model group defining the element used for process correlation
XSD Schema Diagram:
XSD Schema Code:
<xsd:group name="Correlation.model">
<xsd:annotation>
<xsd:documentation>A model group defining the element used for process correlation</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="correlationId" type="CorrelationId">
<xsd:annotation>
<xsd:documentation>A qualified identifier used to correlate between messages</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>