3.1.4.13.3.2 GetDataConnectivityStatusResult

Namespace: http://schemas.microsoft.com/office/Access/2010/11/Server/WebServices/ApplicationDesignService

This complex type specifies the result data of the GetDataConnectivityStatus protocol operation.

 <xs:complexType name="GetDataConnectivityStatusResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:ServiceResult">
       <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="StatusInformations" type="tns:ArrayOfConnectivityStatusInformation"/>
         <xs:element minOccurs="1" maxOccurs="1" name="Error" nillable="true" type="tns:ServiceError"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

StatusInformations: An ArrayOfConnectivityStatusInformation complex type, as specified by section 3.1.4.13.3.3.  MUST be present.

Error: A ServiceError element (section 2.2.4.13) that, if not nil ([XMLSCHEMA1/2] section 2.7.2), specifies an error that occurred on the protocol server. If the protocol operation succeeded, this element MUST be nil.