simpleType MarkMultimediaFileFormatCategoryType
version V2_1
namespace https://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>
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>