Definition Type: ComplexType
Name: EPMResultGroupBaseType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
A base type for common items used by EPMCompetencyGroupResultType and EPMOtherRatingGroupResultType.
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of EPMResultGroupBaseType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMResultGroupBaseType">
    <xsd:annotation>
        <xsd:documentation>A base type for common items used by EPMCompetencyGroupResultType and EPMOtherRatingGroupResultType.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ScoreId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="Passed" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="Description" type="xsd:string" minOccurs="0" />
        <xsd:element name="Weight" type="NumericValueType" 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: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)
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
Collapse Derivation Tree:
Collapse References:
hr:EPMCompetencyGroupResultType, hr:EPMOtherRatingGroupResultType, hr:SectionGroupResult