networkItemType Complex Type

Der komplexe Typ networkItemType gibt den Namen und Typ eines Drahtlosen Netzwerks an.

<xs:complexType name="networkItemType">
    <xs:sequence>
        <xs:element name="networkName"
            type="networkNameType"
         />
        <xs:element name="networkType"
            type="networkTypeType"
         />
        <xs:any
            processContents="lax"
            minOccurs="0"
            maxOccurs="unbounded"
            namespace="##other"
         />
    </xs:sequence>
</xs:complexType>

Untergeordnete Elemente

Element Typ BESCHREIBUNG
networkName networkNameType Der Dienstsatzbezeichner (Service Set Identifier, SSID) des Netzwerks.
Networktype networkTypeType Der Netzwerktyp.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client)
Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server)
Windows Server 2008 [nur Desktop-Apps]