Files
wisemapping-open-source/wise-webapp/src/test/resources/data/freemind/basic.mmr

14 lines
706 B
Plaintext
Raw Normal View History

<map version="0.9.0">
<node ID="ID_0" TEXT="This is the root node">
<node ID="ID_1" POSITION="right" TEXT="Child Level 1 Right 1"/>
<node ID="ID_2" POSITION="left" TEXT="Child Level 1 Left 1">
<node ID="ID_3" POSITION="left" TEXT="Child Level 2 Left 11"/>
<node ID="ID_4" POSITION="left" TEXT="Child Level 2 Left 12"/>
</node>
<node ID="ID_5" POSITION="right" TEXT="Child Level 1 Right 2"/>
<node ID="ID_6" POSITION="left" TEXT="Child Level 1 Left 2">
<node ID="ID_7" POSITION="left" TEXT="Child Level 2 Left 21 "/>
<node ID="ID_8" POSITION="left" TEXT="Child Level 2 Left 22"/>
</node>
</node>
2012-10-07 15:04:48 -03:00
</map>