2.4.3.21 ControlsReportItemsType

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

Referenced by: CellContentsRectangleType, ReportHeaderRectangleType, PageFooterSectionType

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

Child Elements:

Image : An ImageType element.

Rectangle : A TextboxRectangleType element.

Textbox : A TextboxType element.

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

 <xsd:complexType name="ControlsReportItemsType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Rectangle" wbld:cname="Rectangle" type="TextboxRectangleType"/>
     <xsd:element name="Textbox" wbld:cname="Textbox" type="TextboxType"/>
     <xsd:element name="Image" wbld:cname="Image" type="ImageType"/>
   </xsd:choice>
 </xsd:complexType>

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