simpleType SearchReportEstablishedCategoryType
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Patent
type restriction of xsd:token
used by
attribute pat:searchReportEstablishedCategory
source <xsd:simpleType name="SearchReportEstablishedCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Yes">
<xsd:annotation>
<xsd:documentation>
A search report has been established
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="No">
<xsd:annotation>
<xsd:documentation>
A search report has not been established
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Not determined">
<xsd:annotation>
<xsd:documentation>
A search request has been made but the searching authority has not yet determined whether a search report will be established
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>