Freigeben über


2.2.1.8 NetworkConnectivityInfo Element

A NetworkConnectivityInfo element contains information specific to the network connection. The type of this element is NetworkConnectivityInfoType.

The NetworkConnectivityInfoType type is defined as follows<59>:

   <xs:complexType name="NetworkConnectivityInfoType">
     <xs:sequence>
       <xs:element name="NetworkConnection" 
        type="tns:NetworkConnectionType" minOccurs="0"/>
       <xs:element name="VPN" type="xs:boolean" minOccurs="0"/>
       <xs:element name="LinkSpeed" type="xs:float" minOccurs="0"/>
       <xs:element ref="v2:BSSID" minOccurs="0"/>
       <xs:sequence minOccurs="0">
         <xs:element ref="v2:Separator" />
         <xs:element ref="v3:NetworkConnectionDetails" type="xs:string" minOccurs="0"/>
         <xs:element ref="v3:WifiDriverDeviceDesc" type="xs:string" minOccurs="0"/>
         <xs:element ref="v3:WifiDriverVersion" type="xs:string" minOccurs="0"/>
         <xs:element ref="v3:TraceRoute" type="v3:TraceRouteType" minOccurs="0"/>
       </xs:sequence>
     </xs:sequence>
     <xs:anyAttribute namespace="##other" processContents="lax"/>
   </xs:complexType>
  
   <xs:simpleType name="NetworkConnectionType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="wired" /> 
       <xs:enumeration value="wifi" /> 
     </xs:restriction>
   </xs:simpleType>
   <xs:element name="BSSID" type="xs:string"/>
   <xs:element name="Separator">
     <xs:complexType></xs:complexType>
   </xs:element>