Plan (Plans schema)
Defines a set of plan information that specifies the data usage options and state of a subscriber's connection to a Mobile Network Operator (MNO). Plan is the unique root element for plan information
Element hierarchy
<Plan>
Syntax
<Plan Name = string >
<!-- Child elements -->
( ( Description,
Usage?
)
| Usage
)
</Plan>
Key
?
optional (zero or one)
Attributes and Elements
Attributes
Attribute | Description | Data type | Required | Default value |
---|---|---|---|---|
Name | Defines the name of a subscriber's connection to a MNO. |
string | Yes |
Child Elements
Child Element | Description |
---|---|
Description | Defines plan information that specifies the subscriber's Mobile Network Operator (MNO) connection type. |
Usage | Defines the state of a subscriber's data usage on a connection to a Mobile Network Operator (MNO). UWP apps can retrieve this information using the DataPlanStatus class. |
Parent Elements
This outermost (document) element may not be contained by any other elements.
Requirements
Value | |
---|---|
Namespace | http://www.microsoft.com/networking/CarrierControl/Plans/v1 |