Application Index Parameter Object
The indexParm
child object of the
application object has a slightly different syntax than all other
objects. Owing to the type of the data associated with the Index
Parameters, you cannot use an object attribute to specify this information.
Thus, for this object (and only this object), the data associated
with the object is simply the character data that appears between
the <indexParm>
and the </indexParm>
flags.
For example, the following code can be used to set the index parameters
associated with the SampleApp application:
<application name="SampleApp" .... >
<indexParm>
*dummy index parameters
parm1=value;
parm2=value;
parm3=value;
</indexParm>
</application>