2.4.3.28 CellContentsRectangleType

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

Referenced by: CellContentsType

A Rectangle element as specified by [MS-RDL] section 2.14.

Child Elements:

Height : A SizeType element as specified by [MS-RDL] section 2.14.9, Rectangle.Height.

Left : A SizeType element as specified by [MS-RDL] section 2.14.10, Rectangle.Left.

ReportItems : A ControlsReportItemsType element.

Style : A RectangleStyleType element.

Top : A SizeType element as specified by [MS-RDL] section 2.14.13, Rectangle.Top.

Visibility : A VisibilityType element.

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

Attributes:

Name : A normalizedString ([XMLSCHEMA2/2] section 3.3.1) attribute as specified by [MS-RDL] section 2.14.1.

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

 <xsd:complexType name="CellContentsRectangleType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Style" wbld:cname="Style" type="RectangleStyleType" minOccurs="0"/>
     <xsd:element name="Top" wbld:cname="Top" type="SizeType" minOccurs="0"/>
     <xsd:element name="Left" wbld:cname="Left" type="SizeType" minOccurs="0"/>
     <xsd:element name="Height" wbld:cname="Height" type="SizeType" minOccurs="0"/>
     <xsd:element name="Width" wbld:cname="Width" type="SizeType" minOccurs="0"/>
     <xsd:element name="Visibility" wbld:cname="Visibility" type="VisibilityType" minOccurs="0"/>
     <xsd:element name="ReportItems" wbld:cname="ReportItems" type="ControlsReportItemsType" minOccurs="0"/>
   </xsd:choice>
   <xsd:attribute name="Name" wbld:cname="Name" type="xsd:normalizedString" use="required"/>
 </xsd:complexType>

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