Issue element

This element holds information about a single issue. Examples of issues would be a missing driver or a PNP device that won t go into sleep mode.

Usage

<Issue
  Known = "text"
  ID = "text">
  child elements
</Issue>

Attributes

Attribute Type Required Description
ID
text
No
A cross reference for a related issue.

Known
text
No
This holds a case-insensitive value of "Yes", "No", "True", or "False" .

Child elements

Element Description
AffectedMetrics
Enables a metric value to be related to an issue.

Class
The issue class.

EqualityID
The issue equality identifier.

Impact
Describes the impact of the issue.

IssueDescription
Brief description of the issue.

IssueTitle
Short name for the issue.

IssueToolTip
A tool tip for the UI to display.

MetricValues
A container element for one or more MetricValue elements.

Solution
Holds information about a solution for a single issue.

SolutionData
Contains XML that is specific to a solution or assessment.

TypeID
The issue type identifier.

Child element sequence

(
  AffectedMetrics, 
  Class, 
  EqualityID, 
  Impact, 
  IssueTitle, 
  IssueDescription, 
  IssueToolTip, 
  MetricValues, 
  Solution, 
  SolutionData, 
  TypeID
)

Parent elements

Element Description
Issues
A container element for one or more issues.

Element information

Can be empty No

See also

AXE Results Manifest