Freigeben über


Application (SoftwareInfo)

Warnung vor veraltetem MBAE

Important

Ab Windows 10, Version 1803, wird die MBAE-App durch eine MO-UWP-App ersetzt. Weitere Informationen zu MO-UWP-Apps finden Sie unter UWP-Mobilbreitband-Apps.

Das Application-Element gibt den zugehörigen Gerätebenachrichtigungshandler an.

Usage

<Application Id=”tns:ApplicationIdType”>
  Child element
</Application>

Attributes

Attribute Type Required Description

Id

tns:ApplicationIdType

Yes

Die ID der Anwendung.

Child elements

Element Description

DeviceNotificationHandlers

Gibt eine Liste von Gerätebenachrichtigungshandlern an.

Parent elements

Element Description

Applications

Gibt die App an, die heruntergeladen wird, wenn die mobile Breitbandhardware des Betreibers auf dem PC erkannt wird.

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

Das Application-Element ist optional.