2.2.4.25 PeriodicRefreshInfo

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

The PeriodicRefreshInfo complex type is used to return expired external data related information.

 <xs:complexType name="PeriodicRefreshInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="ExpirationTime" type="xs:int"/>
     <xs:element minOccurs="0" maxOccurs="1" name="ConnectionNames" type="tns:ArrayOfString"/>
   </xs:sequence>
 </xs:complexType>

ExpirationTime: The number of seconds left before the next external data expires. MUST be greater than or equal to 0.

ConnectionNames: The names of the data connections (2) that will expire after the number of seconds specified by ExpirationTime. MUST be present. MUST have one or more entries. Each entry MUST NOT have the xsi:nil attribute set to true and MUST NOT be empty.