<xsd:simpleType name="zoomValue">
<xsd:annotation>
<xsd:documentation>Defines zoom modes in Word.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="none">
<xsd:annotation>
<xsd:documentation>No zoom specified.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="full-page">
<xsd:annotation>
<xsd:documentation>Reduces the display so the entire page fits within the document window. This option is available only if you are in print layout view.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="best-fit">
<xsd:annotation>
<xsd:documentation>Reduces or enlarges the display of your document so that it fits within the left and right margins. 'best-fit' (Page width) displays your document so you don't have to scroll horizontally to see a whole line of text.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="text-fit">
<xsd:annotation>
<xsd:documentation>Reduces or enlarges the display of your document to the width of the text on the page.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|