The command element describes the name of an executable or other software application than can be run.
Anonymous
| Element | Description | 
|---|---|
| replaceable | 
None.
      <command />
    
      <element name="command" >
  <complexType mixed="true">
    <choice minOccurs="0" maxOccurs="unbounded">
      <element name="replaceable" type="maml:textType">
      </element>
    </choice>
  </complexType>
</element>