simpleType ImageStatusCategoryType
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Common/1
type restriction of xsd:token
used by
attribute com:imageStatusCategory
source <xsd:simpleType name="ImageStatusCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Original image">
<xsd:annotation>
<xsd:documentation>
Original image
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Transformed format image">
<xsd:annotation>
<xsd:documentation>
Transformed format image
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Touched-up image">
<xsd:annotation>
<xsd:documentation>
Touched-up image
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Captured image">
<xsd:annotation>
<xsd:documentation>
Captured image
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>