Definition Type: ComplexType
Name: ReportIdentification
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:ReportSectionIdentification
Containing Schema: fpml-msg-5-10.xsd
Abstract
Documentation:
A type that allows the specific report and section to be identified.
Collapse XSD Schema Diagram:
Drilldown into submissionsComplete in schema fpml-msg-5-10_xsd2 Drilldown into numberOfSections in schema fpml-msg-5-10_xsd2 Drilldown into sectionNumber in schema fpml-msg-5-10_xsd2 Drilldown into reportId in schema fpml-msg-5-10_xsd2 Drilldown into ReportSectionIdentification in schema fpml-msg-5-10_xsd2XSD Diagram of ReportIdentification in schema fpml-msg-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ReportIdentification">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that allows the specific report and section to be identified.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ReportSectionIdentification">
            <xsd:sequence>
                <xsd:element name="numberOfSections" type="xsd:positiveInteger" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A numeric value, optionally supplied by the sender, that can be used to specify the number of sections constituting a report.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="submissionsComplete" type="xsd:boolean" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Indicates whether all sections have been sent for this report instance ID.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
reportId nsD:reportId 0 (1)
sectionNumber nsD:sectionNumber 0 (1)
numberOfSections nsD:numberOfSections 0 (1)
submissionsComplete nsD:submissionsComplete 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:reportIdentification, nsD:reportIdentification