Resource (Bundle schema, descendant of OptionalBundle)

Description

Declares language, resolution scale, and DirectX feature level for a resource in the package.

Element Hierarchy

<Bundle>
<OptionalBundle>
<Package>
<Resources>
<Resource>

Syntax

<Resource Language?       = language
          Scale?          = "100" | "120" | "140" | "150" | "160" | ...
          DXFeatureLevel? = "dx9" | "dx10" | "dx11" />

Key

?   optional (zero or one)

Attributes

Attribute Description Data type Required
DXFeatureLevel The DirectX feature level for the resource. One of the following: "dx9", "dx10", "dx11" No
Language The language for the resource. The syntax of this attribute is defined by the IETF's BCP47: Tags for Identifying Languages. language No
Scale The resolution scale for the resource. One of the following: "100", "120", "125", "140", "150", "160", "180", "200", "220", "225", "240", "250", "300", "400", "500" No

Remarks

Examples

Requirements

Value
Namespace http://schemas.microsoft.com/appx/2016/bundle