Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Ostrzeżenie o deprecjacji programu MBAE
Important
Począwszy od systemu Windows 10 w wersji 1803, środowisko aplikacji MBAE jest zastępowane przez aplikację MO PLATFORMY UWP. Aby uzyskać więcej informacji na temat aplikacji MO UWP, zobacz aplikacje mobilne szerokopasmowe UWP.
Element ServiceCategory określa kategorię funkcjonalną, która ma zastosowanie do usługi.
Usage
<ServiceCategory>
text
</ServiceCategory>
Attributes
Brak atrybutów.
Text value
Musi zawierać jeden element ServiceCategory.
Child elements
Brak elementów podrzędnych.
Parent elements
| Element | Description |
|---|---|
The ServiceCategoryList element specifies the functional categories that apply to the service. |
język 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. Podstawowa kategoria funkcjonalna powinna być zgodna z tym, jak usługa jest anonsowana, pakowana, sprzedawana i ostatecznie identyfikowana przez użytkowników.
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.
Kategoria usługi dla pakietów metadanych usługi musi być jedną z następujących wartości:
Network.MobileBroadband
Network.MobileBroadband.CDMA
Network.MobileBroadband.GSM
Wymagany jest element ServiceCategory.