File format: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
 
(update link and more)
Line 1: Line 1:
FreeMind stores his data in own XML flavor. Up to FreeMind 0.6.5, the xml format has been unchanged. The list of elements and their attributes as of FreeMind 0.7.1 follows.
FreeMind stores his data in own XML flavor. Up to FreeMind 0.6.5, the xml format has been unchanged.
 
==Elements and attributes in 0.7.1==
 
The list of elements and their attributes as of FreeMind 0.7.1 follows.


* '''map''' (root element)
* '''map''' (root element)
Line 29: Line 33:
** endarrow (arrow style)
** endarrow (arrow style)


The actual W3C schema can be found under
==Schema==
[[http://cvs.sourceforge.net/viewcvs.py/freemind/freemind/Attic/freemind.xsd?rev=1.1.2.1&only_with_tag=fm_041017_base_integration&view=log]].
 
A W3C schema can be found in the CVS:
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind.xsd?view=log freemind.xsd]


==Extensions in version 0.9.0==
==Extensions in version 0.9.0==

Revision as of 15:12, 24 May 2009

FreeMind stores his data in own XML flavor. Up to FreeMind 0.6.5, the xml format has been unchanged.

Elements and attributes in 0.7.1

The list of elements and their attributes as of FreeMind 0.7.1 follows.

  • map (root element)
    • version (0.7.1)
  • node (parent element: node, map)
    • id (0.7.1)
    • text
    • link
    • folded
    • color
    • position (left or right, only for children of the root) (0.7.1)
  • edge (parent element: node)
    • style
    • color
    • width
  • font (parent element: node)
    • name
    • size
    • bold
    • italic
  • icon (parent element: node) (0.6.7)
    • builtin
  • cloud (parent element: node) (0.7.1)
    • color
  • arrowlink (parent element: node) (0.7.1)
    • color
    • destination (id of the target node)
    • startarrow (arrow style)
    • endarrow (arrow style)

Schema

A W3C schema can be found in the CVS:

Extensions in version 0.9.0

TODO.