Commands, Command

A <Position> element has one or more defined <Commands>.

To learn about how these elements relate to other elements in a well test configuration XML structure, see Well Test Hierarchy.

Example

<Positions>

<Position>

<Commands>

<Command type="START">

<Actions>

<Action …> <Action />

.

.

.

<Action …> <Action />

</Actions>

</Command>

</Commands>

</Position>

</Positions>

Commands

The <Commands> element has one type of child element, <Command>, and has no attributes.

Command

Each <Commands> element contains a list of <Command> elements associated with the position. The actions defined in each command will be executed when the header queue point is updated with one of these values.

Command Properties

The <Command> element has the following properties:

Property Description

Case Sensitive

Yes

Required

Yes

Number of Instances Allowed

Unlimited

Parent Element

<Commands>

Child Elements

<Actions>

Attributes

type

Command Attributes

A <Command> element has the following attributes:

Attribute Required Description

type

Yes

Specifies the name of the command.

The following is a list of reserved type names for each command:

  • START

Back to top