Definition Type: SimpleType
Name: RefereeTypeCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values that describe the type of reference. Professional: this is a professional reference which might include managers, co-workers, subordinates, professors, etc. Personal: this is a personal reference which typically includes friends and family. Verification: this reference would be used to verify employment. It might include the HR department, managers, staffing agencies, etc.
Collapse XSD Schema Diagram:
XSD Diagram of RefereeTypeCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="RefereeTypeCodeEnumType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that describe the type of reference. 
			Professional: this is a professional reference which might include managers, co-workers, subordinates, professors, etc.
			Personal: this is a personal reference which typically includes friends and family.
			Verification: this reference would be used to verify employment. It might include the HR department, managers, staffing agencies, etc.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Professional" />
        <xsd:enumeration value="Personal" />
        <xsd:enumeration value="Verification" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Professional
Enumeration Personal
Enumeration Verification