NetworkConfiguration

MBAE deprecation warning

Important

Starting in Windows 10, version 1803, the MBAE app experience is replaced by an MO UWP app. For more information about MO UWP apps, see UWP mobile broadband apps.

The NetworkConfiguration element specifies the purchase and Internet mobile broadband profiles to be used. The files that are referenced in this element should be included in the ServiceInformation directory. These files help in getting users connected to the operator network. It also specifies whether standard users should be allowed to perform PIN unlock operations on their Mobile Broadband SIMs.

Usage

<NetworkConfiguration>
  child elements
</NetworkConfiguration>

Attributes

There are no attributes.

Child elements

Element Description

MobileBroadbandProfiles

Specifies the purchase and Internet mobile broadband profiles to be used.

AllowStandardUserPinUnlock

Specifies whether standard users should be allowed to perform PIN unlock operations on their Mobile Broadband SIMs.

Parent elements

Element Description

MobileBroadbandInfo

The MobileBroadbandInfo element is the parent element of the MobileBroadbandInfo XML schema.

XSD

<xs:element name="NetworkConfiguration" type="tns:NetworkConfigType" minOccurs="0" />

<xs:complexType name="NetworkConfigType">
  <xs:sequence>
    <xs:element name="MobileBroadbandProfiles" type="tns:MobileBroadbandProfilesType" minOccurs="0" />
    <xs:element name="AllowStandardUserPinUnlock" type="xs:boolean" minOccurs="0" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

Remarks

  • In order to set a plan purchase APN or an Internet connection APN, the mobile network operator (MNO) should specify the XML profiles that correspond to these states as part of this element.

  • The child elements in this element are optional. If these are not specified, the APN values from the COSA database included with Windows are used to help the user get connected.

  • Typically, only users in the Administrators security group are allowed to perform PIN unlock operations on their Mobile Broadband SIMs. However, setting the AllowStandardUserPinUnlock element to true allows the mobile operator to specify whether standard users are allowed to perform this function.