Definition Type: ComplexType
Name: ReportSectionIdentification
Namespace: http://www.fpml.org/FpML-5/pretrade
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 sectionNumber in schema fpml-msg-5-10_xsd1 Drilldown into reportId in schema fpml-msg-5-10_xsd1XSD Diagram of ReportSectionIdentification in schema fpml-msg-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ReportSectionIdentification">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that allows the specific report and section to be identified.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="reportId" type="ReportId" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An identifier for the specific instance of this report.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="sectionNumber" type="xsd:positiveInteger" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A strictly ascending sequential (gapless) numeric value that can be used to identify the section of a report.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
reportId nsC:reportId 0 (1)
sectionNumber nsC:sectionNumber 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:reportIdentification