2.4.3.29 ReportHeaderRectangleType

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

Referenced by: BodyTypeReportItemsType

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

Child Elements:

CustomProperties : A CustomPropertiesType element.

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

PageBreak : A PageBreakType element.

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.

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="ReportHeaderRectangleType">
   <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="Height" wbld:cname="Height" type="SizeType" minOccurs="0"/>
     <xsd:element name="Visibility" wbld:cname="Visibility" type="VisibilityType" minOccurs="0"/>
     <xsd:element name="CustomProperties" wbld:cname="CustomProperties" type="CustomPropertiesType" minOccurs="0"/>
     <xsd:element name="ReportItems" wbld:cname="ReportItems" type="ControlsReportItemsType" minOccurs="0"/>
     <xsd:element name="PageBreak" wbld:cname="PageBreak" type="PageBreakType" 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).