aboutsummaryrefslogblamecommitdiffstats
path: root/doc/plan/ephyplan.dtd
blob: 30849d4b324e01234c050f3abe08ff6d18583a54 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                      
                                                                



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