Definition Type: SimpleType
Name: AppraisalReasonCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values describing the reason for the performance appraisal. Enumerated values are: promotion, job change, and scheduled.
Collapse XSD Schema Diagram:
XSD Diagram of AppraisalReasonCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="AppraisalReasonCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>Values describing the reason for the performance appraisal. Enumerated values are: promotion, job change, and scheduled.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Promotion" />
        <xsd:enumeration value="JobChange" />
        <xsd:enumeration value="Scheduled" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Promotion
Enumeration JobChange
Enumeration Scheduled