2.2.4.13 t:ArrayOfStringsType Complex Type

The ArrayOfStringsType complex type specifies a data structure that can contain zero or more strings.

 <xs:complexType name="ArrayOfStringsType">
   <xs:sequence>
     <xs:element name="String"
       type="xs:string"
       minOccurs="0"
       maxOccurs="unbounded"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the ArrayOfStringsType complex type.

Element name

Type

Description

String

xs:string ([XMLSCHEMA2])

Specifies a single string of data.