<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>
|