2.2.4.5 ArrayOfInt

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

The ArrayOfInt type is an array of integer elements.

 <xs:complexType name="ArrayOfInt" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="int" type="xs:int"/>
   </xs:sequence>
 </xs:complexType>

int: An integer value.