Definition Type: Element
Name: RowBreaks
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies the list of rows where page breaks occur.
Collapse XSD Schema Diagram:
Drilldown into RowBreak in schema excel_xsdXSD Diagram of RowBreaks in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RowBreak x:RowBreak (1) unbounded