DataLimit

Defines a value representing the data limit in MB for a capped plan. Must be a value from 0 to 232nd.

Element hierarchy

<Messages>
<Message>
<Fields>
<DataLimit>

Syntax

<DataLimit 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:

  • None
  • K - 1,000
  • M - 1,000,000
  • G - 1,000,000,000
  • T - 1,000,000,000,000
  • Ki - 1,024
  • Mi - 1,048,576
  • Gi - 1,073,741,824
  • Ti - 1,099,511,627,776

This attribute can have one of the following values:

  • None
  • K
  • M
  • G
  • T
  • Ki
  • Mi
  • Gi
  • Ti
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.

 

Requirements

Value
Namespace http://www.microsoft.com/networking/CarrierControl/WWAN/v1