<xsd:complexType name="MultiRaterIndividualScoresType">
<xsd:annotation>
<xsd:documentation>A repeatable container designed to capture the score of an individual rater.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="RaterId" type="EntityIdType" minOccurs="0" />
<xsd:element name="Score" type="NumericAndStringScoreType" minOccurs="0" />
<xsd:element name="Comments" type="EPMCommentsType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|