diff options
Diffstat (limited to 'docs/schemas/storagevol.rng')
-rw-r--r-- | docs/schemas/storagevol.rng | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/schemas/storagevol.rng b/docs/schemas/storagevol.rng index 7a74331cd..0b9933d56 100644 --- a/docs/schemas/storagevol.rng +++ b/docs/schemas/storagevol.rng @@ -67,7 +67,7 @@ <element name='target'> <optional> <element name='path'> - <ref name='absFilePath'/> + <data type='anyURI'/> </element> </optional> <ref name='format'/> @@ -144,6 +144,7 @@ <define name='formatfile'> <choice> + <value>unknown</value> <value>raw</value> <value>dir</value> <value>bochs</value> |