ServiceNumber

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 ServiceNumber element specifies the unique self-generated GUID that represents the mobile operator. This GUID must be present and is checked when account provisioning metadata is applied to a PC to ensure a match with the GUID value declared in the Carrier ID identified in that file. The account provisioning metadata is generated by the mobile broadband app or an operator website. Account provisioning metadata is described in Account provisioning.

Usage

<ServiceNumber>
  text
</ServiceNumber>

Attributes

There are no attributes.

Text value

A string of GUIDType.

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="ServiceNumber" type ="tns:ServiceNumberType" />

<xs:simpleType name="ServiceNumberType">
  <xs:union memberTypes="tns:GUIDType xs:string" />
</xs:simpleType>

Remarks

The ServiceNumber element is required.