Definition Type: Element
Name: Scale
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: AssessmentResult.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A textual label to indicate the range of possible values for this score. For example, 0-100 for a percentage scale.
Collapse XSD Schema Diagram:
XSD Diagram of Scale in schema assessmentresult_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Scale" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>A textual label to indicate the range of possible values for this score. For example,  0-100 for a percentage scale. </xsd:documentation>
    </xsd:annotation>
</xsd:element>