MetricValue element

Describes a single metric value.

A metric value is a single result and uniquely identified by:

Its programmatic name The iteration from an assessment run A specific assessment identified by an assessment [**Id**](id.md). A specific job, identified by an [**Id**](id.md) and a [**JobStartDateTime**](jobstartdatetime.md) when it was run.

A metric can be described by two things:

Its corresponding Metric Definition from the Assessment Manifest One or more Metric Validation Thresholds from the Job manifest.

Usage

<MetricValue>
  child elements
</MetricValue>

Attributes

There are no attributes.

Child elements

Element Description
ProgrammaticName
The programmatic name of the metric.

Value
This element contains a value.

Child element sequence

(
  Value, 
  ProgrammaticName
)

Parent elements

Element Description
MetricValues
A container element for one or more MetricValue elements.

Remarks

Metrics can have many different data types as described in the <MetricDefintions> node in an assessment manifest

Element information

Can be empty No

See also

AXE Results Manifest