2.4.3.27 TextboxRectangleType

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

Referenced by: ControlsReportItemsType

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

Child Elements:

ReportItems : A TextboxRectangleReportItemsType element.

Style : A RectangleStyleType element.

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="TextboxRectangleType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Style" wbld:cname="Style" type="RectangleStyleType" minOccurs="0"/>
     <xsd:element name="ReportItems" wbld:cname="ReportItems" type="TextboxRectangleReportItemsType" 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).