Definition Type: ComplexType
Name: ScoreTextType
Namespace: http://www.hr-xml.org/3
Type: oa:NormalizedStringType
Containing Schema: Fields.xsd
Abstract
Documentation:
A non-numeric or textual representation of a Score. A record of the marks allotted to an individual in the measurement of abilities, capacity to learn, in the assessment of personality, or in other measurable characteristics (e.g., credit worthiness). Represents either the total number of points awarded, or a general standard achieved. Includes a set of attributes to identify the scoring scheme.
Collapse XSD Schema Diagram:
Drilldown into maximumScoreText in schema fields_xsd Drilldown into minimumScoreText in schema fields_xsd Drilldown into scoreTextCode in schema fields_xsdXSD Diagram of ScoreTextType in schema fields_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ScoreTextType">
    <xsd:annotation>
        <xsd:documentation>
            A non-numeric or textual representation of a Score.            
			A record of the marks allotted to an individual in the measurement of abilities, capacity to learn, in the assessment of personality, or in other measurable characteristics (e.g., credit worthiness). Represents either the total number of points awarded, or a general standard achieved. Includes a set of attributes to identify the scoring scheme. 
</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="oa:NormalizedStringType">
            <xsd:attribute name="scoreTextCode" type="ScoreTextCodeContentType">
                <xsd:annotation>
                    <xsd:documentation source="http://www.hr-xml.org">
						A code used to textually classify the type scoring methodology or convention.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="minimumScoreText" type="oa:StringType" use="optional" />
            <xsd:attribute name="maximumScoreText" type="oa:StringType" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
scoreTextCode nsA:scoreTextCode (Optional)
minimumScoreText nsA:minimumScoreText Optional
maximumScoreText nsA:maximumScoreText Optional
Collapse Derivation Tree:
Collapse References:
nsA:ScoreText