HP Systems Insight Manager 5.2 Update 2 Technical Reference Guide
<!ATTLIST parameter index (1|2|3|4|5|6|7|8|9|10) "1"
prompt CDATA #REQUIRED
required (true|false) "false"
private (true|false) "false" >
<!-- The toolbox-enabled element specifies whether the toolboxes
associated with a tool are enabled. -->
<!ELEMENT toolbox-enabled EMPTY >
<!-- The toolbox-enabled element has one attribute. The value
attribute specifies whether the tool within the toolboxes is enabled.
This allows a full-rights user to explicitly disable the tools in
a toolbox though the tool is always enabled in the All Tools
toolbox. By default, the tool is enabled in all the toolboxes that
it is in. If a tool is disabled within a toolbox, it cannot be
executed. -->
<!ATTLIST toolbox-enabled value (true|false) "true">
<!-- The role-enabled element specifies whether the roles associated
with a tool are enabled. This is an obsolete element. The
toolbox-enabled element should be used instead.-->
<!ELEMENT role-enabled EMPTY >
<!-- See description of toolbox-enabled element attributes. -->
<!ATTLIST role-enabled value (true|false) "true">
<!-- The default-target element specifies a target on which the tool
can run if no targets are specified at run time. One can specify
a system, &cms2; to run on the &cms2; by default, or ALL to run on all
authorized systems by default. -->
<!ELEMENT default-target ( #PCDATA ) >
<!-- The category element specifies the category with which to
associate the tool. By default, tools are associated with the
"Local Tools" category. -->
<!ELEMENT category ( #PCDATA ) >
<!-- The description element specifies a simple description of the
tool. To specify more verbose information such as how to run the
tool, use the comment element. -->
<!ELEMENT description ( #PCDATA ) >
<!-- For SSA and MSA command tools, the execute-as-user element
specifies the user name that the tool runs as or under whose
account the tool runs on the target systems. For Web-launch
tools the execute-as-user is passed to the URL for its use. -->
<!ELEMENT execute-as-user ( #PCDATA ) >
<!-- The job display hander element specifies the fully-qualified
name of a class implementing the JobDisplayHander interface,
used to display the results of a job created by running this
352 Tools that extend management