BFD
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Metaformats }} '''BFD''' (Binary Format Description, not Big F***ing Deal) is an XML format based on XSIL (eXtensible S...") |
(Updated category) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
− | |subcat= | + | |subcat=Schema formats |
}} | }} | ||
− | ''' | + | '''BFD''' (Binary Format Description, not Big F***ing Deal) is an [[XML]] format based on [[XSIL]] (eXtensible Scientific Interchange Language). It is intended to be used to describe file formats, similarly to [[DFDL]]; these appear to be two initiatives aiming at the same thing. |
Despite the "binary" in its name, BFD can also describe text-based ([[ASCII]]) file formats, since text is, after all, one variety of binary data. | Despite the "binary" in its name, BFD can also describe text-based ([[ASCII]]) file formats, since text is, after all, one variety of binary data. | ||
Line 9: | Line 9: | ||
== Links == | == Links == | ||
* [http://collaboratory.emsl.pnl.gov/sam/bfd/ Page describing BFD] | * [http://collaboratory.emsl.pnl.gov/sam/bfd/ Page describing BFD] | ||
+ | |||
+ | [[Category:XML based file formats]] |
Latest revision as of 16:26, 14 August 2017
BFD (Binary Format Description, not Big F***ing Deal) is an XML format based on XSIL (eXtensible Scientific Interchange Language). It is intended to be used to describe file formats, similarly to DFDL; these appear to be two initiatives aiming at the same thing.
Despite the "binary" in its name, BFD can also describe text-based (ASCII) file formats, since text is, after all, one variety of binary data.