Skip to content

Latest commit

 

History

History
120 lines (75 loc) · 3.39 KB

File metadata and controls

120 lines (75 loc) · 3.39 KB
title description ms.date
ServiceCategoryList
ServiceCategoryList
04/20/2017

ServiceCategoryList

[!includeMBAE deprecation warning]

The ServiceCategoryList element specifies one or more functional categories that apply to the service. Each functional category is specified through a ServiceCategory element.

Usage

<ServiceCategorylist>
  child element
</ServiceCategorylist>

Attributes

There are no attributes.

Text value

Must contain one ServiceCategory element.

Child elements

Element Description

ServiceCategory

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

Parent elements

Element Description

ServiceInfo

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

XSD

<xs:element name="ServiceCategoryList" type="tns:ServiceCategoryListType" />

<xs:complexType name="ServiceCategoryListType">
  <xs:sequence>
    <xs:element name="ServiceCategory" type="tns:ServiceCategoryType" maxOccurs="unbounded" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

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 ServiceCategoryList element is required.