MBAE の非推奨に関する警告
Important
Windows 10 バージョン 1803 以降では、MBAE アプリ エクスペリエンスは MO UWP アプリに置き換えられました。 MO UWP アプリの詳細については、「UWP モバイル ブロードバンド アプリの」を参照してください。
ServiceCategory 要素は、サービスに適用される機能カテゴリを指定します。
Usage
<ServiceCategory>
text
</ServiceCategory>
Attributes
属性はありません。
Text value
ServiceCategory 要素を 1 つ含む必要があります。
Child elements
子要素はありません。
Parent elements
| Element | Description |
|---|---|
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 要素が必要です。