<xsd:simpleType name="PatentStatusCodeEnumType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that describe the status of the patent.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="PatentIssued" />
<xsd:enumeration value="PatentPending" />
<xsd:enumeration value="PatentFiled" />
</xsd:restriction>
</xsd:simpleType>
|