Version element

The version node has four mandatory sub nodes making up a standard Microsoft four part version number.

Usage

<Version>
  child elements
</Version>

Attributes

There are no attributes.

Child elements

Element Description
Build
Build part of standard version number.

Major
Major version part of standard version number.

Minor
Minor version part of standard version number.

Revision
Revision part of standard version number.

Child element sequence

(
  Major, 
  Minor, 
  Build, 
  Revision
)

Parent elements

Element Description
AppVersion
Contains the application name and version.

VersionedId
The unique identity of a job or an assessment.

Remarks

AXE never changes a job's version number. The AXE assessment management object model provides a read/write version property to the solution. This lets the solution mange the version numbers for jobs.

Element information

Can be empty No

See also

AXE Assessment Manifest