Relationships

MBAE deprecation warning

Important

Starting in Windows 10, version 1803, the MBAE app experience is replaced by an MO UWP app. For more information about MO UWP apps, see UWP mobile broadband apps.

The Relationships element specifies data that is used to track a device metadata package within the device metadata cache.

Usage

<Relationships>
  text
  child elements
</Relationships>

Attributes

There are no 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

ExperienceID

The ExperienceID element specifies a GUID that is managed by the Windows Dev Center Dashboard. This GUID is used to group one or more metadata packages for the same device identifiers independent of the packages’ locale.

LanguageNeutralIdentifier

The LanguageNeutralIdentifier element specifies a GUID that identifies the device metadata package independent of its locale.

Parent elements

Element Description

PackageInfo

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.