Compression (contextType) Element
The Compression (contextType) element specifies if compression will be used at the data link for header and data transfer.
This element can be one of the following values.
Value | Meaning |
---|---|
"ENABLE" | Compression will be used. |
"DISABLE" | Compression will not be used. |
This element is optional. If this element is not specified, then the Mobile Broadband system will not use compression.
<xs:element name="Compression">
<xs:simpleType>
<xs:restriction
base="token"
>
<xs:enumeration
value="DISABLE"
/>
<xs:enumeration
value="ENABLE"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
The Compression element is defined by the contextType complex type.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps | UWP apps] |
Minimum supported server |
None supported |
See also
-
Definition context of element in schema
-
Possible immediate parent element in schema instance