<xsd:element name="RowBreaks" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the list of rows where page breaks occur.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="RowBreak" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Specifies a single row where a page break occurs</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Row" type="RowType">
<xsd:annotation>
<xsd:documentation>Contains information about the row where a page break occurs.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|