ServiceProvider

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.

Important

In Windows 10, version 1709 and later, this field has been replaced by branding through COSA. Fields in COSA for branding are described on Planning your desktop COSA/APN database submission. If you are targeting versions of Windows before Windows 10, version 1709, you will still create a metadata package as described in this section. For more information about COSA, see COSA overview.

The ServiceProvider element specifies the name of the service provider. It is shown in Windows Connection Manager to display the home provider network name. If the user is on a roaming network the roaming network name is displayed instead.

Usage

<ServiceProvider>
  text
</ServiceProvider>

Attributes

There are no attributes.

Text value

A string of up to 20 printable characters.

Child elements

There are no child elements.

Parent elements

Element Description

ServiceInfo

The ServiceInfo element is the parent element of the ServiceInfo XML schema.

XSD

<xs:element name="ServiceProvider" type="tns:ProviderNameType"/>

<xs:simpleType name="ProviderNameType">
  <xs:restriction base="xs:string">
    <xs:minLength value="1" />
    <xs:maxLength value="20" />
  </xs:restriction>
</xs:simpleType>

Remarks

The ServiceProvider element is not shown in Windows Connection Manager when the user is roaming.

The ServiceProvider element is required.