ServiceInfo
MBAE 取代警告
重要
從 Windows 10 1803 版開始,MBAE 應用程式體驗會由 MO UWP 應用程式取代。 如需 MO UWP 應用程式的詳細資訊,請參閱 UWP 行動寬頻應用程式。
ServiceInfo 元素是 ServiceInfo XML 架構的父元素。
使用
<ServiceInfo>
child elements
</ServiceInfo>
屬性
沒有屬性。
子項目
元素 | 描述 |
---|---|
指定套用至服務的一或多個功能類別。 |
|
未使用。 |
|
指定服務的描述性資訊。 這會套用至無線廣域網路的描述欄位, (WWAN) 連線設定檔。 它不會顯示在使用者介面中給終端使用者。 |
|
未使用。 |
|
這是自我產生的 GUID,可識別正在提交此套件的運算子。 |
|
這會顯示在 Windows 連線管理員作為主網路顯示名稱。 |
|
指定服務中繼資料套件中的服務圖示檔名稱。
注意
這會在架構中列為選擇性。 不過,在套件提交至 Windows 開發人員中心儀表板時,需要通過驗證。 |
|
參考這個 ServiceCategory 專屬的檔案位置。 對於傳統型版本 (家用版、專業版、企業版和教育版) 服務中繼資料套件Windows 8、Windows 8.1或Windows 10,這是MobileBroadbandInfo.xml的位置。 |
父元素
沒有父元素。
Xsd
<xs:element name="ServiceInfo" type="tns:ServiceInfoType" />
<xs:complexType name="ServiceInfoType">
<xs:sequence>
<xs:element name="ServiceCategoryList" type="tns:ServiceCategoryListType" />
<xs:element name="ServiceName" type="tns:ServiceNameType" minOccurs="0" />
<xs:element name="ServiceDescription1" type="tns:ServiceDescriptionType" minOccurs="0" />
<xs:element name="ServiceDescription2" type="tns:ServiceDescriptionType" minOccurs="0" />
<xs:element name="ServiceNumber" type ="tns:ServiceNumberType" />
<xs:element name="ServiceProvider" type="tns:ProviderNameType" />
<xs:element name="ServiceIconFile" type="tns:ServiceIconFileType" minOccurs="0" />
<xs:element name="ServiceSpecificExtension" type="tns:ServiceSpecificExtensionType" minOccurs="0" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
言論
ServiceInfo 元素必須包含 ServiceCategoryList、 ServiceNumber、 ServiceProvider和 ServiceSpecificExtension 元素的一個實例。
需要 ServiceInfo 元素。