Definition Type: SimpleType
Name: CompetencyDefinitionTypeCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Collapse XSD Schema Diagram:
XSD Diagram of CompetencyDefinitionTypeCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Competency
Enumeration BehavioralIndicator
Enumeration BehavioralInterviewQuestion
Enumeration SituationalInterviewQuestion