Definition Type: ComplexType
Name: EPMObjectiveGroupResultType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
Provides a structure for grouping and providing a summary score for a set of individual objectives.
Collapse XSD Schema Diagram:
Drilldown into ObjectiveSingleResult 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 ObjectiveResultAgainstMetric in schema epmtypes_xsd Drilldown into ObjectiveGroupStatusDate in schema epmtypes_xsd Drilldown into ObjectiveGroupStatus in schema epmtypes_xsd Drilldown into ObjectiveMetric in schema epmtypes_xsd Drilldown into TargetDate in schema epmtypes_xsd Drilldown into Weight in schema epmtypes_xsd Drilldown into ObjectiveGroupDescription in schema epmtypes_xsd Drilldown into ObjectiveGroupName in schema epmtypes_xsd Drilldown into ObjectiveGroupId in schema epmtypes_xsdXSD Diagram of EPMObjectiveGroupResultType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMObjectiveGroupResultType">
    <xsd:annotation>
        <xsd:documentation>Provides a structure for grouping and providing a summary score for a set of individual objectives.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ObjectiveGroupId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="ObjectiveGroupName" type="xsd:string" minOccurs="0" />
        <xsd:element name="ObjectiveGroupDescription" type="xsd:string" minOccurs="0" />
        <xsd:element name="Weight" type="NumericValueType" minOccurs="0" />
        <xsd:element name="TargetDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="ObjectiveMetric" type="EPMMetricType" minOccurs="0" />
        <xsd:element name="ObjectiveGroupStatus" type="EPMStatusEnumType" minOccurs="0" />
        <xsd:element name="ObjectiveGroupStatusDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="ObjectiveResultAgainstMetric" type="EPMMetricType" 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:element name="ObjectiveSingleResult" type="EPMObjectiveResultType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ObjectiveGroupId hr:ObjectiveGroupId 0 (1)
ObjectiveGroupName hr:ObjectiveGroupName 0 (1)
ObjectiveGroupDescription hr:ObjectiveGroupDescription 0 (1)
Weight hr:Weight 0 (1)
TargetDate hr:TargetDate 0 (1)
ObjectiveMetric hr:ObjectiveMetric 0 (1)
ObjectiveGroupStatus hr:ObjectiveGroupStatus 0 (1)
ObjectiveGroupStatusDate hr:ObjectiveGroupStatusDate 0 (1)
ObjectiveResultAgainstMetric hr:ObjectiveResultAgainstMetric 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
ObjectiveSingleResult hr:ObjectiveSingleResult 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:ObjectiveGroupResult