networkTypeType Simple Type (Compact 7)
3/12/2014
This simple type defines the wireless network types. There are two types of networks: infrastructure networks (ESS) and ad hoc networks (IBSS).
Syntax
xs:simpleType name="networkTypeType">
<xs:restriction
base="string"
>
<xs:enumeration
value="IBSS"
/>
<xs:enumeration
value="ESS"
/>
</xs:restriction>
</xs:simpleType>
Enumeration Values
The networkTypeType simple type defines the following values:
Value | Description |
---|---|
IBSS |
Value Description |
ESS |
Value Description |
See Also
Reference
Profile XML Schema Simple Types
nameType Simple Type
networkNameType Simple Type
Profile XML Schema Reference