<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>
|