<xsd:simpleType name="CandidateSourceCodeEnumType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that classify the source of the applicant or candidate.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="JobBoard" />
<xsd:enumeration value="StaffingAgency" />
<xsd:enumeration value="Intermediary" />
<xsd:enumeration value="Referrer" />
</xsd:restriction>
</xsd:simpleType>
|