ServiceCategory

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 ServiceCategory element specifies the functional category that applies to the service.

Usage

<ServiceCategory>
  text
</ServiceCategory>

Attributes

There are no attributes.

Text value

Must contain one ServiceCategory element.

Child elements

There are no child elements.

Parent elements

Element Description

ServiceCategoryList

The ServiceCategoryList element specifies the functional categories that apply to the service.

XSD

<xs:element name="ServiceCategory" type="tns:ServiceCategoryType" maxOccurs="unbounded" />

<xs:simpleType name="ServiceCategoryType">
    <xs:union memberTypes="tns:ServiceCategoryTypeEnumeration xs:string"/>
</xs:simpleType>

<xs:simpleType name="ServiceCategoryTypeEnumeration">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Network"/>
    <xs:enumeration value="Network.MobileBroadband"/>
    <xs:enumeration value="Other"/>
  </xs:restriction>
</xs:simpleType>

Remarks

The following discusses the use of the ServiceCategoryList elements in a service metadata package:

  • The first ServiceCategory element in the ServiceCategoryList element specifies the service’s primary functional category. The primary functional category should match how the service is advertised, packaged, sold, and ultimately identified by users.

  • Because a service is defined only by its primary functional category, you should specify only one instance of the ServiceCategory element in the ServiceCategoryList element.

  • The ServiceCategory for service metadata packages must be one of the following:

    • Network.MobileBroadband

    • Network.MobileBroadband.CDMA

    • Network.MobileBroadband.GSM

The ServiceCategory element is required.