MBAE 棄用通知
Important
從 Windows 10 版本 1803 開始,MBAE 應用程式體驗會由MO UWP 應用程式取代。 如需MO UWP 應用程式的詳細資訊,請參閱 UWP行動寬頻應用程式。
ServiceSpecificExtension 元素會指定 MobileBroadbandInfo.xml 檔案的相對位置。
Usage
<ServiceSpecificExtension
name = “xs:anyURI”>
text
</ServiceSpecificExtension>
Attributes
| Attribute | 類型 | Required | Description |
|---|---|---|---|
命名空間 |
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 元素是必要的。