summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'schema/repositories.rng')
-rw-r--r--schema/repositories.rng20
1 files changed, 19 insertions, 1 deletions
diff --git a/schema/repositories.rng b/schema/repositories.rng
index 7051241..c554332 100644
--- a/schema/repositories.rng
+++ b/schema/repositories.rng
@@ -8,7 +8,7 @@
Mounir Lamouri <volkmar@gentoo.org>
Tiziano Müller <dev-zero@gentoo.org>
- Copyright 1999-2009 Gentoo Foundation
+ Copyright 1999-2010 Gentoo Foundation
Distributed under the terms of the GNU General Public License v2 or later
-->
<grammar ns="" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
@@ -99,9 +99,27 @@
<value>tar</value>
</choice>
</attribute>
+ <optional>
+ <attribute name="format">
+ <choice>
+ <value>bz2</value>
+ <value>gz</value>
+ </choice>
+ </attribute>
+ </optional>
<data type="anyURI"/>
</element>
</oneOrMore>
+ <optional>
+ <element name="subpath">
+ <text/>
+ </element>
+ </optional>
+ <optional>
+ <element name="category">
+ <text/>
+ </element>
+ </optional>
<zeroOrMore>
<element name="feed">
<data type="anyURI"/>