Definition Type: SimpleType
Name: PositionSeekingStatusCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Collapse XSD Schema Diagram:
XSD Diagram of PositionSeekingStatusCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="PositionSeekingStatusCodeEnumType">
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Active">
            <xsd:annotation>
                <xsd:documentation>A value indicating that an individual is actively engaged in a search for a new position.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Passive">
            <xsd:annotation>
                <xsd:documentation>A value indicating that while an individual is not actively engaged in a search for a new position, he or she may be open to reviewing or considering suitable positions.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="NotConsideringPositions">
            <xsd:annotation>
                <xsd:documentation>A value indicating that an individual is not considering new positions. In some contexts, this might indicate that solicitations concerning position openings are not welcome. </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Active
Enumeration Passive
Enumeration NotConsideringPositions