1<?xml version="1.0" encoding="UTF-8" ?>
2<!DOCTYPE kvtml SYSTEM "kvtml2.dtd">
3<kvtml version="2.0">
4  <information>
5    <generator></generator>
6    <title></title>
7    <author></author>
8    <license></license>
9    <comment></comment>
10  </information>
11
12  <identifiers>
13    <identifier id="0">
14      <type>language</type>
15      <locale>en</locale>
16      <name></name>
17      <comment></comment>
18      <sizehint>250</sizehint>
19
20      <article>
21        <definite>
22            <male>der</male>
23            <female>die</female>
24            <neutral>das</neutral>
25        </definite>
26        <indefinite>
27            <male>ein</male>
28            <female>eine</female>
29            <neutral>ein</neutral>
30        </indefinite>
31      </article>
32      <personalpronouns>
33        <singular>
34            <firstPerson>ich</firstPerson>
35            <secondPerson>du</secondPerson>
36            <thirdPerson>
37                <male>er</male>
38                <female>sie</female>
39                <neutral>es</neutral>
40            </thirdPerson>
41        </singular>
42        <plural>
43            <firstPerson>wir</firstPerson>
44            <secondPerson>ihr</secondPerson>
45            <thirdPerson>
46                <common>sie</common>
47            </thirdPerson>
48        </plural>
49      </personalpronouns>
50    </identifier>
51  </identifiers>
52
53
54  <types>
55    <type>grammar type a</type>
56    <type>grammer type b</type>
57  </types>
58  <tenses>
59    <tense>Special tense</tense>
60  </tenses>
61
62  <usages>
63    <usage>slang usage</usage>
64    <usage>professional usage</usage>
65  </usages>
66
67  <entries>
68    <entry id="0">
69      <inactive>true</inactive> to deactivate an entry (won't be queried)
70      <inquery>true</inquery>
71      <sizehint>25</sizehint>
72      <translation id="0">
73        <text>Kniebeugen</text>
74        <type></type>
75        <comment></comment>
76        <pronunciation></pronunciation>
77        <falsefriend fromid="1"></falsefriend>
78        <antonym></antonym>
79        <synonym></synonym>
80        <example></example>
81        <usage></usage>
82        <paraphrase></paraphrase>
83        <conjugation>
84          <tenseid>1</tenseid>
85          <type>regular</type>
86          <singular>
87              <firstPerson>ich</firstPerson>
88              <secondPerson>du</secondPerson>
89              <thirdPerson>
90                  <male>er</male>
91                  <female>sie</female>
92                  <neutral>es</neutral>
93              </thirdPerson>
94          </singular>
95          <plural>
96              <firstPerson>wir</firstPerson>
97              <secondPerson>ihr</secondPerson>
98              <thirdPerson>
99                  <common>sie</common>
100              </thirdPerson>
101          </plural>
102        </conjugation>
103        <comparison>
104          <absolute>gut</absolute>
105          <comparative>besser</comparative>
106          <superlative>am besten</superlative>
107        </comparison>
108        <multiplechoice>
109          <choice></choice>
110          <choice></choice>
111        </multiplechoice>
112
113        <image></image>
114        <sound></sound>
115        <grade fromid="1">
116          <currentgradeint>1</currentgradeint>
117          <count>1</count>
118          <errorcount>1</errorcount>
119          <date>949757271</date>
120        </grade>
121      </translation>
122      <translation id="1">
123        <text>genuflect</text>
124        <grade fromId="0">
125          <currentgradefloat>0.8</currentgradefloat>
126          <count>6</count>
127          <errorcount>1</errorcount>
128          <date>949757271</date>
129        </grade>
130      </translation>
131     </entry>
132  </entries>
133  <lessons>
134    <lesson>
135      <name>Lesson with grades example</name>
136      <query>true</query>
137      <current>true</current>
138      <entryid>0</entryid>
139     </lesson>
140   </lessons>
141 </kvtml>
142
143