다음을 통해 공유


ServiceCategory

MBAE 더 이상 사용하지 않을 것에 대한 경고

Important

Windows 10 버전 1803부터 MBAE 앱 환경은 MO UWP 앱으로 대체됩니다. MO UWP 앱에 대한 자세한 내용은 UWP 모바일 광대역 앱을 참조 하세요.

ServiceCategory 요소는 서비스에 적용되는 기능 범주를 지정합니다.

Usage

<ServiceCategory>
  text
</ServiceCategory>

Attributes

특성이 없습니다.

Text value

하나의 ServiceCategory 요소를 포함해야 합니다.

Child elements

자식 요소가 없습니다.

Parent elements

Element Description

ServiceCategoryList

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. 기본 기능 범주는 사용자가 서비스를 보급, 패키지, 판매 및 최종적으로 식별하는 방식과 일치해야 합니다.

  • 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는 다음 중 하나여야 합니다.

    • Network.MobileBroadband

    • Network.MobileBroadband.CDMA

    • Network.MobileBroadband.GSM

ServiceCategory 요소가 필요합니다.