SoftwareInfo
MBAE-Veraltetswarnung
Wichtig
Ab Windows 10 Version 1803 wird die MBAE-App-Oberfläche durch eine MO-UWP-App ersetzt. Weitere Informationen zu MO-UWP-Apps finden Sie unter Mobile Breitband-Apps für UWP.
Das SoftwareInfo-Element ist das übergeordnete Element des SoftwareInfo-XML-Schemas.
Verwendungszweck
<SoftwareInfo>
child elements
</SoftwareInfo>
Attributes
Es gibt keine Attribute.
Untergeordnete Elemente
Element | BESCHREIBUNG |
---|---|
Gibt die App an, die heruntergeladen wird, wenn die Mobile Broadband-Hardware des Betreibers auf dem PC erkannt wird. |
|
Gibt die App an, die auf privilegierte mobile Breitbandschnittstellen zugreifen darf. |
Übergeordnete Elemente
Es gibt keine übergeordneten Elemente.
XSD
<xs:element name="SoftwareInfo" type="tns:SoftwareInfoType" />
<xs:complexType name="SoftwareInfoType">
<xs:choice>
<xs:sequence>
<xs:element name="DeviceCompanionApplications" type="tns:DeviceCompanionApplicationsType" />
<xs:element name="PrivilegedApplications" type="tns:PrivilegedApplicationsType" minOccurs="0" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:element name="PrivilegedApplications" type="tns:PrivilegedApplicationsType" />
</xs:choice>
</xs:complexType>
Bemerkungen
Das SoftwareInfo-Element ist erforderlich.