http://schemas.microsoft.com/2003/10/Serialization/Arrays
ArrayOfstring Complex Type
Namespace http://schemas.microsoft.com/2003/10/Serialization/Arrays
Diagram
string Element Sequence ArrayOfstring Complex Type
Overview
Sequence
string 0..∞ xs:string
Used By
Source
<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>
See Also