Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the number of bytes the subscriber has consumed against their data limit. If absent, it is inferred by:
- UsagePercentage times DataLimit
- UsagePercentage times DataLimit
- UsageOverage plus DataLimit
- (UsageOveragePercentage times DataLimit) plus DataLimit
- UsageOverage plus (UsageOverage divided by (UsageOveragePercentage - 100) )
- UsageOverage plus DataLimit
Element hierarchy
Syntax<Usage Group = positiveInteger
UnitGroup? = positiveInteger
DefaultUnit? = "None" | "K" | "M" | "G" | "T" | ... />
Key
?
optional (zero or one)
Attributes and Elements
Attributes
Attribute | Description | Data type | Required | Default value |
---|---|---|---|---|
DefaultUnit | Defines the default unit multiplier of Group if UnitGroup is not present or no token matches. Units are powers of:
|
This attribute can have one of the following values:
|
No | |
Group | Defines the group that contains the data limit. This must be a number formatted per the specified Locale . |
positiveInteger | Yes | |
UnitGroup | Defines the group that specifies units for the data limit. The contents of this group are compared to tokens in Units . If no match is found, the value of DefaultUnit will be used instead. The content of Group will be multiplied by this value before being used. |
positiveInteger | No |
Child Elements
None.
Parent Elements
Parent Element | Description |
---|---|
Fields | Defines values that describe the subscriber's plan and data usage. |
Remarks
If the Usage element is included in the schema, then the UsageTimestamp element must also be included.
Requirements
Value | |
---|---|
Namespace | http://www.microsoft.com/networking/CarrierControl/WWAN/v1 |