MobileBroadbandProfiles
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 MobileBroadbandProfiles element specifies the purchase and Internet mobile broadband profile files to use.
Usage
<MobileBroadbandProfiles>
child elements
</MobileBroadbandProfiles>
Attributes
There are no attributes.
Child elements
Element | Description |
---|---|
Specifies the purchase mobile broadband profile file to use. |
|
Specifies the Internet mobile broadband profile file to use. |
Parent elements
Element | Description |
---|---|
Specifies the purchase and Internet mobile broadband profiles to be used or whether standard user can perform PIN unlock operations. |
XSD
<xs:element name="MobileBroadbandProfiles" type="tns:MobileBroadbandProfilesType" minOccurs="0" />
<xs:complexType name="MobileBroadbandProfilesType">
<xs:sequence>
<xs:element name="Purchase" type="tns:FileType" minOccurs="0" />
<xs:element name="Internet" type="tns:FileType" minOccurs="0" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
Remarks
The MobileBroadbandProfiles element is optional.