Package (SoftwareInfo)
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 Package element specifies the app that will be downloaded when the operator’s mobile broadband hardware is detected on the PC.
Usage
<Package>
child elements
</Package>
Attributes
There are no attributes.
Child elements
Element | Description |
---|---|
The publisher identify of the app. |
|
The app that will be download when the Mobile Broadband hardware device is detected. |
Parent elements
Element | Description |
---|---|
The parent element of the SoftwareInfo XML schema. |
XSD
<xs:element name="Package" type="tns:PackageType" maxOccurs="unbounded" />
<xs:complexType name="PackageType">
<xs:sequence>
<xs:element name="Identity" type="tns:IdentityType" />
<xs:element name="Applications" type="tns:ApplicationsType" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
Remarks
The Package element is optional.