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 ServiceCategory especifica la categoría funcional que se aplica al servicio.
Usage
<ServiceCategory>
text
</ServiceCategory>
Attributes
No hay atributos.
Text value
Debe contener un elemento ServiceCategory.
Child elements
No hay elementos secundarios.
Parent elements
| Element | Description |
|---|---|
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. 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.
ServiceCategory para paquetes de metadatos de servicio debe ser uno de los siguientes:
Network.MobileBroadband
Network.MobileBroadband.CDMA
Network.MobileBroadband.GSM
Se requiere el elemento ServiceCategory.