User Guide
20
Chapter2 XML interface
2.1 Execution of XML
2.1.1 Overview
This function enables you to write a command and arguments into a request XML file and execute the file
instead of "Shell mode" or "One liner mode". An XML schema of the request XML is described in
"9.1.1XML Schema for request file".
2.1.2 XML elements
Standard contents of the request XML are as below. Details of those elements are described in Table 2-1.
<?xml version="1.0" encoding="UTF-8"?>
<request>
<COMMAND>
<abort>true</abort>
<instance>
<ufip>Target of this COMMAND</ufip>
<options>
<option>
<name>Name of option</name>
<value>
<val>Value of option<val>
</value>
</option>
</options>
<properties>
<property>
<name>Name of property</name>
<value>
<val>Value of property</val>
</value>
</property>
</properties>
</instance>
</COMMAND>
</request>