<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>
|