mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-01 16:42:03 +00:00
authors.dtd: Update
This commit is contained in:
parent
6463d2a8c5
commit
9793ecc7fb
1 changed files with 5 additions and 1 deletions
|
@ -1,12 +1,16 @@
|
|||
<!-- simple DTD for GIMP authors -->
|
||||
|
||||
<!ELEMENT gimp-authors (creator+, contributor+)>
|
||||
<!ELEMENT gimp-authors (creator+, maintainer+, contributor+)>
|
||||
<!ATTLIST gimp-authors xmlns CDATA #FIXED "http://purl.org/dc/elements/1.1/">
|
||||
|
||||
<!ELEMENT creator (#PCDATA)>
|
||||
<!ATTLIST creator role CDATA #REQUIRED>
|
||||
<!ATTLIST creator last-active CDATA #REQUIRED>
|
||||
|
||||
<!ELEMENT maintainer (#PCDATA)>
|
||||
<!ATTLIST maintainer role CDATA #REQUIRED>
|
||||
<!ATTLIST maintainer last-active CDATA #REQUIRED>
|
||||
|
||||
<!ELEMENT contributor (#PCDATA)>
|
||||
<!ATTLIST contributor role CDATA #REQUIRED>
|
||||
<!ATTLIST contributor last-active CDATA #REQUIRED>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue