2.2.4.98 DataConnectionsInfo

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

Specifies information about data connections (2) in the workbook.

 <xs:complexType name="DataConnectionsInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="DataSources" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="DataConnections" type="tns:ArrayOfDataConnectionInfo"/>
   </xs:sequence>
 </xs:complexType>

DataSources: An XML string that specifies information about the sources for the data connections (2).

DataConnections: An array of DataConnectionInfo elements as specified in section 2.2.4.91.