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