aboutsummaryrefslogtreecommitdiffstats
path: root/doc/plan/ephyplan.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/plan/ephyplan.dtd')
-rw-r--r--doc/plan/ephyplan.dtd15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/plan/ephyplan.dtd b/doc/plan/ephyplan.dtd
deleted file mode 100644
index 30849d4b3..000000000
--- a/doc/plan/ephyplan.dtd
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!ELEMENT plan (item*)>
-
-<!ELEMENT item (bugzilla|description|responsible|status|title)*>
-<!ELEMENT title (#PCDATA)>
-<!ELEMENT description (#PCDATA)>
-<!ELEMENT status EMPTY>
-<!ELEMENT responsible (#PCDATA)>
-<!ELEMENT bugzilla EMPTY>
-
-<!ATTLIST bugzilla id CDATA #REQUIRED>
-<!ATTLIST plan version CDATA #REQUIRED>
-<!ATTLIST responsible email CDATA #REQUIRED>
-<!ATTLIST status id (completed|delayed|designed|implementing|orphan|pending) #REQUIRED>