Definition Type: ComplexType
Name: EPMMetricType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
A metric in an objective plan against which results will be measured. Includes a name or label to identify the metric and a value for any related numeric or text value expressing the required measure or dimension.
Collapse XSD Schema Diagram:
Drilldown into MeasureValue in schema epmtypes_xsd Drilldown into MeasureName in schema epmtypes_xsd Drilldown into MeasureId in schema epmtypes_xsdXSD Diagram of EPMMetricType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMMetricType">
    <xsd:annotation>
        <xsd:documentation>A metric in an objective plan against which results will be measured. Includes a name or label to identify the metric and a value for any related numeric or text value expressing the required measure or dimension. </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="MeasureId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="MeasureName" type="xsd:string" minOccurs="0" />
        <xsd:element name="MeasureValue" type="NumericAndStringScoreType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MeasureId hr:MeasureId 0 (1)
MeasureName hr:MeasureName 0 (1)
MeasureValue hr:MeasureValue 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:DevelopmentItemMetric, hr:ObjectiveGroupMetric, hr:ObjectiveMetric, hr:ObjectiveMetric, hr:ObjectiveMetrichr:ObjectiveResultAgainstMetric, hr:ObjectiveResultAgainstMetric,