mirror of https://github.com/GNOME/gimp.git
11 lines
313 B
DTD
11 lines
313 B
DTD
<!-- simple DTD for GIMP authors -->
|
|
|
|
<!ELEMENT gimp-authors (creator+, contributor+)>
|
|
<!ATTLIST gimp-authors xmlns CDATA #FIXED "http://purl.org/dc/elements/1.1/">
|
|
|
|
<!ELEMENT creator (#PCDATA)>
|
|
<!ATTLIST creator role CDATA #REQUIRED>
|
|
|
|
<!ELEMENT contributor (#PCDATA)>
|
|
<!ATTLIST contributor role CDATA #REQUIRED>
|