Definition Type: Group
Name: CorrelationAndOptionalSequence.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-msg-5-2.xsd
Documentation:
A model group defining the full messages correlation mechanism, but with optional sequence. Please note that for reports in Reporting view, usage of the correlation and sequence model is not well defined in the standard an may be deprecated from future versions of the standard. Use the ReportReference structure to identify report instances and section numbers if a report must be divided into chunks.
Collapse XSD Schema Diagram:
Drilldown into sequenceNumber in schema fpml-msg-5-2_xsd Drilldown into Sequence.model in schema fpml-msg-5-2_xsd Drilldown into correlationId in schema fpml-msg-5-2_xsd Drilldown into Correlation.model in schema fpml-msg-5-2_xsdXSD Diagram of CorrelationAndOptionalSequence.model in schema fpml-msg-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CorrelationAndOptionalSequence.model">
    <xsd:annotation>
        <xsd:documentation>A model group defining the full messages correlation mechanism, but with optional sequence. Please note that for reports in Reporting view, usage of the correlation and sequence model is not well defined in the standard an may be deprecated from future versions of the standard. Use the ReportReference structure to identify report instances and section numbers if a report must be divided into chunks.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="Correlation.model" />
        <xsd:group ref="Sequence.model" minOccurs="0" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
correlationId nsA:correlationId 0 (1)
sequenceNumber nsA:sequenceNumber 0 (1)
<xs:group> nsA:Correlation.model (1) (1)
<xs:group> nsA:Sequence.model 0 (1)