Compartilhar via


ServiceCategory

Aviso de substituição MBAE

Important

A partir do Windows 10, versão 1803, a experiência do aplicativo MBAE é substituída por um aplicativo MO UWP. Para obter mais informações sobre aplicativos MO UWP, consulte aplicativos de banda larga móvel UWP.

O elemento ServiceCategory especifica a categoria funcional que se aplica ao serviço.

Usage

<ServiceCategory>
  text
</ServiceCategory>

Attributes

Não há atributos.

Text value

Deve conter um elemento ServiceCategory.

Child elements

Não há elementos filho.

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. A categoria funcional primária deve corresponder à forma como o serviço é anunciado, empacotado, vendido e, por fim, identificado pelos usuários.

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

  • O ServiceCategory para pacotes de metadados de serviço deve ser um dos seguintes:

    • Network.MobileBroadband

    • Network.MobileBroadband.CDMA

    • Network.MobileBroadband.GSM

O elemento ServiceCategory é necessário.