http://schemas.microsoft.com/2003/10/Serialization/Arrays
ArrayOfstring Complex Type
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
texts Element
DetectArrayResult Element
languageCodes Element
GetLanguageNamesResult Element
GetLanguagesForSpeakResult Element
GetLanguagesForTranslateResult Element
texts Element
texts Element
texts Element
ArrayOfstring Element
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
http://schemas.microsoft.com/2003/10/Serialization/Arrays