2.4.3.22 BodyTypeReportItemsType

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

Referenced by: BodyType, PageHeaderSectionType

A ReportItems element as specified by [MS-RDL] section 2.11. MUST appear once.

Child Elements:

Rectangle : A ReportHeaderRectangleType element.

Tablix : A TablixType element.

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

 <xsd:complexType name="BodyTypeReportItemsType">
   <xsd:choice minOccurs="1" maxOccurs="1">
     <xsd:element name="Tablix" wbld:cname="Tablix" type="TablixType"/>
     <xsd:element name="Rectangle" wbld:cname="Rectangle" type="ReportHeaderRectangleType"/>
   </xsd:choice>
 </xsd:complexType>

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