aboutsummaryrefslogtreecommitdiffstats
path: root/doc/plan/ephyplan.dtd
blob: 115bc8119496a7767116e1f1ae8c7b7dd430695b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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)>

<!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>