<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>
|