
HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » SavingsPlanID | ch03s10 | ShareQuantity | FreeFormEffectivePeriod | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
CandidateSourceCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'JobBoard'|'StaffingAgency'|'Intermediary'|'Referrer'}
|
| Documentation |
Values that classify the source of the applicant or candidate. |
Schema Component Representation
<
xsd:simpleType name="
CandidateSourceCodeEnumType">
<
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>