simpleType RecordLicenceCategoryType
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Common/1
type restriction of xsd:token
used by
element com:RecordLicenceCategory
source <xsd:simpleType name="RecordLicenceCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Licence">
<xsd:annotation>
<xsd:documentation>
Licence
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Sub-licence">
<xsd:annotation>
<xsd:documentation>
Sub-licence
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation>
Other
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>