2.2.4.57 ArrayOfSystemSetting

The ArrayOfSystemSetting complex type specifies a collection of SystemSetting complex types.

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

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

SystemSetting: Specifies the SystemSetting complex type.