MetadataBuilderInformation
MBAE 弃用警告
重要
从 Windows 10 版本 1803 开始,MBAE 应用体验将替换为 MO UWP 应用。 有关 MO UWP 应用的详细信息,请参阅 UWP 移动宽带应用。
MetadataBuilderInformation 元素指定有关创建设备元数据包的应用程序的信息。
用法
<MetadataBuilderInformation>
text
child elements
</MetadataBuilderInformation>
Attributes
没有属性。
文本值
包含 1 到 256 个可打印字符(含)的字符串。
子元素
元素 | 说明 |
---|---|
Application 元素指定创建服务元数据包的应用程序软件的名称。 |
|
Version 元素指定创建服务元数据包的应用程序软件的版本。 |
父元素
元素 | 说明 |
---|---|
PackageInfo 元素是 PackageInfo XML 架构的父元素。 PackageInfo 元素的子元素指定设备元数据包的属性。 |
Xsd
<xs:element name="MetadataBuilderInformation" type="tns:MetadataBuilderInformationType" minOccurs="0" />
<xs:complexType name="MetadataBuilderInformationType">
<xs:sequence>
<xs:element name="Application" type="tns:ApplicationType" />
<xs:element name="Version" type="tns:VersionType" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
<xs:simpleType name="ApplicationType">
<xs:restriction base="xs:string">
<xs:minLength value="1" />
<xs:maxLength value="256" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="VersionType">
<xs:restriction base="xs:string">
<xs:minLength value="1" />
<xs:maxLength value="256" />
</xs:restriction>
</xs:simpleType>
备注
操作系统的任何组件都不使用 MetadataBuilderInformation 元素。 它保留供 OEM、IHV 和 ISV 使用。