共用方式為


ServiceSpecificExtension

MBAE 取代警告

重要

從 Windows 10 1803 版開始,MBAE 應用程式體驗會由 MO UWP 應用程式取代。 如需 MO UWP 應用程式的詳細資訊,請參閱 UWP 行動寬頻應用程式

ServiceSpecificExtension 元素會指定MobileBroadbandInfo.xml檔案的相對位置。

使用

<ServiceSpecificExtension 
  name = “xs:anyURI”>
  text
</ServiceSpecificExtension>

屬性

屬性 類型 必要 描述

命名空間

xs:anyURI

用於MobileBroadbandInfo.xml檔案之命名空間的 URI。

文字值

包含 MobileBroadbandInfo 架構的 XML 檔案名。

子項目

沒有子專案。

父元素

元素 描述

ServiceInfo

ServiceInfo元素是ServiceInfo XML 架構的父元素。

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>

言論

需要 ServiceSpecificExtension 元素。