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 | ||
| Name | Specifies the name of the Automation script. | |
| Description | Specifies the description of the Automation script. | |
| Type | Specifies the type of script. For Automation scripts, the value is "Automation". | |
| Author | Specifies the author of the script. | |
| CheckSets | Specifies whether to check sets. | |
| Interactivity | Specifies if the script requires user interaction. | |
| Folder | Specifies the folder in which this Automation script is saved. | |
| Protocols | Contains the dummy script variables defined in the script. | |
| Memory | Contains the memory files. | |
| Parameters | Contains the parameter script variables defined in the script. | |
| Script | Contains the script actions. |
Constraints
| Type | Description | Selector | Fields |
|---|---|---|---|
| Unique | IDs must be unique. | .//* | @id |