name

The value between these tags is used to name (and populate the Name column of) the script.

Hierarchy

Syntax

<name>
     <!-- string value -->            
</name>        

Example

<script>
     <name>Example Script</name>
     <description></description>
     <category></category>
     <input orientation="horizontal"></input>
     <display type="itemlist"></display>
     <action returns="table">
          <![CDATA[
          ]]>
     </action>
</script>