<xsd:complexType name="EPMRaterRelationshipGroupType">
<xsd:annotation>
<xsd:documentation>Container to allow choice of standard values or custom values describing the relationship of the rater to the appraisal subject.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="StandardValue" type="EPMRelationshipGroupEnumType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Enumerations are: customer, peer, supervisor, direct report, and self.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NonStandardValue" type="xsd:string" minOccurs="0" />
</xsd:choice>
</xsd:complexType>
|