2.4.3.68 PageBreakType

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

Referenced by: GroupType, ReportHeaderRectangleType

A PageBreak element as specified by [MS-RDL] section 2.292.

Child Elements:

BreakLocation : A PageBreakLocation element.

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

 <xsd:complexType name="PageBreakType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="BreakLocation" wbld:cname="BreakLocation" type="PageBreakLocation"/>
   </xsd:choice>
 </xsd:complexType>

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