simpleType ImageStatusCategoryType
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type restriction of xsd:token
used by
element 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="TouchedUp image">
<xsd:annotation>
<xsd:documentation>
TouchedUp 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>