2.4.3.2 ReportSectionsType

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/reports

Referenced by: Report

A ReportSections element as specified by [MS-RDL] section 2.5.

Child Elements:

ReportSection : A ReportSectionType element. MUST appear once.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="ReportSectionsType">
   <xsd:sequence>
     <xsd:element name="ReportSection" wbld:cname="ReportSection" type="ReportSectionType" maxOccurs="2"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).