commit: 1ccfac1cd1254d1c1922158bdfab6c002f668340
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 7 15:50:31 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 7 15:50:31 2017 +0000
URL: https://gitweb.gentoo.org/data/xml-schema.git/commit/?id=1ccfac1c
repositories: Make owner type required, now that we filled it in
repositories.xsd | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/repositories.xsd b/repositories.xsd
index 32a55ac..54bf62a 100644
--- a/repositories.xsd
+++ b/repositories.xsd
@@ -67,7 +67,8 @@
<xs:element name='name' type='xs:token'
minOccurs='0' maxOccurs='1'/>
</xs:all>
- <xs:attribute name='type' type='ownerTypeAttrType'/>
+ <xs:attribute name='type' type='ownerTypeAttrType'
+ use='required'/>
</xs:complexType>
<xs:complexType name='sourceType'>