Table of Contents

Change element

Describes a change.

Parent

Changes

Attributes

Name Type Required Description
coversMajorChanges TypeSemicolonSeparatedValidatorIds Specifies the major changes this major change covers.

Children

Name Occurrences Description
All
  Impact Describes the impact of this change.
  ActionsToTake [0, 1] Lists the actions to take.

Examples

<Change>
  <Impact>Replaced serial connection by an HTTP connection. DataMiner element might get corrupted.</Impact>
  <ActionsToTake>
    <ActionToTake>Delete current element.</ActionToTake>
    <ActionToTake>Create a new element.</ActionToTake>
  </ActionsToTake>
</Change>