共用方式為


ServiceCategory

MBAE 棄用通知

Important

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

ServiceCategory 元素會指定套用至服務的功能類別。

Usage

<ServiceCategory>
  text
</ServiceCategory>

Attributes

沒有屬性。

Text value

必須包含一個 ServiceCategory 元素。

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. 主要功能類別應與服務的廣告、包裝、銷售以及用戶最終識別的方式相符。

  • 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.

  • 服務中繼資料套件的 ServiceCategory 必須是下列其中一項:

    • Network.MobileBroadband

    • Network.MobileBroadband.CDMA

    • Network.MobileBroadband.GSM

ServiceCategory 元素是必要的。