Description element

Describes a manifest or metric.

Usage

<Description>
  child elements
</Description>

Attributes

There are no attributes.

Child elements

Element Description
Categories
Categories that enable the UX to handle multiple items.

DisplayName
This is a human-readable name for the item.

Information
Localized information about what is being described.

ProgrammaticName
This is the programmatic name of the item.

Tags
Contains one or more Tag elements.

ToolTip
A short description that can be used in the UX.

Child element sequence

(
  ProgrammaticName, 
  DisplayName, 
  ToolTip, 
  Information, 
  Tags, 
  Categories
)

Parent elements

Element Description
AssessmentManifest
The root node of the assessment.

AxeAssessmentManifest
This is the root node of an assessment manifest.

AxeJobManifest
Name of the root node of the assessment.

MetricDefinition
This element describes the metrics produced by an assessment.

MetricThreshold
Each metric threshold describes how a Metric value is interpreted.

MetricThresholdValue
This node contains the data defining a metric threshold value.

ParameterDefinition
Information that fully describes an assessment parameter.

Trace
An optional trace file associated with this iteration. Inside of a Trace element, only the DisplayName and ToolTip elements are supported.

Element information

Can be empty No

See also

AXE Assessment Manifest

AXE Job Manifest

AXE Results Manifest