source |
<xsd:simpleType name="PatentClassificationDataSourceCodeType"> <xsd:restriction base="xsd:token">
|
<xsd:enumeration value="H"> <xsd:annotation>
|
<xsd:documentation> Intellectual classification by person(Human) </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="M"> <xsd:annotation>
|
<xsd:documentation> Machine classification by the propagation of earlyer intellectual classification through the use of common priorities in the patent application </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="G"> <xsd:annotation>
|
<xsd:documentation> Generated by automatic content analysis </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
</xsd:restriction> </xsd:simpleType> |