Definition Type: Group
Name: CorrelationId.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-msg-5-4.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-4_xsdXSD Diagram of CorrelationId.model in schema fpml-msg-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
correlationId nsA:correlationId 0 (1)