Definition Type: ComplexType
Name: WeightType
Namespace: http://www.hr-xml.org/3
Type: oa:NumericType
Containing Schema: Fields.xsd
Abstract
Documentation:
A number expressing the relative importance of a particular component (e.g., a position competency) among sibling components. Weights are most frequently expressed a percentage (where the weights assigned to individual sibling competencies would total 100 percent when totaled), but they may be expressed using another numeric scale.
Collapse XSD Schema Diagram:
Drilldown into maximumScore in schema fields_xsd Drilldown into minimumScore in schema fields_xsd Drilldown into interval in schema fields_xsd Drilldown into schemeName in schema fields_xsd Drilldown into schemeID in schema fields_xsdXSD Diagram of WeightType in schema fields_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="WeightType">
    <xsd:annotation>
        <xsd:documentation>A number expressing the relative importance of a particular component (e.g., a position competency) among sibling components. Weights are most frequently expressed a percentage (where the weights assigned to individual sibling competencies would total 100 percent when totaled), but they may be expressed using another numeric scale.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="oa:NumericType">
            <xsd:attribute name="schemeID" type="oa:NormalizedStringType" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="http://www.hr-xml.org">An identifier used to distinquish the relevant scoring scheme to which the weight belongs.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="schemeName" type="oa:StringType" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="http://www.hr-xml.org">A name for scheme in which the score is expressed.</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="minimumScore" type="oa:NumericType" use="optional" />
            <xsd:attribute name="maximumScore" type="oa:NumericType" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
schemeID nsA:schemeID Optional
schemeName nsA:schemeName Optional
interval nsA:interval Optional
minimumScore nsA:minimumScore Optional
maximumScore nsA:maximumScore Optional
Collapse Derivation Tree:
Collapse References:
nsA:Weight