Data Transformation Engine Type Tree Maker Reference Guide

Chapter 4 - Commands and Command Elements Command Descriptions
Range
Range can be a command and a command element.
Range Command
The Range command defines a range restriction for an item. For example,
<Range>x,y
Range Command Element
The Range command element defines a range for a component. For example,
[<Range>x,y]
Components of Range
The following group window 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>