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