<xsd:complexType name="PrintType">
<xsd:annotation>
<xsd:documentation>Contains workbook and worksheet print options.</xsd:documentation>
</xsd:annotation>
<xsd:all>
<xsd:element name="FitWidth" type="xsd:int" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the number of pages to spread the width of a print area across.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FitHeight" type="xsd:int" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the number of pages to spread the height of a print area across.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LeftToRight" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether a sort is done left to right by column or top to bottom by row, or whether a workbook or worksheet is printed left to right.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BlackAndWhite" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether a workbook, worksheet, or embedded chart is printed in black and white.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NoPrinterInfo" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DraftQuality" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether a workbook or worksheet is printed in draft mode.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CommentsLayout" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether comments are printed and where they are printed.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="InPlace" />
<xsd:enumeration value="PrintNone" />
<xsd:enumeration value="SheetEnd" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Scale" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the percentage of reduction or enlargement for a printed worksheet or workbook.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:int">
<xsd:minExclusive value="10" />
<xsd:maxExclusive value="400" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="PrintErrors" type="xsd:string" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Specifies what to print in cells with errors.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ValidPrinterInfo" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Specifies whether printer properties are valid for the active printer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PaperSizeIndex" type="xsd:integer" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains an index to a paper size used by a printer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="HorizontalResolution" minOccurs="0" maxOccurs="1" type="xsd:integer">
<xsd:annotation>
<xsd:documentation>Specifies the horizontal resolution of a printer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="VerticalResolution" minOccurs="0" maxOccurs="1" type="xsd:integer">
<xsd:annotation>
<xsd:documentation>Specifies the vertical resolution of a printer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Gridlines" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether gridlines are printed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NumberOfCopies" type="xsd:int" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the number of copies to print.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RowColHeadings" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether row and column headings are printed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:all>
</xsd:complexType>
|