Condividi tramite


SoftwareInfo

Avviso di deprecazione di MBAE

Importante

A partire da Windows 10 versione 1803, l'esperienza dell'app MBAE viene sostituita da un'app UWP mo. Per altre informazioni sulle app UWP MO, vedi App UWP per dispositivi mobili a banda larga.

L'elemento SoftwareInfo è l'elemento padre dello schema XML SoftwareInfo.

Utilizzo

<SoftwareInfo>
  child elements
</SoftwareInfo>

Attributi

Non ci sono attributi.

Elementi figlio

Elemento Descrizione

DeviceCompanionApplications

Specifica l'app che verrà scaricata quando viene rilevato l'hardware Mobile Broadband dell'operatore nel PC.

PrivilegedApplications

Specifica l'app che potrà accedere alle interfacce Mobile Broadband con privilegi.

Elementi padre

Non ci sono elementi padre.

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>

Osservazioni

L'elemento SoftwareInfo è obbligatorio.