What is a FODG file?
A file with .fodg extension is an Apache OpenOffice Drawing file format for storing drawing elements. It is based on the file format specifications outlined by Advancement of Structural Information Standards (OASIS). Another similar file format for OpenOffice graphics is ODG that stores drawing elements as a vector image. FODG files can be opened with OpenOffice as well as LibreOffice. Other file formats supported by OpenOffice, for example, include ODT, ODF, ODP and ODS.
FODG File Format
FODG is based on the OpenDocument’s XML file format that conforms to OASIS OpenDocument Format ISO/IEC 26300. It has Internet Media Type application/vnd.oasis.opendocument.graphics and also conforms to org.oasis-open.opendocument public.composite-content. The XML structure is common for all document types such as spreadsheet, drawing files, and text documents. OpenOffice documents take advantage of separation of concerns by separating the content, styles, metadata, and application settings into four separate XML files.
<office:document-content>
- Document content and automatic styles used in the content.
<office:document-styles>
- Styles used in the document content and automatic styles used in the styles themselves.
<office:document-meta>
- Document meta information, such as the author or the time of the last save action.
<office:document-settings>
- Application-specific settings, such as the window size or printer information.