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

<!-- The dtd definition for a memosono game configuration -->

<!ELEMENT memosono (#PCDATA|pair)*>
<!ATTLIST memosono
  name    CDATA   #REQUIRED
>

<!ELEMENT pair (#PCDATA)* >
<!ATTLIST pair
  id      CDATA  #REQUIRED
  mother  CDATA  #REQUIRED
  child	  CDATA  #REQUIRED
  color	  CDATA  #REQUIRED
>