2.2.4.1 ArrayOfAnyType
Defines an array in which each item can have a different type.
-
<xsd:complexType name="ArrayOfAnyType"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="unbounded" name="anyType" nillable="true"/> </xsd:sequence> </xsd:complexType>
anyType: This element contains data of arbitrary type. The actual content depends on the context of the WSDL operation that is using this type. For more information, see GenericReadableRow (section 2.2.4.12).