complexType PageBreaksType

complexType {urn:schemas-microsoft-com:office:excel}PageBreaksType

Derived Types
{urn:schemas-microsoft-com:office:excel}PageBreaksType
 {urn:schemas-microsoft-com:office:excel}PageBreaks (by type)
Abstractfalse (This can be used in an instance)
Target Namespaceurn:schemas-microsoft-com:office:excel
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:rs=urn:schemas-microsoft-com:rowset
xmlns:s=uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882
xmlns=urn:schemas-microsoft-com:office:excel


Source

<xsd:complexType name="PageBreaksType">
    <
xsd:annotation>
        <
xsd:documentation>Contains information about page breaks in a spreadsheet.</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="ColBreaks" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>Specifies the list of columns where page breaks occur.</xsd:documentation>
            </
xsd:annotation>
            <
xsd:complexType>
                <
xsd:sequence>
                    <
xsd:element name="ColBreak" maxOccurs="unbounded">
                        <
xsd:annotation>
                            <
xsd:documentation>Contains a single column where a page break occurs.</xsd:documentation>
                        </
xsd:annotation>
                        <
xsd:complexType>
                            <
xsd:sequence>
                                <
xsd:element name="Column" type="xsd:int">
                                    <
xsd:annotation>
                                        <
xsd:documentation>Specifies the index to a column where a page break occurs.</xsd:documentation>
                                    </
xsd:annotation>
                                </
xsd:element>
                            </
xsd:sequence>
                        </
xsd:complexType>
                    </
xsd:element>
                </
xsd:sequence>
            </
xsd:complexType>
        </
xsd:element>
        <
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>
    </
xsd:sequence>
</
xsd:complexType>


Documentation

Contains information about page breaks in a spreadsheet.


complexType PageBreaksType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.