SoftwareInfo

Avertissement de dépréciation MBAE

Important

À compter de Windows 10 version 1803, l’expérience d’application MBAE est remplacée par une application UWP MO. Pour plus d’informations sur les applications UWP MO, consultez Applications haut débit mobiles UWP.

L’élément SoftwareInfo est l’élément parent du schéma XML SoftwareInfo.

Utilisation

<SoftwareInfo>
  child elements
</SoftwareInfo>

Attributs

Il n’y a pas d’attributs.

Éléments enfants

Élément Description

DeviceCompanionApplications

Spécifie l’application qui sera téléchargée lorsque le matériel haut débit mobile de l’opérateur est détecté sur le PC.

PrivilegedApplications

Spécifie l’application qui sera autorisée à accéder aux interfaces haut débit mobile privilégiées.

Éléments parent

Il n’y a pas d’éléments parents.

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>

Remarques

L’élément SoftwareInfo est obligatoire.