2.2.4.1 ArrayOfanyType

Namespace: http://schemas.microsoft.com/2003/10/Serialization/Arrays

A complex type that specifies a list of xs:anyType [XMLSCHEMA1] (section 3.4.7) elements.

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

anyType: Each element MUST specify an xs:anyType.