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