commit: 3707b48c28806c68cf1826a7bcf5b982fc9e7d5e
Author: Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
AuthorDate: Thu May 5 23:16:56 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 6 05:16:26 2016 +0000
URL: https://gitweb.gentoo.org/data/xml-schema.git/commit/?id=3707b48c
metadata.xsd: upstream maintainer must have exactly one <name/> element
Signed-off-by: Göktürk Yüksek <gokturk <AT> binghamton.edu>
metadata.xsd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/metadata.xsd b/metadata.xsd
index 8bc6a4e..fe2c5d2 100644
--- a/metadata.xsd
+++ b/metadata.xsd
@@ -137,7 +137,7 @@
<xs:element name='email' type='emailType'
minOccurs='0'/>
<xs:element name='name' type='xs:token'
- minOccurs='0'/>
+ minOccurs='1'/>
</xs:all>
<xs:attribute name='status'
type='upstreamMaintainerStatusAttrType'
default='unknown'/>