simpleType TranslatorCategoryType
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
type restriction 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>