ServiceInfo
MBAE 弃用警告
重要
从 Windows 10 版本 1803 开始,MBAE 应用体验将替换为 MO UWP 应用。 有关 MO UWP 应用的详细信息,请参阅 UWP 移动宽带应用。
ServiceInfo 元素是 ServiceInfo XML 架构的父元素。
用法
<ServiceInfo>
child elements
</ServiceInfo>
Attributes
没有属性。
子元素
元素 | 说明 |
---|---|
指定应用于服务的一个或多个功能类别。 |
|
未使用。 |
|
指定有关服务的描述性信息。 这适用于无线广域网 (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 元素是必需的。