[elbe-devel] [PATCH 1/2] schema: add type to volume attribute
Torben Hohn
torben.hohn at linutronix.de
Mon Sep 30 11:36:34 CEST 2019
xsdtoasciidoc chokes on the missing type.
add the missing string type.
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
schema/dbsfed.xsd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index d0076cdae..0361cf3e8 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2562,7 +2562,7 @@
</annotation>
<simpleContent>
<extension base="base64Binary">
- <attribute name="volume">
+ <attribute name="volume" type="string">
<annotation>
<documentation>
Use this to control where the archive is stored when using
--
2.20.1
More information about the elbe-devel
mailing list