Definition Type: ComplexType
Name: ReportIdentification
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsE: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_xsd3 Drilldown into numberOfSections in schema fpml-msg-5-10_xsd3 Drilldown into sectionNumber in schema fpml-msg-5-10_xsd3 Drilldown into reportId in schema fpml-msg-5-10_xsd3 Drilldown into ReportSectionIdentification in schema fpml-msg-5-10_xsd3XSD Diagram of ReportIdentification in schema fpml-msg-5-10_xsd3 (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 nsE:reportId 0 (1)
sectionNumber nsE:sectionNumber 0 (1)
numberOfSections nsE:numberOfSections 0 (1)
submissionsComplete nsE:submissionsComplete 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:reportIdentification, nsE:reportIdentification