simpleType MarkMultimediaFileFormatCategoryType
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Trademark
type restriction of xsd:token
properties
base xsd:token
used by
element tmk:MarkMultimediaFileFormatCategory
facets
Kind Value annotation
enumeration MPG Moving Picture Experts Group format
enumeration GIF Animated Graphics Interchange format
enumeration MPEG Moving Picture Experts Group format
enumeration AVI Audio Video Interleaved format
enumeration WMV Windows Media Video format
enumeration WAV Waveform audio file format
source <xsd:simpleType name="MarkMultimediaFileFormatCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="MPG">
<xsd:annotation>
<xsd:documentation>
Moving Picture Experts Group format
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GIF">
<xsd:annotation>
<xsd:documentation>
Animated Graphics Interchange format
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MPEG">
<xsd:annotation>
<xsd:documentation>
Moving Picture Experts Group format
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="AVI">
<xsd:annotation>
<xsd:documentation>
Audio Video Interleaved format
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="WMV">
<xsd:annotation>
<xsd:documentation>
Windows Media Video format
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="WAV">
<xsd:annotation>
<xsd:documentation>
Waveform audio file format
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>