Definition Type: ComplexType
Name: EPMMultiraterSummaryType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
Used when performance process involves multiple raters. Provides summary information, including the lowest score, highest score, mean score, and a percentile rating.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into PercentileRating in schema epmtypes_xsd Drilldown into MeanRating in schema epmtypes_xsd Drilldown into HighestRating in schema epmtypes_xsd Drilldown into LowestRating in schema epmtypes_xsdXSD Diagram of EPMMultiraterSummaryType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMMultiraterSummaryType">
    <xsd:annotation>
        <xsd:documentation>Used when performance process involves multiple raters. Provides summary information, including the lowest score, highest score, mean score, and a percentile rating.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="LowestRating" type="xsd:string" minOccurs="0" />
        <xsd:element name="HighestRating" type="xsd:string" minOccurs="0" />
        <xsd:element name="MeanRating" type="xsd:double" minOccurs="0" />
        <xsd:element name="PercentileRating" type="xsd:decimal" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LowestRating hr:LowestRating 0 (1)
HighestRating hr:HighestRating 0 (1)
MeanRating hr:MeanRating 0 (1)
PercentileRating hr:PercentileRating 0 (1)
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:MultiRaterScoreSummary, hr:MultiRaterScoreSummary, hr:MultiRaterScoreSummary, hr:MultiRaterScoreSummary, hr:ScoreDetail