simpleType ClassificationKindCategoryType
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Trademark/1
type restriction of xsd:token
used by
simpleType tmk:ClassificationKindCodeType
source <xsd:simpleType name="ClassificationKindCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Nice">
<xsd:annotation>
<xsd:documentation>
Nice
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Domestic">
<xsd:annotation>
<xsd:documentation>
Domestic
</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>