3.1.4.13.3.3 ArrayOfConnectivityStatusInformation

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

This complex type is a collection of ConnectivityStatusInformation (section 2.2.4.5), which specifies the status of a login used to connect to the database application directly.

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

ConnectivityStatusInformation: A ConnectivityStatusInformation complex type, as specified in section 2.2.4.5. MUST be present.