Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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 ServiceCategoryList especifica uma ou mais categorias funcionais que se aplicam ao serviço. Each functional category is specified through a ServiceCategory element.
Usage
<ServiceCategorylist>
child element
</ServiceCategorylist>
Attributes
Não há atributos.
Text value
Must contain one ServiceCategory element.
Child elements
| Element | Description |
|---|---|
Especifica uma ou mais categorias funcionais que se aplicam ao serviço. |
Parent elements
| Element | Description |
|---|---|
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
O seguinte discute o uso dos elementos ServiceCategoryList em um pacote de metadados de serviço:
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.
The ServiceCategory for service metadata packages must be one of the following:
Network.MobileBroadband
Network.MobileBroadband.CDMA
Network.MobileBroadband.GSM
O elemento ServiceCategoryList é necessário.