Document orientation.
<xs:simpleType name="orientationType"> <xs:annotation> <xs:documentation>Document orientation.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="portrait" /> <xs:enumeration value="landscape" /> </xs:restriction> </xs:simpleType>