tipo semplice networkNameType

Il tipo semplice networkNameType definisce un tipo di stringa per gli identificatori del set di servizi (SSID). Un SSID è una stringa con almeno un carattere lungo e con una lunghezza massima di 32 caratteri.

<xs:simpleType name="networkNameType">
    <xs:restriction
        base="string"
    >
        <xs:minLength
            value="1"
         />
        <xs:maxLength
            value="32"
         />
    </xs:restriction>
</xs:simpleType>

Requisiti

Requisito Valore
Client minimo supportato
Windows Vista [solo app desktop]
Server minimo supportato
Windows Server 2008 [solo app desktop]