Application (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 Application element specifies the associated device notification handler.
Usage
<Application Id=”tns:ApplicationIdType”>
Child element
</Application>
Attributes
Attribute | Type | Required | Description |
---|---|---|---|
Id |
tns:ApplicationIdType |
Yes |
The ID of the application. |
Child elements
Element | Description |
---|---|
Specifies a list of device notification handlers. |
Parent elements
Element | Description |
---|---|
Specifies the app that will be downloaded when the operator’s Mobile Broadband hardware is detected on the PC. |
XSD
<xs:element name="Application" type="tns:ApplicationType"/>
<xs:complexType name="ApplicationType">
<xs:sequence>
<xs:element name="DeviceNotificationHandlers" type="tns:DeviceNotificationHandlersType" minOccurs="0" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="Id" type="tns:ApplicationIdType" use="required"/>
</xs:complexType>
Remarks
The Application element is optional.