1.9 Command Definitions

This documentation provides the XML element definitions for manage.cmd and nds.cmd.

The following abbreviations are used to indicate if the element is

To present XML elements as succinctly as possible, the end tags for various elements are not shown. When you use these elements, however, you must add an appropriate value and the end tag, as shown in the following examples:

The poolName element is often documented as

<poolName>       <!-- The name of the volume's pool -->

However, to indicate the SYS pool in the poolName element, you need to substitute the following line:

<poolName>SYS</poolName>

The value attribute of the nameSpaces element is often documented as

<nameSpaces value=" ">

To indicate a volume that supports the four basic namespaces, substitute the following line:

<nameSpaces value="23">DOS Long Macintosh Unix</nameSpaces>

Note that white space and new lines were added to the all examples for readability.