2.1.2.44 SPGenericObjectCollection

Specifies a collection generic objects.

 <xs:complexType name="SPGenericObjectCollection">
     <xs:sequence>
         <xs:element name="SPObject"
                     type="SPGenericObject"
                     minOccurs="0" maxOccurs="unbounded" />
     </xs:sequence>
 </xs:complexType>