Freigeben über


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 SoftwareInfo-Element ist das übergeordnete Element des SoftwareInfo-XML-Schemas.

Usage

<SoftwareInfo>
  child elements
</SoftwareInfo>

Attributes

Es gibt keine Attribute.

Child elements

Element Description

DeviceCompanionApplications

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

PrivilegedApplications

Gibt die App an, die auf privilegierte Mobile-Breitbandschnittstellen zugreifen darf.

Parent elements

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>

Remarks

Das SoftwareInfo-Element ist erforderlich.