MBAE 棄用通知
Important
從 Windows 10 版本 1803 開始,MBAE 應用程式體驗會由MO UWP 應用程式取代。 如需MO UWP 應用程式的詳細資訊,請參閱 UWP行動寬頻應用程式。
Relationships 元素會指定用來追蹤裝置中繼資料快取內裝置中繼資料套件的資料。
Usage
<Relationships>
text
child elements
</Relationships>
Attributes
沒有屬性。
Text value
If the Relationships element is specified, it must specify the ExperienceID element or the LanguageNeutralIdentifier element, or both.
Child elements
| Element | Description |
|---|---|
The ExperienceID element specifies a GUID that is managed by the Windows Dev Center Dashboard. 此 GUID 可用來將相同裝置識別碼的一或多個中繼資料套件分組,與套件的地區設定無關。 |
|
The LanguageNeutralIdentifier element specifies a GUID that identifies the device metadata package independent of its locale. |
Parent elements
| Element | Description |
|---|---|
The PackageInfo element specifies the attributes of the service metadata package. |
XSD
<xs:element name="Relationships" type="tns:RelationshipsType" minOccurs="0" />
<xs:complexType name="RelationshipsType">
<xs:sequence>
<xs:element name="ExperienceID" type="tns:GUIDType" minOccurs="0" />
<xs:element name="LanguageNeutralIdentifier" type="tns:GUIDType" minOccurs="0" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"
</xs:sequence>
</xs:complexType>
Remarks
The child elements of the Relationships element (ExperienceID and LanguageNeutralIdentifier) provide separate search keys that the operating system uses to query device metadata packages that are installed within the device metadata cache.