Definition Type: ComplexType
Name: EPMRaterRelationshipGroupType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
Container to allow choice of standard values or custom values describing the relationship of the rater to the appraisal subject.
Collapse XSD Schema Diagram:
Drilldown into NonStandardValue in schema epmtypes_xsd Drilldown into StandardValue in schema epmtypes_xsdXSD Diagram of EPMRaterRelationshipGroupType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StandardValue hr:StandardValue 0 (1)
NonStandardValue hr:NonStandardValue 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:RaterGroup, hr:RelationshipGroup