Definition Type: SimpleType
Name: CandidateSourceCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values that classify the source of the applicant or candidate.
Collapse XSD Schema Diagram:
XSD Diagram of CandidateSourceCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration JobBoard
Enumeration StaffingAgency
Enumeration Intermediary
Enumeration Referrer