3.1.4.84.3.1 ArrayOfFunctionInfo

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

An array of FunctionInfo elements (section 3.1.4.84.3.2).

 <xs:complexType name="ArrayOfFunctionInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="FunctionInfo" nillable="true" type="tns:FunctionInfo"/>
   </xs:sequence>
 </xs:complexType>

FunctionInfo: A FunctionInfo element as specified in section 3.1.4.84.3.2.