manuskript/test_project/status.xml
Olivier Keshavjee cfa6c72328 Stuff and all
2015-06-15 12:18:42 +02:00

37 lines
783 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<model version="0.1">
<header>
<vertical>
<label row="0" text="1"/>
<label row="1" text="2"/>
<label row="2" text="3"/>
<label row="3" text="4"/>
<label row="4" text="5"/>
<label row="5" text="6"/>
</vertical>
<horizontal>
<label row="0" text="1"/>
</horizontal>
</header>
<data>
<row row="0">
<col col="0"/>
</row>
<row row="1">
<col col="0">TODO</col>
</row>
<row row="2">
<col col="0">Premier brouillon</col>
</row>
<row row="3">
<col col="0">Second brouillon</col>
</row>
<row row="4">
<col col="0">Final</col>
</row>
<row row="5">
<col col="0">Nouveau status</col>
</row>
</data>
</model>