Add projects DTD
This commit is contained in:
parent
aaa5797313
commit
cd29f491cc
2 changed files with 32 additions and 0 deletions
14
htdocs/users.dtd
Normal file
14
htdocs/users.dtd
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!ELEMENT users (user+)>
|
||||
|
||||
<!ELEMENT user (username,firstname,lastname,company)>
|
||||
<!ATTLIST user id ID #REQUIRED>
|
||||
|
||||
<!ELEMENT username (#PCDATA)>
|
||||
|
||||
<!ELEMENT firstname (#PCDATA)>
|
||||
|
||||
<!ELEMENT lastname (#PCDATA)>
|
||||
|
||||
<!ELEMENT company (#PCDATA)>
|
||||
Reference in a new issue