User Guide
26
Table 2-2 Elements of response XML
Name of element Description
response A root element of response XML.
command An element holding information of the command.
inputline An element holding an input command line.
cmdstat An element grouping a status of command.
status An element holding a status code.
status_tag An element holding a status tag.
error An element holding a error code.
error_tag An element holding a status tag.
COMMAND An element specifying a basic command.
target An element holding a target of the command.
instance An element grouping a target, options and properties.
ufit An element holding target's UFiT.
ufip An element holding target's UFiP.
properties An element grouping property elements.
property An element corresponding to property.
name An element holding a name of property.
value An element holding a val element.
val An element holding a value of property.
source An element holding source information of dump and load
command.
destination An element holding destination information of dump and load
command.
uri An element holding a path of the file system.
help An element holding a help message.
text An element holding a text message.
examine An element holding a result of examination.
verbs An element holding a list of supported commands.
standardverbs An element holding standard verbs.
oemdata An element holding esmcli specific information.
exitcode An element holding an exit code.
result An element holding a result of the command.
2.2.3 XML format for each basic commands
Followings are XML format of each basic commands. A XML schema of the XML is described in
"9.1.2XML Schema for response file".
2.2.3.1 cd
<cd>
<ufip>UFiP of the current default target.</ufip>
</cd>