HP Systems Insight Manager 7.2 Technical Reference Guide

<!-- 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, CMS to run on the CMS 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
tool. -->
<!ELEMENT job-display-handler ( #PCDATA ) >
<!-- The toolbox element specifies a toolbox to associate with the
tool. To run a tool the user must be authorized with one of the
specified toolboxes. -->
<!ELEMENT toolbox EMPTY >
<!-- The toolbox element has one attribute to specify the toolbox
name. -->
<!ATTLIST toolbox toolbox-name CDATA #REQUIRED >
<!-- The role element specifies a role to associate with the tool. To
run a tool the user must be authorized with one of the specified
roles. This element is obsolete. The toolbox element should be
used instead. -->
<!ELEMENT role EMPTY >
<!-- See the toolbox element attribute description. -->
<!ATTLIST role role-name CDATA #REQUIRED >
<!-- The include-filter element specifies system attributes against
which to filter a tool for execution. A specified include-filter
element must contain one or more system-filter elements. When
filtering a tool each include-filter block is OR'd together to
get the final filter result. Each system-filter element within an
include-filter block is AND'd together. -->
<!ELEMENT include-filter (system-filter)+ >
<!-- The include-filter elements has one attribute. The type attribute
484 Reference