다음을 통해 공유


GUIDType (PackageInfo)

MBAE 더 이상 사용하지 않을 것에 대한 경고

Important

Windows 10 버전 1803부터 MBAE 앱 환경은 MO UWP 앱으로 대체됩니다. MO UWP 앱에 대한 자세한 내용은 UWP 모바일 광대역 앱을 참조 하세요.

GUIDType XML 단순 형식은 GUID를 지정합니다.

<xs:simpleType name="GUIDType">
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" />
  </xs:restriction>
</xs:simpleType>

Patterns

The GUIDType simple type is a xs:string that is restricted by the following pattern:

  • [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}

Remarks

The GUIDType XML simple type specifies a GUID that uniquely identifies components within the device metadata package, such as the device's ExperienceID, LanguageNeutralIdentifier, and ModelID values.