2.2.4.1 ArrayOfString

Namespace: http://schemas.microsoft.com/sharepoint/discovery/soap/

The ArrayOfString complex type represents an array of string values.

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

string:  A single string value.