SoftwareInfo

MBAE 弃用警告

重要

从 Windows 10 版本 1803 开始,MBAE 应用体验将替换为 MO UWP 应用。 有关 MO UWP 应用的详细信息,请参阅 UWP 移动宽带应用

SoftwareInfo 元素是 SoftwareInfo XML 架构的父元素。

用法

<SoftwareInfo>
  child elements
</SoftwareInfo>

Attributes

没有属性。

子元素

元素 说明

DeviceCompanionApplications

指定在电脑上检测到运营商的移动宽带硬件时将下载的应用。

PrivilegedApplications

指定允许访问特权移动宽带接口的应用。

父元素

没有父元素。

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>

备注

SoftwareInfo 元素是必需的。