From a0e92e8d81745983f277492e674e8606100a89c1 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 14 Mar 2021 21:44:47 +0100 Subject: metadata.rnc: Update from DTD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- 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 { -- cgit v1.2.3-65-gdbad