Definition Type: ComplexType
Name: EPMOverallRatingType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
Provides an overall or summary performance rating.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into Comments in schema epmtypes_xsd Drilldown into StackRankInfo in schema epmtypes_xsd Drilldown into Band in schema epmtypes_xsd Drilldown into Score in schema epmtypes_xsd Drilldown into Description in schema epmtypes_xsd Drilldown into Passed in schema epmtypes_xsd Drilldown into ScoreId in schema epmtypes_xsdXSD Diagram of EPMOverallRatingType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ScoreId hr:ScoreId 0 (1)
Passed hr:Passed 0 (1)
Description hr:Description 0 (1)
Score hr:Score 0 (1)
Band hr:Band 0 (1)
StackRankInfo hr:StackRankInfo 0 unbounded
Comments hr:Comments 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:OverallRating, hr:OverallRating, hr:OverallRating, hr:OverallRating