SoftwareInfo

Peringatan penghentian MBAE

Penting

Mulai Windows 10, versi 1803, pengalaman aplikasi MBAE digantikan oleh aplikasi MO UWP. Untuk informasi selengkapnya tentang aplikasi MO UWP, lihat aplikasi broadband seluler UWP.

Elemen SoftwareInfo adalah elemen induk dari skema XML SoftwareInfo.

Penggunaan

<SoftwareInfo>
  child elements
</SoftwareInfo>

Atribut

Tidak ada atribut.

Elemen turunan

Elemen Deskripsi

DeviceCompanionApplications

Menentukan aplikasi yang akan diunduh saat perangkat keras Mobile Broadband operator terdeteksi di PC.

PrivilegedApplications

Menentukan aplikasi yang akan diizinkan untuk mengakses antarmuka Mobile Broadband istimewa.

Elemen induk

Tidak ada elemen induk.

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>

Komentar

Elemen SoftwareInfo diperlukan.