ServiceDescription1

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 ServiceDescription1 element 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 and should be left blank.

Usage

<ServiceDescription1>
  text
</ServiceDescription1>

Attributes

There are no attributes.

Text value

A string that is less than 1024 characters in length.

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="ServiceDescription1" type="tns:ServiceDescriptionType" minOccurs="0"/>

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

Remarks

The ServiceDescription1 element does not appear to the end user in any user interface.

The ServiceDescription1 element is optional and should be left blank.