Internet

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 Internet element specifies the purchase mobile broadband profile file to use.

Usage

<Internet>
  child element
</Internet>

Attributes

There are no attributes.

Text value

The name of a file in the ServiceInformation directory.

Child elements

There are no child elements.

Parent elements

Element Description

MobileBroadbandProfiles

Specifies the purchase and Internet mobile broadband profile files to use

XSD

<xs:element name="Internet" type="tns:FileType" minOccurs="0"/>

<xs:simpleType name="FileType">
  <xs:restriction base="xs:string">
    <xs:whiteSpace value="preserve"/>
    <xs:pattern value="[\p{L}\p{N}\.\-_ ]+"/>
    <xs:minLength value="1"/>
    <xs:maxLength value="260"/>
  </xs:restriction>
</xs:simpleType>

Remarks

The Internet element is optional.