Bundle manifest schema reference
This reference provides details for each element, attribute, and data type that defines the schema for the bundle manifest for UWP apps. The schema definition file is BundleManifestSchema.xsd.
The following table lists all of the elements in this schema, sorted alphabetically by name.
Element | Description |
---|---|
Bundle | Defines the root element of a bundle manifest. The manifest describes the structure and capabilities of the software to the system. |
Identity | Defines a globally unique identifier for a bundle. A bundle identity is represented as a tuple of attributes of the bundle. |
Package | Defines one of the app packages or resource packages in the bundle. |
Packages | Defines the app packages and resource packages that are contained in the bundle. |
Resource | Declares language, resolution scale, and DirectX feature level for a resource in the package. |
Resources | Declares languages, resolution scales, and DirectX feature levels for the resources that the package contains. |
Dependencies | Declares dependencies that will be installed if required. |