Specifies the percentage of reduction or enlargement for a printed worksheet or workbook.
      
<Scale />
    | Element type | Anonymous | 
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
| Element | Description | 
|---|---|
| Contains workbook and worksheet printing options. | 
None.
None.
      
<xsd:element name="Scale" minOccurs="0" >
  <xsd:simpleType>
    <xsd:restriction base="xsd:int">
      <xsd:minExclusive value="10" />
      <xsd:maxExclusive value="400" />
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>