summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schema/repositories.dtd3
-rw-r--r--schema/repositories.rng8
2 files changed, 1 insertions, 10 deletions
diff --git a/schema/repositories.dtd b/schema/repositories.dtd
index 662025f..4ba0387 100644
--- a/schema/repositories.dtd
+++ b/schema/repositories.dtd
@@ -54,8 +54,7 @@ http://git.overlays.gentoo.org/gitweb/?p=proj/repositories-xml-format.git
<!ELEMENT source (#PCDATA)>
<!ATTLIST source
xmlns CDATA #FIXED ''
- type (bzr|cvs|darcs|git|mercurial|rsync|svn|tar) #REQUIRED
- format (bz2|gz) #IMPLIED>
+ type (bzr|cvs|darcs|git|mercurial|rsync|svn|tar) #REQUIRED>
<!ELEMENT subpath (#PCDATA)>
<!ATTLIST subpath
diff --git a/schema/repositories.rng b/schema/repositories.rng
index c554332..d790d74 100644
--- a/schema/repositories.rng
+++ b/schema/repositories.rng
@@ -99,14 +99,6 @@
<value>tar</value>
</choice>
</attribute>
- <optional>
- <attribute name="format">
- <choice>
- <value>bz2</value>
- <value>gz</value>
- </choice>
- </attribute>
- </optional>
<data type="anyURI"/>
</element>
</oneOrMore>