simpleType MarkMultimediaFileFormatCategoryType
version V7_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Trademark
type restriction of xsd:token
used by
element tmk:MarkMultimediaFileFormatCategory
source <xsd:simpleType name="MarkMultimediaFileFormatCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="MPG">
<xsd:annotation>
<xsd:documentation>
Multimedia files using legacy formats covered by the MPEG-1 or MPEG-2 standards
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="MP3">
<xsd:annotation>
<xsd:documentation>
MPEG audio Layer-3
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="MP4">
<xsd:annotation>
<xsd:documentation>
MPEG-4 Part 14 multimedia file
</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:enumeration value="WEBM">
<xsd:annotation>
<xsd:documentation>
An open specification container designed for royalty-free use particularly on the web
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>