ContentGroupMap (source schema)
Description
Specifies the layout of the source content group map, SourceAppxContentGroupMap.xml.
Element Hierarchy
<ContentGroupMap>
Syntax
<ContentGroupMap IgnorableNamespaces? = String type. >
<!-- Child elements -->
( Required,
Automatic )
</ContentGroupMap>
Key
?
optional (zero or one)
Attributes
Attribute | Description | Data type | Required |
---|---|---|---|
IgnorableNamespaces | Declares namespaces used in the manifest that should be ignored. Ignored namespace elements are not validated and should be considered untrusted. Multiple namespaces are specified with a space between each namespace. | String type. | No |
Child Elements
Child Element | Description |
---|---|
Required | The required content group. |
Automatic | The automatic content group(s). |
Remarks
The source content group map (SourceAppxContentGroupMap.xml) is a content group map authored by the developer. After SourceAppxContentGroupMap.xml is complete, it is converted into the final content group map (AppxContentGroupMap.xml) which will be packaged with the app to enable the app to be streaming installed. For more information on converting your content group map, see Create and convert a source content group map.
It's possible to simply author AppxContentGroupMap.xml and skip converting the SourceAppxContentGroupMap.xml. By skipping this step, you won't be able to use wildcards for files and you'll miss additional validations.
Examples
Requirements
Value | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2016/sourcecontentgroupmap |