Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Upozornění na zastaralost MBAE
Important
Počínaje verzí Windows 10 1803 je prostředí aplikace MBAE nahrazeno aplikací MO UWP. Další informace o aplikacích MO UWP naleznete v tématu UWP mobilní širokopásmové aplikace.
Element ServiceCategory určuje funkční kategorii, která se vztahuje na službu.
Usage
<ServiceCategory>
text
</ServiceCategory>
Attributes
Neexistují žádné atributy.
Text value
Musí obsahovat jeden prvek ServiceCategory.
Child elements
Neexistují žádné podřízené prvky.
Parent elements
| Element | Description |
|---|---|
The ServiceCategoryList element specifies the functional categories that apply to the service. |
XSD (XML schema definition)
<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. Primární funkční kategorie by měla odpovídat způsobu inzerování, zabalení, prodeji a nakonec identifikaci služby uživateli.
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.
Atribut ServiceCategory pro balíčky metadat služby musí být jeden z následujících:
Network.MobileBroadband
Network.MobileBroadband.CDMA
Network.MobileBroadband.GSM
Je vyžadován element ServiceCategory.