SoftwareInfo
MBAE deprecation warning
Important
Starting in Windows 10, version 1803, the MBAE app experience is replaced by an MO UWP app. For more information about MO UWP apps, see UWP mobile broadband apps.
The SoftwareInfo element is the parent element of the SoftwareInfo XML schema.
Usage
<SoftwareInfo>
child elements
</SoftwareInfo>
Attributes
There are no attributes.
Child elements
Element | Description |
---|---|
Specifies the app that will be downloaded when the operator’s Mobile Broadband hardware is detected on the PC. |
|
Specifies the app that will be allowed to access privileged Mobile Broadband interfaces. |
Parent elements
There are no parent elements.
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>
Remarks
The SoftwareInfo element is required.