Share via


networkNameType Simple Type (Compact 2013)

3/26/2014

This simple type defines a string type for service set identifiers (SSIDs). A SSID is a string that is between one and 32 characters long.

Syntax

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

See Also

Reference

Profile XML Schema Simple Types
nameType Simple Type
networkTypeType Simple Type
Profile XML Schema Reference