<xsd:complexType name="EPMObjectiveGroupResultType">
<xsd:annotation>
<xsd:documentation>Provides a structure for grouping and providing a summary score for a set of individual objectives.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ObjectiveGroupId" type="EntityIdType" minOccurs="0" />
<xsd:element name="ObjectiveGroupName" type="xsd:string" minOccurs="0" />
<xsd:element name="ObjectiveGroupDescription" type="xsd:string" minOccurs="0" />
<xsd:element name="Weight" type="NumericValueType" minOccurs="0" />
<xsd:element name="TargetDate" type="xsd:date" minOccurs="0" />
<xsd:element name="ObjectiveMetric" type="EPMMetricType" minOccurs="0" />
<xsd:element name="ObjectiveGroupStatus" type="EPMStatusEnumType" minOccurs="0" />
<xsd:element name="ObjectiveGroupStatusDate" type="xsd:date" minOccurs="0" />
<xsd:element name="ObjectiveResultAgainstMetric" type="EPMMetricType" 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:element name="ObjectiveSingleResult" type="EPMObjectiveResultType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|