Table of Contents

DMSScript element

The root element of a DataMiner automation script.

Attributes

Name Type Required Description
options positiveInteger Yes Specifies different options.

Children

Name Occurrences Description
All
  Author Specifies the author of the script.
  CheckSets Specifies whether to check sets.
  Description Specifies the description of the automation script.
  Folder Specifies the folder in which this automation script is saved.
  Interactivity Specifies if the script requires user interaction.
  Memory Contains the memory files.
  Name Specifies the name of the automation script.
  Parameters Contains the parameter script variables defined in the script.
  Protocols Contains the dummy script variables defined in the script.
  Script Contains the script actions.
  SolutionId Specifies the solution that the automation script belongs to.
  Type Specifies the type of script. For automation scripts, the value is "Automation".

Constraints

Type Description Selector Fields
Unique IDs must be unique. .//* @id
Advanced search syntax