Definition Type: ComplexType
Name: ScoreNumericType
Namespace: http://www.hr-xml.org/3
Type: oa:NumericType
Containing Schema: Fields.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into maximumScoreNumeric in schema fields_xsd Drilldown into minimumScoreNumeric in schema fields_xsd Drilldown into interval in schema fields_xsd Drilldown into scoreNumericCode in schema fields_xsdXSD Diagram of ScoreNumericType in schema fields_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
scoreNumericCode nsA:scoreNumericCode (Optional)
interval nsA:interval Optional
minimumScoreNumeric nsA:minimumScoreNumeric Optional
maximumScoreNumeric nsA:maximumScoreNumeric Optional
Collapse Derivation Tree:
Collapse References:
nsA:MeanRating, nsA:ScoreNumericnsA:SearchRelevanceScoreType,