Definition Type: ComplexType
Name: EPMOtherRatingGroupResultType
Namespace: http://ns.hr-xml.org/2007-04-15
Type: hr:EPMResultGroupBaseType
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
Provides a structure for grouping and providing a summary score for a set of other rating items (not competencies or objectives).
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into OtherRatingSection in schema epmtypes_xsd Drilldown into Comments in schema epmtypes_xsd Drilldown into MultiRaterGroupScore in schema epmtypes_xsd Drilldown into MultiRaterScoreSummary in schema epmtypes_xsd Drilldown into IndividualRaterScore in schema epmtypes_xsd Drilldown into Band in schema epmtypes_xsd Drilldown into Score in schema epmtypes_xsd Drilldown into Weight in schema epmtypes_xsd Drilldown into Description in schema epmtypes_xsd Drilldown into Passed in schema epmtypes_xsd Drilldown into ScoreId in schema epmtypes_xsd Drilldown into EPMResultGroupBaseType in schema epmtypes_xsdXSD Diagram of EPMOtherRatingGroupResultType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMOtherRatingGroupResultType">
    <xsd:annotation>
        <xsd:documentation>Provides a structure for grouping and providing a summary score for a set of other rating items (not competencies or objectives).</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="EPMResultGroupBaseType">
            <xsd:sequence>
                <xsd:element name="OtherRatingSection" type="EPMOtherRatingSectionSingleResult" />
                <xsd:element ref="UserArea" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</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)
Weight hr:Weight 0 (1)
Score hr:Score 0 (1)
Band hr:Band 0 (1)
IndividualRaterScore hr:IndividualRaterScore 0 unbounded
MultiRaterScoreSummary hr:MultiRaterScoreSummary 0 (1)
MultiRaterGroupScore hr:MultiRaterGroupScore 0 unbounded
Comments hr:Comments 0 unbounded
OtherRatingSection hr:OtherRatingSection (1) (1)
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree: