K3/EES 4/482-9  15.5.98
Database oriented DTD
Relational data model
uEasy to implement
unormalized data model
ucan use attributes
urelationships by reference
uUseful
uarchiving
uimport/export format
<company>
<emps>
<emp emp-no="4321"
     name="Bernhard Weichel"
     adress="stuttgart"/>
<emp emp-no="12345"
     name="Helmut Gengenbach"
     adress="schwieberdingen"/>
</emps>
<depts>
<dept name="K3/EES4" mgr="4321"/>
<dept name="FV/PLI" mgr="0815"/>
</dept>
</company>