Definition Type: ComplexType
Name: MultiRaterGroupScoresType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
A container to allow summary scores for a class of raters (for example, customers)
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into Comments in schema epmtypes_xsd Drilldown into ScoreDetail in schema epmtypes_xsd Drilldown into Score in schema epmtypes_xsd Drilldown into RaterGroup in schema epmtypes_xsdXSD Diagram of MultiRaterGroupScoresType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="MultiRaterGroupScoresType">
    <xsd:annotation>
        <xsd:documentation>A container to allow summary scores for a class of raters (for example, customers)</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="RaterGroup" type="EPMRaterRelationshipGroupType" />
        <xsd:element name="Score" type="NumericAndStringScoreType" />
        <xsd:element name="ScoreDetail" type="EPMMultiraterSummaryType" minOccurs="0" />
        <xsd:element name="Comments" type="EPMCommentsType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RaterGroup hr:RaterGroup (1) (1)
Score hr:Score (1) (1)
ScoreDetail hr:ScoreDetail 0 (1)
Comments hr:Comments 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:MultiRaterGroupScore, hr:MultiRaterGroupScore, hr:MultiRaterGroupScore, hr:MultiRaterGroupScore