Udostępnij przez


ServiceCategoryList

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 ServiceCategoryList określa co najmniej jedną kategorię funkcjonalną, która ma zastosowanie do usługi. Each functional category is specified through a ServiceCategory element.

Usage

<ServiceCategorylist>
  child element
</ServiceCategorylist>

Attributes

Brak atrybutów.

Text value

Must contain one ServiceCategory element.

Child elements

Element Description

ServiceCategory

Określa co najmniej jedną kategorię funkcjonalną, która ma zastosowanie do usługi.

Parent elements

Element Description

ServiceInfo

The ServiceInfo element is the parent element of the ServiceInfo XML schema.

język 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

Poniżej omówiono użycie elementów ServiceCategoryList w pakiecie metadanych usługi:

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

  • The ServiceCategory for service metadata packages must be one of the following:

    • Network.MobileBroadband

    • Network.MobileBroadband.CDMA

    • Network.MobileBroadband.GSM

Wymagany jest element ServiceCategoryList.