2.2.4.9 ArrayOfString

The ArrayOfString complex type is used to represent a set of strings.

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

string: A single element in the array of strings.