Range command element

The Range command element defines a range for a component. For example, [<Range>x,y]

Components of Range

A group view displays the components of the Range command/command element.

Component Description

Min: Specifies the integer value of the minimum range.

Max: Specifies the value of the maximum range: either an integer or the value (S) for an unspecified maximum range.

Example
<Range>
<Min>2</Min>
<Max>S</Max>
</Range>