Definition Type: SimpleType
Name: PatentStatusCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values that describe the status of the patent.
Collapse XSD Schema Diagram:
XSD Diagram of PatentStatusCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration PatentIssued
Enumeration PatentPending
Enumeration PatentFiled