2.2.4.34 ArrayOfint

The ArrayOfint complex type specifies a collection of int complex types.

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

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

int: Specifies the int complex type.