2.2.4.380 serarr:ArrayOfstring
The serarr:ArrayOfstring complex type specifies an array of elements of type xsd:string.
-
<xs:complexType name="ArrayOfstring"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xsd:string" /> </xs:sequence> </xs:complexType>