MBAE 더 이상 사용하지 않을 것에 대한 경고
Important
Windows 10 버전 1803부터 MBAE 앱 환경은 MO UWP 앱으로 대체됩니다. MO UWP 앱에 대한 자세한 내용은 UWP 모바일 광대역 앱을 참조 하세요.
ServiceSpecificExtension 요소는 MobileBroadbandInfo.xml 파일의 상대 위치를 지정합니다.
Usage
<ServiceSpecificExtension
name = “xs:anyURI”>
text
</ServiceSpecificExtension>
Attributes
| Attribute | Type | Required | Description |
|---|---|---|---|
namespace |
xs:anyURI |
Yes |
MobileBroadbandInfo.xml 파일에 사용되는 네임스페이스의 URI입니다. |
Text value
MobileBroadbandInfo 스키마를 포함하는 XML 파일의 이름입니다.
Child elements
자식 요소가 없습니다.
Parent elements
| Element | Description |
|---|---|
The ServiceInfo element is the parent element of the ServiceInfo XML schema. |
XSD
<xs:element name="ServiceSpecificExtension" type="tns:ServiceSpecificExtensionType" minOccurs="0" />
<xs:complexType name="ServiceSpecificExtensionType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="namespace" type="xs:anyURI" use="required" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Remarks
ServiceSpecificExtension 요소가 필요합니다.