Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |