HP Systems Insight Manager User Manual
Page 314

<!-- 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
specifies the type of include filter to execute. Four types are
currently recognized. Three of them are os (operating system),
hardware, protocol filtering. The fourth type is called other which
will allow all other system attributes to be filtered upon.-->
<!ATTLIST include-filter type (os | hardware | protocol | other) "os" >
314 Tools that extend management