diff options
-rw-r--r-- | metadata.dtd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/metadata.dtd b/metadata.dtd index 4c68806..b8d24fa 100644 --- a/metadata.dtd +++ b/metadata.dtd @@ -13,6 +13,8 @@ <!-- One tag for each maintainer of a package, multiple allowed--> <!ELEMENT maintainer ( email, (description| name)* )> + <!-- type attribute determines whether the maintainer is a person or a project --> + <!ATTLIST maintainer type (person|project) #REQUIRED> <!-- Natural name for package, example: LibreOffice (for app-office/libreoffice) --> <!ELEMENT natural-name (#PCDATA) > |