<xsd:simpleType name="AssessmentTypeCodeEnumType">
<xsd:annotation>
<xsd:documentation>A set of codes broadly classifying the type of assessment or the principal target of what is assessed.</xsd:documentation>
</xsd:annotation>
<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>
|