2.4.3.18 PageHeaderSectionType
Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/reports
Referenced by: PageType
A PageSection element as specified by [MS-RDL] section 2.9.
Child Elements:
Height : A SizeType element as specified by [MS-RDL], Height.
PrintOnFirstPage : A boolean ([XMLSCHEMA2/2] section 3.2.2) element as specified by [MS-RDL] section 2.9.3. MUST appear once. MUST be set to "true".
PrintOnLastPage : A boolean ([XMLSCHEMA2/2] section 3.2.2) element as specified by [MS-RDL] section 2.9.4. MUST appear once. MUST be set to "true".
ReportItems : A BodyTypeReportItemsType element.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="PageHeaderSectionType"> <xsd:choice maxOccurs="unbounded"> <xsd:element name="Height" wbld:cname="Height" type="SizeType"/> <xsd:element name="PrintOnFirstPage" wbld:cname="PrintOnFirstPage" type="xsd:boolean" minOccurs="1" fixed="true"/> <xsd:element name="PrintOnLastPage" wbld:cname="PrintOnLastPage" type="xsd:boolean" minOccurs="1" fixed="true"/> <xsd:element name="ReportItems" wbld:cname="ReportItems" type="BodyTypeReportItemsType" minOccurs="0"/> </xsd:choice> </xsd:complexType>
See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).