MobileBroadbandInfo
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 MobileBroadbandInfo element is the parent element of the MobileBroadbandInfo XML schema.
Usage
<MobileBroadbandInfo>
child elements
</MobileBroadbandInfo>
Attributes
There are no attributes.
Child elements
Element | Description |
---|---|
The NetworkConfiguration element specifies the purchase and Internet mobile broadband profiles to be used. |
|
The ProvisioningEngine element specifies trusted certificate values for Subject Name and Issuer Name. |
Parent elements
There are no parent elements.
XSD
<xs:element name="MobileBroadbandInfo" type="tns:MobileBroadbandInfoType" />
<xs:complexType name="MobileBroadbandInfoType">
<xs:sequence>
<xs:element name="NetworkConfiguration" type="tns:NetworkConfigType" minOccurs="0" />
<xs:element name="ProvisioningEngine" type="tns:ProvisioningEngineType" minOccurs="0" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
Remarks
The MobileBroadbandInfo element is required.