<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>
|