Compartilhar via


Relationships

Aviso de substituição MBAE

Important

A partir do Windows 10, versão 1803, a experiência do aplicativo MBAE é substituída por um aplicativo MO UWP. Para obter mais informações sobre aplicativos MO UWP, consulte aplicativos de banda larga móvel UWP.

O elemento Relações especifica dados usados para rastrear um pacote de metadados do dispositivo no cache de metadados do dispositivo.

Usage

<Relationships>
  text
  child elements
</Relationships>

Attributes

Não há atributos.

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. Esse GUID é usado para agrupar um ou mais pacotes de metadados para os mesmos identificadores de dispositivo independentemente da localidade dos pacotes.

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.