Windows 10 での相違点

このトピックでは、追加または変更された名前空間や機能など、Windows 10の各バージョンのパッケージ マニフェスト スキーマ リファレンスの変更を示します。 スキーマ内のすべての要素、属性、および型の参照情報については、「要素 階層」 を参照してください。

次のセクションでは、Windows 10の各更新でパッケージ マニフェスト スキーマに追加される名前空間と XML プレフィックスの一覧を示します。 最新バージョンのWindows 10を取得するには、「Windows 10のダウンロード」を参照してください。

Windows 11 - ビルド 22621

名前空間と XML プレフィックスを追加しました

Prefix 名前空間
desktop10 http://schemas.microsoft.com/appx/manifest/desktop/windows10/10
uap15 http://schemas.microsoft.com/appx/manifest/uap/windows10/15

Windows 11 - ビルド 22159

名前空間と XML プレフィックスを追加しました

Prefix 名前空間
desktop9 http://schemas.microsoft.com/appx/manifest/desktop/windows10/9

Windows 11 - ビルド 22000

名前空間と XML プレフィックスを追加しました

Prefix 名前空間
com5 http://schemas.microsoft.com/appx/manifest/com/windows10/5
desktop8 http://schemas.microsoft.com/appx/manifest/desktop/windows10/8
ヒープ http://schemas.microsoft.com/appx/manifest/heap/windows10
uap13 http://schemas.microsoft.com/appx/manifest/uap/windows10/13

Windows 10 - ビルド 20348

名前空間と XML プレフィックスを追加しました

Prefix 名前空間
com4 http://schemas.microsoft.com/appx/manifest/com/windows10/4
deployment http://schemas.microsoft.com/appx/manifest/deployment/windows10
desktop7 http://schemas.microsoft.com/appx/manifest/desktop/windows10/7
uap12 http://schemas.microsoft.com/appx/manifest/uap/windows10/12
仮想化 http://schemas.microsoft.com/appx/manifest/virtualization/windows10

Windows 10 - ビルド 19645

名前空間と XML プレフィックスを追加しました

Prefix 名前空間
uap11 http://schemas.microsoft.com/appx/manifest/uap/windows10/11
cloudFiles http://schemas.microsoft.com/appx/manifest/cloudfiles/windows10

Windows 10 - ビルド 10941、バージョン 2004

名前空間と XML プレフィックスを追加しました

Prefix 名前空間
uap10 http://schemas.microsoft.com/appx/manifest/uap/windows10/10
com3 http://schemas.microsoft.com/appx/manifest/com/windows10/3
printSupport http://schemas.microsoft.com/appx/manifest/printsupport/windows10

Windows 10、ビルド 18362、バージョン 1903

名前空間と XML プレフィックスを追加しました

Prefix 名前空間
uap8 http://schemas.microsoft.com/appx/manifest/uap/windows10/8
desktop6 http://schemas.microsoft.com/appx/manifest/desktop/windows10/6
rescap6 http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/6

Windows 10、ビルド 17763、バージョン 1809

名前空間と XML プレフィックスを追加しました

Prefix 名前空間
uap7 http://schemas.microsoft.com/appx/manifest/uap/windows10/7
desktop5 http://schemas.microsoft.com/appx/manifest/desktop/windows10/5
rescap5 http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/5

Windows 10、ビルド 17134、バージョン 1803

名前空間と XML プレフィックスを追加しました

Prefix 名前空間
uap6 http://schemas.microsoft.com/appx/manifest/uap/windows10/6
desktop4 http://schemas.microsoft.com/appx/manifest/desktop/windows10/4
rescap4 http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/4

Windows 10、Fall Creators Update - ビルド 16299.15、バージョン 1709

名前空間と XML プレフィックスを追加しました

Prefix 名前空間
com2 http://schemas.microsoft.com/appx/manifest/com/windows10/2
desktop3 http://schemas.microsoft.com/appx/manifest/desktop/windows10/3
uap5 http://schemas.microsoft.com/appx/manifest/uap/windows10/5

Windows 10、Creators Update - ビルド 15063、バージョン 1703

名前空間と XML プレフィックスを追加しました

Prefix 名前空間
com http://schemas.microsoft.com/appx/manifest/com/windows10
desktop2 http://schemas.microsoft.com/appx/manifest/desktop/windows10/2
rescap3 http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/3
uap4 http://schemas.microsoft.com/appx/manifest/uap/windows10/4

Windows 10、Anniversary Update - ビルド 14393、バージョン 1607

名前空間と XML プレフィックスを追加しました

Prefix 名前空間
デスクトップ http://schemas.microsoft.com/appx/manifest/desktop/windows10
rescap2 http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/2
uap3 http://schemas.microsoft.com/appx/manifest/uap/windows10/3

Windows 10、11 月の更新プログラム - ビルド 10586、バージョン 1511

名前空間と XML プレフィックスを追加しました

Prefix 名前空間
f2 http://schemas.microsoft.com/appx/manifest/foundation/windows10/2
uap2 http://schemas.microsoft.com/appx/manifest/uap/windows10/2

Windows 10 - ビルド 10240、バージョン 1507

名前空間と XML プレフィックスを追加しました

Prefix 名前空間
uap http://schemas.microsoft.com/appx/manifest/uap/windows10
f http://schemas.microsoft.com/appx/manifest/foundation/windows10
holo http://schemas.microsoft.com/appx/manifest/holographic/windows10
mobile http://schemas.microsoft.com/appx/manifest/mobile/windows10
rescap http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities
serverpreview http://schemas.microsoft.com/appx/manifest/serverpreview/windows10

アプリ パッケージ マニフェストで XML 名前空間を使用するには、 名前空間と IgnorableNamespaces 要素内を Package 含めます。

<?xml version='1.0' encoding='utf-8'?>
<Package
  xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
  xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
  xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4"
  IgnorableNamespaces="uap uap4">