HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » IndicativePersonDossier | CandidateType | AssessmentRequesterName | ApprovalEffectivePeriod | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
AssessmentTypeCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'Knowledge'|'Skill'|'Ability'|'Psychometric'|'CertificationOrLicense'}
|
| Documentation |
A set of codes broadly classifying the type of assessment or the principal target of what is assessed. |
Schema Component Representation
<
xsd:simpleType name="
AssessmentTypeCodeEnumType">
<
xsd:restriction base="
xsd:normalizedString">
<xsd:enumeration value="Knowledge"/>
<xsd:enumeration value="Skill"/>
<xsd:enumeration value="Ability"/>
<xsd:enumeration value="Psychometric"/>
<xsd:enumeration value="CertificationOrLicense"/>
</
xsd:restriction>
</
xsd:simpleType>