Definition Type: Element
Name: Scale
Namespace: urn:schemas-microsoft-com:office:excel
Type: int:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Specifies the percentage of reduction or enlargement for a printed worksheet or workbook.
Collapse XSD Schema Diagram:
XSD Diagram of Scale in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
MaxExclusive 400
MinExclusive 10