Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/xml-schema:master commit in: /
Date: Fri, 07 Apr 2017 15:50:59
Message-Id: 1491580231.1ccfac1cd1254d1c1922158bdfab6c002f668340.mgorny@gentoo
1 commit: 1ccfac1cd1254d1c1922158bdfab6c002f668340
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 7 15:50:31 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 7 15:50:31 2017 +0000
6 URL: https://gitweb.gentoo.org/data/xml-schema.git/commit/?id=1ccfac1c
7
8 repositories: Make owner type required, now that we filled it in
9
10 repositories.xsd | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/repositories.xsd b/repositories.xsd
14 index 32a55ac..54bf62a 100644
15 --- a/repositories.xsd
16 +++ b/repositories.xsd
17 @@ -67,7 +67,8 @@
18 <xs:element name='name' type='xs:token'
19 minOccurs='0' maxOccurs='1'/>
20 </xs:all>
21 - <xs:attribute name='type' type='ownerTypeAttrType'/>
22 + <xs:attribute name='type' type='ownerTypeAttrType'
23 + use='required'/>
24 </xs:complexType>
25
26 <xs:complexType name='sourceType'>