共用方式為


ServiceCategoryList

MBAE 棄用通知

Important

從 Windows 10 版本 1803 開始,MBAE 應用程式體驗會由MO UWP 應用程式取代。 如需MO UWP 應用程式的詳細資訊,請參閱 UWP行動寬頻應用程式

ServiceCategoryList 元素會指定一或多個套用至服務的功能類別。 Each functional category is specified through a ServiceCategory element.

Usage

<ServiceCategorylist>
  child element
</ServiceCategorylist>

Attributes

沒有屬性。

Text value

Must contain one ServiceCategory element.

Child elements

Element Description

ServiceCategory

指定套用至服務的一或多個功能類別。

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

以下討論如何在服務中繼資料套件中使用 ServiceCategoryList 元素:

  • The first ServiceCategory element in the ServiceCategoryList element specifies the service’s primary functional category. 主要功能類別應與服務的廣告、包裝、銷售以及用戶最終識別的方式相符。

  • 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

ServiceCategoryList 元素是必要的。