Definition Type: Group
Name: CorrelationId.model
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-msg-5-10.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.
Collapse XSD Schema Diagram:
Drilldown into correlationId in schema fpml-msg-5-10_xsd2XSD Diagram of CorrelationId.model in schema fpml-msg-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CorrelationId.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">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" maxOccurs="2">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A qualified identifier used to correlate between messages</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
correlationId nsD:correlationId 0 2