FileType (package schema for Windows 8, descendant of FileOpenPicker)
A file type specified as its file type extension. It is unique per application in the package and is case sensitive.
Element hierarchy
- <Package>
-
- <Applications>
-
- <Application>
-
- <Extensions>
-
- <Extension>
-
- <ShareTarget>
-
- <SupportedFileTypes>
- <FileType>
- <FileOpenPicker>
-
- <SupportedFileTypes>
- <FileType>
- <FileSavePicker>
-
- <SupportedFileTypes>
- <FileType>
Syntax
<FileType>
A string between 1 and 64 characters in length that must begin with a period ("."), cannot have additional periods, and cannot contain these characters: <, >, :, %, ", /, \, |, ?, or *.
</FileType>
Attributes and Elements
Attributes
None.
Child Elements
None.
Parent Elements
Parent Element | Description |
---|---|
SupportedFileTypes (type: CT_CharmsSupportedFileTypes) | Defines the file types that the app can share. |
Related elements
The following elements have the same name as this one, but different content or attributes:
Requirements
Value | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2010/manifest |