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