<xsd:simpleType name="CompetencyDefinitionTypeCodeEnumType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Competency" />
<xsd:enumeration value="BehavioralIndicator">
<xsd:annotation>
<xsd:documentation>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 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 independently seeking information from various sources to inform a decision or solve a problem.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="BehavioralInterviewQuestion" />
<xsd:enumeration value="SituationalInterviewQuestion" />
</xsd:restriction>
</xsd:simpleType>
|