Metaformats
From Just Solve the File Format Problem
(Difference between revisions)
(→Formats that implement other formats) |
m (→Formats that implement other formats) |
||
Line 19: | Line 19: | ||
* [[Microsoft Compound File]] | * [[Microsoft Compound File]] | ||
* [[ODL (NASA Object Description Language)]] | * [[ODL (NASA Object Description Language)]] | ||
− | * [[ | + | * [[Palm OS Database]] |
* [[RIFF]] | * [[RIFF]] | ||
* [[RIFX]] | * [[RIFX]] |
Revision as of 16:49, 6 September 2017
A metaformat (or meta format) is a generic low-level file format used as a basis for defining high-level file formats.
Whether a format is a metaformat is ultimately a judgment call. There are no definitive answers to questions like: What is the difference between a container format and a metaformat? Or a serialization format and a metaformat? Is CSV a metaformat, or is it a database or a spreadsheet format? Should TIFF and PDF be considered to be metaformats, given all the subformats of them that have been defined?
Another reasonable, but different, definition of metaformat is "a format that describes other formats". For those formats, see Schema formats.
Formats that implement other formats
- Binary XML
- Boxes/atoms format
- EBML
- IFF
- ISO Base Media File Format
- JSON
- Microsoft Compound File
- ODL (NASA Object Description Language)
- Palm OS Database
- RIFF
- RIFX
- SGML
- Softdisk Publishing UDF files
- XCDL (part of XCL project)
- XML
- ZIP
Other "formats about formats"
- Format Policy Registry (FPR) - used by Archivematica to indicate how to handle file formats
See also Schema formats.