共用方式為


MetadataKey

MBAE 淘汰警告

重要

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

MetadataKey 元素會指定服務中繼資料套件的屬性。 這些選項包括:

  • 裝置所支援之每個硬體功能的識別碼。

  • 套件內文字字串的語言特定地區設定。

使用方式

<MetadataKey>
  child elements
</MetadataKey>

屬性

沒有屬性。

子元素

元素 描述
HardwareIDList HardwareIDList元素會指定裝置的一或多個硬體識別字串。
LastModifiedDate LastModifiedDate元素會指定上次變更服務中繼資料套件的時間戳記。
地區設定 Locale元素會指定服務中繼資料套件的當地語系化版本。
ModelIDList ModelIDList元素會指定服務中繼資料套件內指定之每個裝置類型或模型的 GUID。
MultipleLocale MultipleLocale元素會指定服務中繼資料套件是否支援多個地區設定。

父元素

元素 描述
PackageInfo PackageInfo元素是PackageInfo XML 架構的父元素。 PackageInfo 元素的子項目會指定裝置中繼資料套件的屬性。

XSD

<xs:element name="MetadataKey" type="tns:MetadataKeyType" />

<xs:complexType name="MetadataKeyType">
  <xs:sequence>
    <xs:choice>
      <xs:sequence>
       <xs:element name="HardwareIDList" type="tns:HardwareIDListType" />
       <xs:element name="ModelIDList" type="tns:ModelIDListType" minOccurs="0" />
      </xs:sequence>
      <xs:element name="ModelIDList" type="tns:ModelIDListType" />
    </xs:choice>
    <xs:element name="Locale" type="tns:LocaleType" />
    <xs:element name="LastModifiedDate" type="xs:dateTime" />
    <xs:element ref="v2:MultipleLocale" minOccurs="0" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

以下是 PackageInfov2 XML 架構中繼資料:

<?xml version="1.0" encoding="UTF-8"?>

<xs:schema targetNamespace="http://schemas.microsoft.com/windows/2010/08/DeviceMetadata/PackageInfov2"
           xmlns:tns="http://schemas.microsoft.com/windows/2010/08/DeviceMetadata/PackageInfov2"
           xmlns:xs="http://www.w3.org/2001/XMLSchema"
           elementFormDefault="qualified"
           blockDefault="#all">

<xs:element name="MultipleLocale" type ="xs:boolean" />

</xs:schema>

備註

MetadataKey 元素的子項目會指定作業系統用來執行下列動作的中繼資料:

  • 根據裝置的 ModelIDHardwareID 值,搜尋服務中繼資料套件的裝置中繼資料存放區。 如果多個中繼資料套件符合裝置的型號或硬體識別碼,作業系統也會比較中繼資料套件內的 地區 設定與使用者電腦上的目前語言設定。

  • 如果套件的 LastModifiedDate 值比裝置中繼資料存放區中的現有套件還新,請使用服務中繼資料套件更新裝置中繼資料存放區。

MetadataKey 元素必須包含:

需要 MetadataKey 元素。