complexType "ReportSectionIdentification"
Namespace:
Content:
complex, 2 elements
Defined:
globally in fpml-msg-5-8.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
reportId, sectionNumber
All Direct / Indirect Based Elements (1):
reportIdentification
Known Usage Locations
Annotation
A type that allows the specific report and section to be identified.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="ReportSectionIdentification">
<xsd:sequence>
<xsd:element minOccurs="0" name="reportId" type="ReportId"/>
<xsd:element minOccurs="0" name="sectionNumber" type="xsd:positiveInteger"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
reportId
Type:
ReportId, simple content
An identifier for the specific instance of this report.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="reportId" type="ReportId"/>

sectionNumber
Type:
xsd:positiveInteger, predefined, simple content
A strictly ascending sequential (gapless) numeric value that can be used to identify the section of a report.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="sectionNumber" type="xsd:positiveInteger"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.