Definition Type: SimpleType
Name: RecruitingDocumentStatusCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values that describe the disposition of a candidate or position opening document.
Collapse XSD Schema Diagram:
XSD Diagram of RecruitingDocumentStatusCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="RecruitingDocumentStatusCodeEnumType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that describe the disposition of a candidate or position opening document.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Active">
            <xsd:annotation>
                <xsd:documentation>Generally indicating that a document or associated process has been
			initiated and has not yet been closed.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Closed">
            <xsd:annotation>
                <xsd:documentation>Indicates that a document or associated process has been has 
			completed or is no longer among active cases or records.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Incomplete">
            <xsd:annotation>
                <xsd:documentation>Generally indicating that a document or associated process has been
			initiated but cannot advance because additional information or action is required.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Active
Enumeration Closed
Enumeration Incomplete