共用方式為


MetadataBuilderInformation

MBAE 棄用通知

Important

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

MetadataBuilderInformation 元素會指定建立裝置中繼資料套件之應用程式的相關資訊。

Usage

<MetadataBuilderInformation>
  text
  child elements
</MetadataBuilderInformation>

Attributes

沒有屬性。

Text value

包含 1 到 256 個可列印字元的字串。

Child elements

Element Description

Application

The Application element specifies the name of the application software that created the service metadata package.

Version

The Version element specifies the version of the application software that created the service metadata package.

Parent elements

Element Description

PackageInfo

The PackageInfo element is the parent element of the PackageInfo XML schema. 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>

Remarks

作業系統的任何元件都不會使用 MetadataBuilderInformation 元素。 它保留供 OEM、IHV 和 ISV 使用。