2.2.5.18 MachineGroup Element

The MachineGroup XML element is used to specify parameters for managing machine groups. It is the root element of XML documents that are used in WSRM method parameters.

 <xs:element name="MachineGroup">
   <xs:complexType>
     <xs:sequence>
       <xs:element
         minOccurs="0"
         maxOccurs="unbounded"
         ref="Machine"
        />
       <xs:element
         minOccurs="0"
         maxOccurs="unbounded"
         ref="MachineGroup"
        />
     </xs:sequence>
     <xs:attribute name="Name"
       type="xs:string"
      />
     <xs:attribute name="Description"
       type="xs:string"
      />
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

Machine

Machine

The parameters that define a machine.

MachineGroup

MachineGroup

The parameters that define a machine group.

Attributes

Name

Type

Description

Name

xs:string

The name of the machine group.

Description

xs:string

A description of the machine group.

Additional XML data formats are specified in section 2.2.5.