ServiceCategory
MBAE 사용 중단 경고
중요
Windows 10 버전 1803부터 MBAE 앱 환경은 MO UWP 앱으로 대체됩니다. MO UWP 앱에 대한 자세한 내용은 UWP 모바일 광대역 앱을 참조하세요.
ServiceCategory 요소는 서비스에 적용되는 기능 범주를 지정합니다.
사용
<ServiceCategory>
text
</ServiceCategory>
Attributes
특성이 없습니다.
텍스트 값
하나의 ServiceCategory 요소를 포함해야 합니다.
자식 요소
자식 요소가 없습니다.
부모 요소
요소 | Description |
---|---|
ServiceCategoryList 요소는 서비스에 적용되는 기능 범주를 지정합니다. |
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>
설명
다음은 서비스 메타데이터 패키지에서 ServiceCategoryList 요소의 사용에 대해 설명합니다.
ServiceCategoryList 요소의 첫 번째 ServiceCategory 요소는 서비스의 기본 기능 범주를 지정합니다. 기본 기능 범주는 서비스가 보급, 패키지, 판매 및 궁극적으로 사용자가 식별하는 방식과 일치해야 합니다.
서비스는 기본 기능 범주에 의해서만 정의되므로 ServiceCategoryList 요소에서 ServiceCategory 요소의 instance 하나만 지정해야 합니다.
서비스 메타데이터 패키지에 대한 ServiceCategory는 다음 중 하나여야 합니다.
Network.MobileBroadband
Network.MobileBroadband.CDMA
Network.MobileBroadband.GSM
ServiceCategory 요소가 필요합니다.