Expand Minimize
This topic has not yet been rated - Rate this topic

2.2.4.11 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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.