AssessmentResult element

Describes the result for an individual assessment. Assessments write their results files as XML files that use this node as the root node for the DOM. The assessment result files must also contain an XML declaration in order to be a valid XML file.

Usage

<AssessmentResult>
  child elements
</AssessmentResult>

Attributes

There are no attributes.

Child elements

Element Description
AnalysisInfo
Information about the execution of the assessment analysis.

ErrorsAndWarnings
A container element to hold assessment errors and warnings.

ExecutionInfo
Information about the execution of the assessment.

ExitCode
This element holds the exit code for an assessment s process.

Guid
The unique identifier for the assessment run.

Iterations
A container element to hold Iteration elements.

LogFiles
A container to hold LogFile elements.

ResultsLocation
The relative path from the directory containing the job results file to the directory containing the assessment results file.

Child element sequence

(
  Guid, 
  ExitCode, 
  LogFiles, 
  ErrorsAndWarnings, 
  Iterations, 
  ResultsLocation, 
  AnalysisInfo, 
  ExecutionInfo
)

Parent elements

Element Description
AssessmentResults
This element is a container for one or more AssessmentResult elements.

Element information

Can be empty No

See also

AXE Results Manifest