<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>
|