Stacks

Represents a collection of stacks. If the Operation attribute is specified, the Stack elements can be set or added to the collection.

Element Hierarchy

Syntax

<Stacks Operation = OperationEnumeration>

  <!-- Child elements -->
  Stack

</Stacks>

Attributes and Elements

Attributes

Attribute Description Data type Required Default
Operation Indicates whether Stack elements should be set or added. This attribute can have one of the following values:
  • Set
  • Add
  • Remove
No Set

Child Elements

Element Description Requirement
Stack Represents a system stack. Required, 1 or more.

Parent Elements

Element Description
SystemProvider Represents a system provider.
SystemProviderId Represents a system provider identifier.

Elements