<xsd:simpleType name="pageOrientationValue">
<xsd:annotation>
<xsd:documentation>Defines page orientation.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="portrait">
<xsd:annotation>
<xsd:documentation>Prints the document so that the short edge of the paper is the top of the page.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="landscape">
<xsd:annotation>
<xsd:documentation>Prints document so that the long edge of the paper is the top of the page.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|