2.2.4.4 ArrayOfInt

This complex type is an array of integer values used in messages within the protocol. It is defined in the namespace: http://www.microsoft.com/SoftwareDistribution.

 <s:complexType name="ArrayOfInt">
   <s:sequence>
     <s:element minOccurs="0" maxOccurs="unbounded" name="int" 
     type="s:int" />
   </s:sequence>
 </s:complexType>