summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--metadata.rnc6
1 files changed, 6 insertions, 0 deletions
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 {