summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2022-05-22 18:00:38 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2022-05-22 18:00:38 +0000
commitc5e7e5cc980c4f1fdf1e1a74ef18a29686b75cfb (patch)
treebca72e1962a58f23faef8459a870966191193490 /metadata/xml-schema
parent2022-05-22 17:33:04 UTC (diff)
parentrepositories.xsd: owner elements are ordered (diff)
downloadgentoo-c5e7e5cc980c4f1fdf1e1a74ef18a29686b75cfb.tar.gz
gentoo-c5e7e5cc980c4f1fdf1e1a74ef18a29686b75cfb.tar.bz2
gentoo-c5e7e5cc980c4f1fdf1e1a74ef18a29686b75cfb.zip
Merge commit 'e8495470d00cd9912f3d216eb576b72a0f1fc77f'
Diffstat (limited to 'metadata/xml-schema')
-rw-r--r--metadata/xml-schema/repositories.xsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/metadata/xml-schema/repositories.xsd b/metadata/xml-schema/repositories.xsd
index 54bf62a63288..8454c7a7c146 100644
--- a/metadata/xml-schema/repositories.xsd
+++ b/metadata/xml-schema/repositories.xsd
@@ -61,12 +61,12 @@
</xs:complexType>
<xs:complexType name='ownerType'>
- <xs:all>
+ <xs:sequence>
<xs:element name='email' type='emailType'
minOccurs='1' maxOccurs='1'/>
<xs:element name='name' type='xs:token'
minOccurs='0' maxOccurs='1'/>
- </xs:all>
+ </xs:sequence>
<xs:attribute name='type' type='ownerTypeAttrType'
use='required'/>
</xs:complexType>