Definition Type: SimpleType
Name: EPMReasonCodeEnumType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.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 EPMReasonCodeEnumType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="EPMReasonCodeEnumType">
    <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:string">
        <xsd:enumeration value="promotion" />
        <xsd:enumeration value="job change" />
        <xsd:enumeration value="scheduled" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration promotion
Enumeration job change
Enumeration scheduled
Collapse Derivation Tree:
Collapse References:
hr:StandardValue