2.2.4.18 ArrayOfstring
Namespace: http://schemas.microsoft.com/2003/10/Serialization/Arrays
The ArrayOfString complex type represents a list of xs:string as specified in [XMLSCHEMA2].
-
<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>