<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>
|