2.2.4.22 ArrayOfString

Namespace: http://schemas.microsoft.com/office/Access/2010/11/Server/WebServices/AccessServerInternalService/

The ArrayOfString complex type is a collection of string ([XMLSCHEMA2] section 3.2.1) 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 string ([XMLSCHEMA2] section 3.2.1) that specifies a string value.