次の方法で共有


ServiceCategoryList

MBAE の非推奨に関する警告

Important

Windows 10 バージョン 1803 以降では、MBAE アプリ エクスペリエンスは MO UWP アプリに置き換えられました。 MO UWP アプリの詳細については、「UWP モバイル ブロードバンド アプリの」を参照してください。

ServiceCategoryList 要素は、サービスに適用される 1 つ以上の機能カテゴリを指定します。 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

サービスに適用される 1 つ以上の機能カテゴリを指定します。

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 要素が必要です。