commit:     a0e92e8d81745983f277492e674e8606100a89c1
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 20:44:47 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 20:44:47 2021 +0000
URL:        
https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/commit/?id=a0e92e8d

metadata.rnc: Update from DTD

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 metadata.rnc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/metadata.rnc b/metadata.rnc
index bc2a43d..3705f90 100644
--- a/metadata.rnc
+++ b/metadata.rnc
@@ -30,6 +30,12 @@ maintainer =
 attlist.maintainer &=
   [ a:defaultValue = "unknown" ]
   attribute type { "person" | "project" | "unknown" }?
+# proxied attribute determines whether the maintainer is a proxied
+# maintainer (yes), regular dev (no) or a proxy for somebody (proxy). It is
+# valid only for Gentoo maintainers.
+attlist.maintainer &=
+  [ a:defaultValue = "no" ]
+  attribute proxied { "yes" | "no" | "proxy" }?
 #  A long description of the package in freetext
 longdescription =
   element longdescription {

Reply via email to