com5:Format

Description

Specifies the file format an application can read from or write to.

Element Hierarchy

<Package>

     <Applications>

          <Application>

               <Extensions>

                    <com4:Extension>

                         <com4:ComServer>

                              <com5:InProcessServer>

                                  <com5:Class> (in InProcessServer)

                                        <com5:Conversion>

                                             <com5:Readable>

                                                  <com5:Format>

                                             <com5:ReadWritable>

                                                  <com5:Format>

                              <com5:InProcessHandler>

                                  <com5:Class> (in InProcessHandler)

                                        <com5:Conversion>

                                             <com5:Readable>

                                                  <com5:Format>

                                             <com5:ReadWritable>

                                                  <com5:Format>

     <Extensions>

          <com4:Extension>

               <com4:ComServer>

                    <com5:InProcessServer>

                        <com5:Class> (in InProcessServer)

                              <com5:Conversion>

                                   <com5:Readable>

                                        <com5:Format>

                                   <com5:ReadWritable>

                                        <com5:Format>

                    <com5:InProcessHandler>

                        <com5:Class> (in InProcessHandler)

                              <com5:Conversion>

                                   <com5:Readable>

                                        <com5:Format>

                                   <com5:ReadWritable>

                                        <com5:Format>

Syntax

<com5:Format     FormatName = A string between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.
    StandardFormat = A string in hexadecimal format containing numbers or the letters a, b, c, d, e, f (capital or lower case).
></com5:Format>

Attributes

Attribute Description Data type Required
FormatName The string value of the format name. A string between 1 and 32767 characters in length with a non-whitespace character at its beginning and end. Yes
StandardFormat The hexadecimal value of the format name. A string in hexadecimal format containing numbers or the letters a, b, c, d, e, f (capital or lower case). Yes

Parent elements

Parent element Description
com5:Readable Specifies that an application can only read files.
com5:Readwritable Specifies that an application can read and write files.

Requirements

Item Value
com5 http://schemas.microsoft.com/appx/manifest/com/windows10/5
Minimum OS Version Windows 11 version 21H2 (Build 22000)