Metaformats
From Just Solve the File Format Problem
(Difference between revisions)
(Hamster archive also counts, it is used as a format to implement other formats as much as IFF and ZIP are. But does SQLite count?) |
(→Formats that implement other formats) |
||
Line 25: | Line 25: | ||
* [[SGML]] | * [[SGML]] | ||
* [[Softdisk Publishing UDF files]] | * [[Softdisk Publishing UDF files]] | ||
+ | * [[SQLite]] | ||
* [[XCDL]] (part of XCL project) | * [[XCDL]] (part of XCL project) | ||
* [[XML]] | * [[XML]] |
Revision as of 23:57, 21 January 2020
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
- Hamster archive
- 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
- SQLite
- 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.