Definition Type: ComplexType
Name: zoomProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Controls how large or small the document appears on the screen.
Collapse XSD Schema Diagram:
Drilldown into percent in schema wordnet_xsd Drilldown into val in schema wordnet_xsdXSD Diagram of zoomProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="zoomProperty">
    <xsd:annotation>
        <xsd:documentation>Controls how large or small the document appears on the screen.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="val" type="zoomValue" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets a zoom value based on the size of the window.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="percent" type="decimalNumberType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the percentage (between 10 and 500) at which you want to view your document.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
val W:val Optional
percent W:percent Required
Collapse Derivation Tree:
Collapse References:
W:zoom