다음을 통해 공유


ServiceNumber

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

Important

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

ServiceNumber 요소는 통신사를 나타내는 고유한 자체 생성 GUID를 지정합니다. 이 GUID는 있어야 하며 계정 프로비전 메타데이터가 PC에 적용될 때 확인되어 해당 파일에서 식별된 운송업체 ID에 선언된 GUID 값과 일치하는지 확인합니다. 계정 프로비저닝 메타데이터는 모바일 광대역 앱 또는 운영자 웹 사이트에서 생성됩니다. Account provisioning metadata is described in Account provisioning.

Usage

<ServiceNumber>
  text
</ServiceNumber>

Attributes

특성이 없습니다.

Text value

A string of GUIDType.

Child elements

자식 요소가 없습니다.

Parent elements

Element Description

ServiceInfo

The ServiceInfo element is the parent element of the ServiceInfo XML schema.

XSD

<xs:element name="ServiceNumber" type ="tns:ServiceNumberType" />

<xs:simpleType name="ServiceNumberType">
  <xs:union memberTypes="tns:GUIDType xs:string" />
</xs:simpleType>

Remarks

ServiceNumber 요소가 필요합니다.