MBAE 더 이상 사용하지 않을 것에 대한 경고
Important
Windows 10 버전 1803부터 MBAE 앱 환경은 MO UWP 앱으로 대체됩니다. MO UWP 앱에 대한 자세한 내용은 UWP 모바일 광대역 앱을 참조 하세요.
ServiceCategoryList 요소는 서비스에 적용되는 하나 이상의 기능 범주를 지정합니다. Each functional category is specified through a ServiceCategory element.
Usage
<ServiceCategorylist>
child element
</ServiceCategorylist>
Attributes
특성이 없습니다.
Text value
Must contain one ServiceCategory element.
Child elements
| Element | Description |
|---|---|
서비스에 적용되는 하나 이상의 기능 범주를 지정합니다. |
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
다음은 서비스 메타데이터 패키지에서 ServiceCategoryList 요소의 사용에 대해 설명합니다.
The first ServiceCategory element in the ServiceCategoryList element specifies the service’s primary functional category. 기본 기능 범주는 사용자가 서비스를 보급, 패키지, 판매 및 최종적으로 식별하는 방식과 일치해야 합니다.
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
ServiceCategoryList 요소가 필요합니다.