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.