SoftwareInfo
Aviso de substituição do MBAE
Importante
A partir do Windows 10, versão 1803, a experiência do aplicativo MBAE é substituída por um aplicativo MO UWP. Para obter mais informações sobre aplicativos UWP mo, consulte Aplicativos de banda larga móvel UWP.
O elemento SoftwareInfo é o elemento pai do esquema XML SoftwareInfo.
Uso
<SoftwareInfo>
child elements
</SoftwareInfo>
Attributes
Não há atributos.
Elementos filho
Elemento | Descrição |
---|---|
Especifica o aplicativo que será baixado quando o hardware de Banda Larga Móvel da operadora for detectado no computador. |
|
Especifica o aplicativo que terá permissão para acessar interfaces de Banda Larga Móvel privilegiadas. |
Elementos pai
Não há elementos pai.
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>
Observações
O elemento SoftwareInfo é necessário.