2.2.4.53 ArrayOfstring

Applies to MDS 2012

The ArrayOfstring complex type specifies a collection of string complex types.

The following is the XML schema definition of the ArrayOfstring complex type.

   <xs:complexType name="ArrayOfstring">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
     </xs:sequence>
   </xs:complexType>

string: Specifies the string complex type.