<xsd:complexType name="EPMSectionSummaryResultType">
<xsd:annotation>
<xsd:documentation>This is a base type used to provide summary scoring for a particular performance appraisal section.</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="Weight" type="NumericValueType" minOccurs="0" />
<xsd:element name="Score" type="NumericAndStringScoreType" minOccurs="0" />
<xsd:element name="Band" type="xsd:string" minOccurs="0" />
<xsd:element name="Comments" type="EPMCommentsType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|