<xsd:complexType name="EPMOverallRatingType">
<xsd:annotation>
<xsd:documentation>Provides an overall or summary performance rating.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ScoreId" type="EntityIdType" minOccurs="0" />
<xsd:element name="Passed" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>An boolean indicating whether or not minimum thresholds have been satisfied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Description" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>"Label" of the score</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Score" type="NumericAndStringScoreType" minOccurs="0" />
<xsd:element name="Band" type="xsd:string" minOccurs="0" />
<xsd:element name="StackRankInfo" type="StackRankType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Comments" type="EPMCommentsType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|