Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Advertencia de desuso de MBAE
Important
A partir de Windows 10, versión 1803, la experiencia de la aplicación MBAE se reemplaza por una aplicación para UWP mo. Para obtener más información sobre las aplicaciones para UWP mo, consulta Aplicaciones de banda ancha móvil para UWP.
El elemento ServiceCategoryList especifica una o varias categorías funcionales que se aplican al servicio. Each functional category is specified through a ServiceCategory element.
Usage
<ServiceCategorylist>
child element
</ServiceCategorylist>
Attributes
No hay atributos.
Text value
Must contain one ServiceCategory element.
Child elements
| Element | Description |
|---|---|
Especifica una o varias categorías funcionales que se aplican al servicio. |
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
A continuación se describe el uso de los elementos ServiceCategoryList en un paquete de metadatos de servicio:
The first ServiceCategory element in the ServiceCategoryList element specifies the service’s primary functional category. La categoría funcional principal debe coincidir con la forma en que el servicio se anuncia, empaqueta, vende y, en última instancia, identifica a los usuarios.
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
Se requiere el elemento ServiceCategoryList.