Top
Cloud Services Management V1.0.0 Operation Guide
FUJITSU Software

5.3 Format of XML Files Used in the CLI

This section explains the format of XML files used when operating information retained by Cloud Services Management.

This section writes element names and contents of element in XML files like the following.

<[Element name]>[Element value]</[Element name]>
<[Element name] [Attribute 1]="[Attribute 1]" [Attribute 2]="[Attribute 2]">[Element value]</[Element name]>

To edit the XML files, use your preferred text editor.

The character code of XML file must be UTF-8.

Don't write unnecessary line blank spaces and blanks in case to modify the XML file, because line breaks and blanks are recognized as data in the rule of XML.

In table explained by this section, "Omission is permitted." is the case of no elements and attributes of XML files. In case that elements and attributes of XML files are omitted in modify operation, the value of elements and attributes before executing command is maintained.

In this section, some resources can be specified at the same time in register operation. However the target of modify operation must be only one.

Note

Tags and attributes that are not written in each XML rules, are not read.

If the tag having no attributes is written, the empty element tag, e.g. <comment/>, must be specified instead of the end tag.

Escape in case to specify the following type of characters because of the XML rules.

Specified Character

Escape

<

&lt;

>

&gt;

&

&amp;

"

&quot;