<xsd:complexType name="BehavioralIndicatorScoreType">
<xsd:annotation>
<xsd:documentation>Contains details about a rating of a behavioral indicator. Behavioral indicators are the observable activities of an individual who possesses or who demonstrates an associated competency. Observable means that one can either see or hear behavior indicating a competency. For behavioral indicators to be meaningful, they should be sufficiently defined and statistically and/or logically correlated with the associated competency. For example, when an employee is demonstrating "initiative" as a competency, among the behaviors one might observe might be the individual's independent research of an issue to inform a decision or solve a problem.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="RaterBaseType">
<xsd:sequence>
<xsd:element ref="BehavioralIndicator" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|