Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/flashcarddtd.dtd
blob: ed328802818f9e2083d37e3f4a89aeebfcd06953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version = "1.0" encoding = "utf-8"?>

<!-- flashcarddtd.dtd - a document type definition for the flashcard.xml document -->

<!ELEMENT deck (card+)>

<!ELEMENT card (front, back, last_reviewed, stage, catagory)>

<!ELEMENT front (#PCDATA)>

<!ELEMENT back (#PCDATA)>

<!ELEMENT last_reviewed (#PCDATA)>

<!ELEMENT stage (#PCDATA)>

<!ELEMENT catagory (#PCDATA)>