simpleType RepresentativeCategoryType
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type restriction of xsd:token
properties
base xsd:token
used by
element com:RepresentativeCategory
facets
Kind Value annotation
enumeration Professional representative Professional representative
enumeration Lawyer Lawyer
enumeration Association Association
enumeration Employee Employee
enumeration Other Other
enumeration Undefined Undefined
source <xsd:simpleType name="RepresentativeCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Professional representative">
<xsd:annotation>
<xsd:documentation>
Professional representative
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Lawyer">
<xsd:annotation>
<xsd:documentation>
Lawyer
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Association">
<xsd:annotation>
<xsd:documentation>
Association
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Employee">
<xsd:annotation>
<xsd:documentation>
Employee
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation>
Other
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Undefined">
<xsd:annotation>
<xsd:documentation>
Undefined
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>