simpleType  TranslatorCategoryType 
versionV3_0
namespacehttp://www.wipo.int/standards/XMLSchema/ST96/Patent
typerestriction of xsd:token
used by
attribute pat:translatorCategory
source<xsd:simpleType  name="TranslatorCategoryType">
<xsd:restriction  base="xsd:token">
<xsd:enumeration  value="Human">
<xsd:annotation>
<xsd:documentation>
Human
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration  value="Machine">
<xsd:annotation>
<xsd:documentation>
Machine
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>