2.2.4.58 ArrayOfSystemSettingGroup

The ArrayOfSystemSettingGroup complex type specifies a collection of SystemSettingGroup complex types.

The following is the XML schema definition of the ArrayOfSystemSettingGroup complex type.

   <xs:complexType name="ArrayOfSystemSettingGroup">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="unbounded" name="SystemSettingGroup" nillable="true" type="tns:SystemSettingGroup" />
     </xs:sequence>
   </xs:complexType>

SystemSettingGroup: Specifies the SystemSettingGroup complex type.