simpleType  NoSearchDeclarationCategoryType  
version V3_2
namespace http://www.wipo.int/standards/XMLSchema/ST96/Patent
type restriction of xsd:token 
used by
attribute     pat:noSearchDeclarationCategory 
source <xsd:simpleType  name="NoSearchDeclarationCategoryType">
<xsd:restriction  base="xsd:token">
<xsd:enumeration  value="Yes">
<xsd:annotation>
<xsd:documentation>
Yes
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration  value="No">
<xsd:annotation>
<xsd:documentation>
No
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration  value="Not determined">
<xsd:annotation>
<xsd:documentation>
Not determined
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>