simpleType OrientationCategoryType
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Patent/1
type restriction of xsd:token
used by
element pat:ImageOrientationCategory
attribute pat:orientationCategory
source <xsd:simpleType name="OrientationCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Portrait">
<xsd:annotation>
<xsd:documentation>
Portrait
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Landscape">
<xsd:annotation>
<xsd:documentation>
Landscape
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>