simpleType ExaminationRequesterCategoryType
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Patent
type restriction of xsd:token
used by
element pat:ExaminationRequesterCategory
source <xsd:simpleType name="ExaminationRequesterCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Applicant">
<xsd:annotation>
<xsd:documentation>
An applicant requested the examination
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="ThirdParty">
<xsd:annotation>
<xsd:documentation>
A third party requested the examination
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="IPO">
<xsd:annotation>
<xsd:documentation>
The Intellectual Property Office (IPO) independently initated the examination
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>