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 は、パッケージのロケールに関係なく、同じデバイス識別子の 1 つ以上のメタデータ パッケージをグループ化するために使用されます。 |
|
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.