Definition Type: ComplexType
Name: EPMObjectiveResultType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
Contains data related to an individual objective result or rating.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_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 ObjectiveStatusDate in schema epmtypes_xsd Drilldown into ObjectiveStatus 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 ObjectiveDescription in schema epmtypes_xsd Drilldown into ObjectiveName in schema epmtypes_xsd Drilldown into ObjectiveId in schema epmtypes_xsdXSD Diagram of EPMObjectiveResultType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMObjectiveResultType">
    <xsd:annotation>
        <xsd:documentation>Contains data related to an individual objective result or rating.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ObjectiveId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="ObjectiveName" type="xsd:string" minOccurs="0" />
        <xsd:element name="ObjectiveDescription" 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="ObjectiveStatus" type="EPMStatusType" minOccurs="0" />
        <xsd:element name="ObjectiveStatusDate" 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 ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ObjectiveId hr:ObjectiveId 0 (1)
ObjectiveName hr:ObjectiveName 0 (1)
ObjectiveDescription hr:ObjectiveDescription 0 (1)
Weight hr:Weight 0 (1)
TargetDate hr:TargetDate 0 (1)
ObjectiveMetric hr:ObjectiveMetric 0 (1)
ObjectiveStatus hr:ObjectiveStatus 0 (1)
ObjectiveStatusDate hr:ObjectiveStatusDate 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
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:ObjectiveSingleResult, hr:ObjectiveSingleResult