ServiceInfo

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 ServiceInfo element is the parent element of the ServiceInfo XML schema.

Usage

<ServiceInfo>
  child elements
</ServiceInfo>

Attributes

There are no attributes.

Child elements

Element Description

ServiceCategoryList

Specifies one or more functional categories that apply to the service.

ServiceName

Not used.

ServiceDescription1

Specifies descriptive information about the service. This is applied to the description field of the wireless wide area network (WWAN) connection profile. It is not displayed in the user interface to the end user.

ServiceDescription2

Not used.

ServiceNumber

This is a self-generated GUID that identifies the operator that is submitting this package.

ServiceProvider

This appears in Windows Connection Manager as the home network display name.

ServiceIconFile

Specifies the name of the service icon file in the service metadata package.

Note

This is listed as optional in the schema. However, it is required in order to pass validation when the package is submitted to the Windows Dev Center Dashboard.

ServiceSpecificExtension

References the location of the file that is specific to this ServiceCategory. For Windows 8, Windows 8.1, or Windows 10 for desktop editions (Home, Pro, Enterprise, and Education) service metadata packages, this is the location of MobileBroadbandInfo.xml.

Parent elements

There are no parent elements.

XSD

<xs:element name="ServiceInfo" type="tns:ServiceInfoType" />

<xs:complexType name="ServiceInfoType">
  <xs:sequence>
    <xs:element name="ServiceCategoryList" type="tns:ServiceCategoryListType" />
    <xs:element name="ServiceName" type="tns:ServiceNameType" minOccurs="0" />
    <xs:element name="ServiceDescription1" type="tns:ServiceDescriptionType" minOccurs="0" />
    <xs:element name="ServiceDescription2" type="tns:ServiceDescriptionType" minOccurs="0" />
    <xs:element name="ServiceNumber" type ="tns:ServiceNumberType" />
    <xs:element name="ServiceProvider" type="tns:ProviderNameType" />
    <xs:element name="ServiceIconFile" type="tns:ServiceIconFileType" minOccurs="0" />
    <xs:element name="ServiceSpecificExtension" type="tns:ServiceSpecificExtensionType" minOccurs="0" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

Remarks

The ServiceInfo element must contain one instance of the ServiceCategoryList, ServiceNumber, ServiceProvider, and ServiceSpecificExtension elements.

The ServiceInfo element is required.