XML common specification
The common XML specification handled by APIs is as follows.
- When multiple resources of different types become root elements, the <Resources> tag will be used as a root element.
Example: <Resources> <LServer>...</LServer <Disk>...</Disk> </Resources>
- When multiple resources of the same type become root elements, the tag with the plural format the resource will be used as a root element.
Example: <LServers> <LServer>...</LServer> <LServer>...</LServer> </LServers>