2.2.4.21 ArrayOfstring

This type describes an array of string.

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

 <xs:complexType name="ArrayOfstring">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

string: The instance of string.