nameType Simple Type (Compact 7)
3/12/2014
This simple type defines a string type for either the name or the description of a wireless LAN policy profile. Names and descriptions are strings between one and 255 characters long.
Syntax
<xs:simpleType name="nameType">
<xs:restriction
base="string"
>
<xs:minLength
value="1"
/>
<xs:maxLength
value="255"
/>
</xs:restriction>
</xs:simpleType>
See Also
Reference
Profile XML Schema Simple Types
networkNameType Simple Type
networkTypeType Simple Type
Profile XML Schema Reference