2.2.4.145 serarr:ArrayOfanyType
The serarr:ArrayOfanyType specifies an array whose elements can be of any type.
-
<xs:complexType name="ArrayOfanyType"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="anyType" nillable="true" type="xsd:anyType" /> </xs:sequence> </xs:complexType>