iwlanApplicabilityType Simple Type
Enumeration that describes the kind of network connection where a profile is applicable.
<xs:simpleType name="iwlanApplicabilityType">
<xs:restriction
base="token"
>
<xs:enumeration
value="CellularOnly"
/>
<xs:enumeration
value="CellularAndIwlan"
/>
<xs:enumeration
value="IwlanOnly"
/>
</xs:restriction>
</xs:simpleType>
Enumeration values
The iwlanApplicabilityType simple type defines the following values.
Value | Description |
---|---|
CellularOnly | Profile is valid for cellular network connections only. |
CellularAndIwlan | Profile is valid for cellular or Wi-Fi offloaded connections. |
IwlanOnly | Profile is valid for Wi-Fi offloaded connections only. |