diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-05-22 18:00:38 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-05-22 18:00:38 +0000 |
commit | c5e7e5cc980c4f1fdf1e1a74ef18a29686b75cfb (patch) | |
tree | bca72e1962a58f23faef8459a870966191193490 /metadata/xml-schema | |
parent | 2022-05-22 17:33:04 UTC (diff) | |
parent | repositories.xsd: owner elements are ordered (diff) | |
download | gentoo-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.xsd | 4 |
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> |