manuskript/test_project/perso.xml

54 lines
1.3 KiB
XML
Raw Normal View History

2015-05-31 16:03:07 +12:00
<?xml version='1.0' encoding='UTF-8'?>
<model>
<header>
<vertical>
<label row="0" text="1"/>
<label row="1" text="2"/>
</vertical>
<horizontal>
2015-06-01 22:29:06 +12:00
<label row="0" text="name"/>
<label row="1" text="ID"/>
<label row="2" text="importance"/>
<label row="3" text="motivation"/>
<label row="4" text="goal"/>
<label row="5" text="conflict"/>
<label row="6" text="epiphany"/>
<label row="7" text="summarySentance"/>
<label row="8" text="summaryPara"/>
<label row="9" text="summaryFull"/>
2015-06-02 10:06:17 +12:00
<label row="10" text="notes"/>
2015-05-31 16:03:07 +12:00
</horizontal>
</header>
<data>
<row row="0">
2015-06-01 08:41:32 +12:00
<col col="0">Albert</col>
<col col="1">0</col>
2015-06-01 22:29:06 +12:00
<col col="2">2</col>
2015-05-31 16:03:07 +12:00
<col col="3"></col>
<col col="4"></col>
<col col="5"></col>
2015-06-01 08:41:32 +12:00
<col col="6"></col>
<col col="7"></col>
2015-06-01 22:29:06 +12:00
<col col="8"></col>
2015-05-31 16:03:07 +12:00
<col col="9"></col>
2015-06-02 10:06:17 +12:00
<col col="10">Quelques notes
Pour voir.</col>
2015-05-31 16:03:07 +12:00
</row>
<row row="1">
2015-06-01 22:29:06 +12:00
<col col="0">Ginette</col>
2015-06-01 08:41:32 +12:00
<col col="1">1</col>
2015-06-01 22:29:06 +12:00
<col col="2">1</col>
2015-05-31 16:03:07 +12:00
<col col="3"></col>
<col col="4"></col>
<col col="5"></col>
<col col="6"></col>
<col col="7"></col>
2015-06-01 22:29:06 +12:00
<col col="8"></col>
2015-05-31 16:03:07 +12:00
<col col="9"></col>
2015-06-02 10:06:17 +12:00
<col col="10"></col>
2015-05-31 16:03:07 +12:00
</row>
</data>
</model>