<xsd:simpleType name="CandidateAssociationTypeCodeEnumType">
<xsd:annotation>
<xsd:documentation>A code classifying how the candidate became
associated with a particular position opening. Broadly speaking, enumerations
help classify whether the candidate is associated with an opening because he
or she applied or because information about the candidate was sourced
and associated with the position through an automated process (for example, data matching or mining)
or human-initiated action (for example, a colleague's referral. This is an
HR-XML open list.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="CandidateSourced" />
<xsd:enumeration value="CandidateApplied" />
</xsd:restriction>
</xsd:simpleType>
|