simpleType ImageFileFormatCategoryType
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Common/1
type restriction of xsd:token
used by
element com:ImageFileFormatCategory tmk:MarkImageRenditionFileFormatCategory
complexType com:ImageFormatType
attribute pat:imageFormatCategory
source <xsd:simpleType name="ImageFileFormatCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="JPEG">
<xsd:annotation>
<xsd:documentation>
JPEG
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="TIFF">
<xsd:annotation>
<xsd:documentation>
TIFF
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PNG">
<xsd:annotation>
<xsd:documentation>
PNG
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GIF">
<xsd:annotation>
<xsd:documentation>
GIF
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>