<xsd:complexType name="EPMResultGroupBaseType">
<xsd:annotation>
<xsd:documentation>A base type for common items used by EPMCompetencyGroupResultType and EPMOtherRatingGroupResultType.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ScoreId" type="EntityIdType" minOccurs="0" />
<xsd:element name="Passed" type="xsd:boolean" minOccurs="0" />
<xsd:element name="Description" type="xsd:string" minOccurs="0" />
<xsd:element name="Weight" type="NumericValueType" minOccurs="0" />
<xsd:element name="Score" type="NumericAndStringScoreType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This element draws upon the "NumericValue" and "StringValue" global elements within CompetencyTypes. One or both may appear.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Band" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A name assigned to a portion of a curve - a graph mapping the results of a comparison group.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="IndividualRaterScore" type="MultiRaterIndividualScoresType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="MultiRaterScoreSummary" type="EPMMultiraterSummaryType" minOccurs="0" />
<xsd:element name="MultiRaterGroupScore" type="MultiRaterGroupScoresType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Comments" type="EPMCommentsType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|