<xsd:simpleType name="ScoreTextCodeEnumTypes">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
A set of enumerations describing the textual type of scoring scheme.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="CourseGrade">
<xsd:annotation>
<xsd:documentation>A test score that is expressed as a mark (or grade) in an educational course.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|