Definition Type: SimpleType
Name: EPMRelationshipGroupEnumType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Documentation:
Values describing the relationship between a performance appraisal process participant (e.g., a participant on a multi-rater panel) and the performance appraisal subject. Enumerated values include: customer, peer, supervisor, direct report, and self
Collapse XSD Schema Diagram:
XSD Diagram of EPMRelationshipGroupEnumType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="EPMRelationshipGroupEnumType">
    <xsd:annotation>
        <xsd:documentation>Values describing the relationship between a performance appraisal process participant (e.g., a participant on a multi-rater panel) and the performance appraisal subject. Enumerated values include: customer, peer, supervisor, direct report, and self</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="customer" />
        <xsd:enumeration value="peer" />
        <xsd:enumeration value="supervisor" />
        <xsd:enumeration value="direct report" />
        <xsd:enumeration value="self" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration customer
Enumeration peer
Enumeration supervisor
Enumeration direct report
Enumeration self
Collapse Derivation Tree:
Collapse References:
hr:StandardValue