2.2.4.5 ArrayOfInt

An array of integers used in messages within the protocol.

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

int: This field MUST be present. It contains an arbitrary integer value.