simpleType MediumCategoryType
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Common/1
type restriction of xsd:token
used by
element com:MediumCategory
source <xsd:simpleType name="MediumCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Internet">
<xsd:annotation>
<xsd:documentation>
Internet
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Database">
<xsd:annotation>
<xsd:documentation>
Database
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CD-ROM">
<xsd:annotation>
<xsd:documentation>
CD-ROM
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Disk">
<xsd:annotation>
<xsd:documentation>
Disk
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Magnetic tape">
<xsd:annotation>
<xsd:documentation>
Magnetic tape
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>