<?xml version="1.0"?>
<interfaceDefinition>
  <node name="execute">
    <children>
      <node name="telnet">
        <properties>
          <help>Telnet to a node</help>
        </properties>
        <children>
          <tagNode name="to">
            <properties>
              <help>Telnet to a host</help>
              <completionHelp>
                <list>&lt;hostname&gt; &lt;x.x.x.x&gt; &lt;h:h:h:h:h:h:h:h&gt;</list>
              </completionHelp>
            </properties>
            <command>/usr/bin/telnet $4</command>
            <children>
              <tagNode name="port">
                <properties>
                  <help>Telnet to a host:port</help>
                  <completionHelp>
                    <list>&lt;0-65535&gt;</list>
                  </completionHelp>
                </properties>
                <command>/usr/bin/telnet $4 $6</command>
              </tagNode>
            </children>
          </tagNode>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>