<xsd:complexType name="ScoreNumericType">
<xsd:annotation>
<xsd:documentation>
ScoreNumeric
A numerical record of the marks allotted to individuals in the measurement of abilities, capacity to learn, in the assessment of personality, or in other measurable characteristics (e.g., credit worthiness). Includes a set of attributes to identify the scoring scheme and its characteristics.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="oa:NumericType">
<xsd:attribute name="scoreNumericCode" type="ScoreNumericCodeContentType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org">A code used to numerically classify the type scoring methodology or convention.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="interval" type="oa:NumericType" use="optional">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org">OED. interval, n. 7 Math. a. A range between one number and another.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="minimumScoreNumeric" type="oa:NumericType" use="optional" />
<xsd:attribute name="maximumScoreNumeric" type="oa:NumericType" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|