2.4.3.3 ReportSectionType

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

Referenced by: ReportSectionsType

A ReportSection element as specified by [MS-RDL] section 2.6.

Child Elements:

Body : A BodyType element.

Page : A PageType element.

Width : A SizeType element as specified by [MS-RDL] section 2.6.3, ReportSection.Width.

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

 <xsd:complexType name="ReportSectionType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Body" wbld:cname="Body" type="BodyType"/>
     <xsd:element name="Width" wbld:cname="Width" type="SizeType"/>
     <xsd:element name="Page" wbld:cname="Page" type="PageType"/>
   </xsd:choice>
 </xsd:complexType>

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