ProfileCreationType (MBNProfile) Element
The ProfileCreationType (MBNProfile) element contains information about the creator of the profile.
This element can have one of the following values.
Value | Meaning |
---|---|
"UserProvisioned" | This profile is created by information provided by the user of device. |
"AdminProvisioned" | This profile is created by IT administrators and distributed to users. |
"OperatorProvisioned" | This profile is created by a network operator and distributed to users. |
"DeviceProvisioned" | This profile is created by the Mobile Broadband service by using the information stored in the device provisioned context. |
This is an optional element.
<xs:element name="ProfileCreationType">
<xs:simpleType>
<xs:restriction
base="token"
>
<xs:enumeration
value="UserProvisioned"
/>
<xs:enumeration
value="AdminProvisioned"
/>
<xs:enumeration
value="OperatorProvisioned"
/>
<xs:enumeration
value="DeviceProvisioned"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
The ProfileCreationType element is defined by the MBNProfile element.
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