[elbe-devel] [PATCH] schema: remove url-list entries limit
Daniel Braunwarth
daniel at braunwarth.dev
Sat Mar 12 09:59:22 CET 2022
This patch fixes #324.
Signed-off-by: Daniel Braunwarth <daniel at braunwarth.dev>
---
schema/dbsfed.xsd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 28f9d1d25..7e1fbe040 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -230,7 +230,7 @@
</documentation>
</annotation>
<sequence>
- <element name="url" type="rfs:url" minOccurs="0" maxOccurs="10">
+ <element name="url" type="rfs:url" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>
describes an additional debian mirror
--
2.35.1
More information about the elbe-devel
mailing list