Definition Type: ComplexType
Name: CT_PageSetup
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into id in schema shared-relationshipreference_xsd Drilldown into copies in schema sml-sheet_xsd Drilldown into verticalDpi in schema sml-sheet_xsd Drilldown into horizontalDpi in schema sml-sheet_xsd Drilldown into errors in schema sml-sheet_xsd Drilldown into useFirstPageNumber in schema sml-sheet_xsd Drilldown into cellComments in schema sml-sheet_xsd Drilldown into draft in schema sml-sheet_xsd Drilldown into blackAndWhite in schema sml-sheet_xsd Drilldown into usePrinterDefaults in schema sml-sheet_xsd Drilldown into orientation in schema sml-sheet_xsd Drilldown into pageOrder in schema sml-sheet_xsd Drilldown into fitToHeight in schema sml-sheet_xsd Drilldown into fitToWidth in schema sml-sheet_xsd Drilldown into firstPageNumber in schema sml-sheet_xsd Drilldown into scale in schema sml-sheet_xsd Drilldown into paperSize in schema sml-sheet_xsdXSD Diagram of CT_PageSetup in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_PageSetup">
    <xsd:attribute name="paperSize" type="xsd:unsignedInt" use="optional" default="1">
        <xsd:annotation>
            <xsd:documentation>Paper Size</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="scale" type="xsd:unsignedInt" use="optional" default="100">
        <xsd:annotation>
            <xsd:documentation>Print Scale</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="firstPageNumber" type="xsd:unsignedInt" use="optional" default="1">
        <xsd:annotation>
            <xsd:documentation>First Page Number</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="fitToWidth" type="xsd:unsignedInt" use="optional" default="1">
        <xsd:annotation>
            <xsd:documentation>Fit To Width</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="fitToHeight" type="xsd:unsignedInt" use="optional" default="1">
        <xsd:annotation>
            <xsd:documentation>Fit To Height</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="pageOrder" type="ST_PageOrder" use="optional" default="downThenOver">
        <xsd:annotation>
            <xsd:documentation>Page Order</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="orientation" type="ST_Orientation" use="optional" default="default">
        <xsd:annotation>
            <xsd:documentation>Orientation</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="usePrinterDefaults" type="xsd:boolean" use="optional" default="true">
        <xsd:annotation>
            <xsd:documentation>Use Printer Defaults</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="blackAndWhite" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Black And White</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="draft" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Draft</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="cellComments" type="ST_CellComments" use="optional" default="none">
        <xsd:annotation>
            <xsd:documentation>Print Cell Comments</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="useFirstPageNumber" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Use First Page Number</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="errors" type="ST_PrintError" use="optional" default="displayed">
        <xsd:annotation>
            <xsd:documentation>Print Error Handling</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="horizontalDpi" type="xsd:unsignedInt" use="optional" default="600">
        <xsd:annotation>
            <xsd:documentation>Horizontal DPI</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="verticalDpi" type="xsd:unsignedInt" use="optional" default="600">
        <xsd:annotation>
            <xsd:documentation>Vertical DPI</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="copies" type="xsd:unsignedInt" use="optional" default="1">
        <xsd:annotation>
            <xsd:documentation>Number Of Copies</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="r:id" use="optional">
        <xsd:annotation>
            <xsd:documentation>Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
paperSize nsM:paperSize 1 Optional
scale nsM:scale 100 Optional
firstPageNumber nsM:firstPageNumber 1 Optional
fitToWidth nsM:fitToWidth 1 Optional
fitToHeight nsM:fitToHeight 1 Optional
pageOrder nsM:pageOrder downThenOver Optional
orientation nsM:orientation default Optional
usePrinterDefaults nsM:usePrinterDefaults true Optional
blackAndWhite nsM:blackAndWhite false Optional
draft nsM:draft false Optional
cellComments nsM:cellComments none Optional
useFirstPageNumber nsM:useFirstPageNumber false Optional
errors nsM:errors displayed Optional
horizontalDpi nsM:horizontalDpi 600 Optional
verticalDpi nsM:verticalDpi 600 Optional
copies nsM:copies 1 Optional
id r:id Optional
Collapse Derivation Tree:
Collapse References:
nsM:pageSetup, nsM:pageSetup, nsM:pageSetup, nsM:pageSetup