<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://techbase.kde.org/skins/common/feed.css?0.2"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://techbase.kde.org/index.php?title=Projects/Edu/kvtml2&amp;feed=atom&amp;action=history</id>
		<title>Projects/Edu/kvtml2 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://techbase.kde.org/index.php?title=Projects/Edu/kvtml2&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/index.php?title=Projects/Edu/kvtml2&amp;action=history"/>
		<updated>2013-05-18T15:57:42Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.20.2</generator>

	<entry>
		<id>http://techbase.kde.org/index.php?title=Projects/Edu/kvtml2&amp;diff=52334&amp;oldid=prev</id>
		<title>Pipesmoker: Created page with 'Many KDE Education applications exchange content data using the kvtml(2) format. Here is the DTD:  &lt;pre&gt; &lt;!ELEMENT tenses         (tense*) &gt; &lt;!ELEMENT tense          (#PCDATA) &gt; ...'</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/index.php?title=Projects/Edu/kvtml2&amp;diff=52334&amp;oldid=prev"/>
				<updated>2010-06-30T18:53:06Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;Many KDE Education applications exchange content data using the kvtml(2) format. Here is the DTD:  &amp;lt;pre&amp;gt; &amp;lt;!ELEMENT tenses         (tense*) &amp;gt; &amp;lt;!ELEMENT tense          (#PCDATA) &amp;gt; ...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Many KDE Education applications exchange content data using the kvtml(2) format. Here is the DTD:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT tenses         (tense*) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT tense          (#PCDATA) &amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!ELEMENT lessons        (container*) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT wordtypes      (container*) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT leitnerboxes   (container*) &amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!ELEMENT container      (name, specialwordtype?, inpractice?, image?, container*, containerentry*) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT specialwordtype  (#PCDATA) &amp;gt;&lt;br /&gt;
&amp;lt;!--ELEMENT specialwordtype  (noun|noun/male|noun/female|noun/neutral|verb|adjective|adverb) --&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT inpractice                (#PCDATA) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT containerentry            (containertranslation*) &amp;gt;&lt;br /&gt;
&amp;lt;!ATTLIST containerentry id         CDATA  #REQUIRED&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT containertranslation      EMPTY&amp;gt;&lt;br /&gt;
&amp;lt;!ATTLIST containertranslation id   CDATA  #REQUIRED&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!ELEMENT entries        (entry*) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT entry          (deactivated?, sizehint?, translation*) &amp;gt;&lt;br /&gt;
&amp;lt;!ATTLIST entry id       CDATA  #REQUIRED&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT deactivated    (#PCDATA) &amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!ELEMENT translation    (text?, comment?, pronunciation?, falsefriend?, antonym?, synonym?, example?, paraphrase?, comparison?, conjugation*, grade?, image?, multiplechoice?, sound?) &amp;gt;&lt;br /&gt;
&amp;lt;!ATTLIST translation id  CDATA #REQUIRED &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT text           (#PCDATA) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT pronunciation  (#PCDATA) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT falsefriend    (#PCDATA) &amp;gt;&lt;br /&gt;
&amp;lt;!ATTLIST falsefriend fromid    CDATA  #REQUIRED&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT antonym        (#PCDATA) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT synonym        (#PCDATA) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT example        (#PCDATA) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT paraphrase     (#PCDATA) &amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!ELEMENT conjugation    (tense, singular?, dual?, plural?) &amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!ELEMENT comparison     (absolute, comparative, superlative) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT absolute       (#PCDATA) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT comparative    (#PCDATA) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT superlative    (#PCDATA) &amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!ELEMENT multiplechoice  (choice+) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT choice          (#PCDATA) &amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!ELEMENT image          (#PCDATA) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT sound          (#PCDATA) &amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!ELEMENT grade          (currentgrade, count, errorcount, date) &amp;gt;&lt;br /&gt;
&amp;lt;!ATTLIST grade fromid   CDATA #REQUIRED &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT currentgrade  (#PCDATA) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT count          (#PCDATA) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT errorcount     (#PCDATA) &amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT date           (#PCDATA) &amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pipesmoker</name></author>	</entry>

	</feed>