mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
schema: domain: Add the 'type' subelement of the osexe case of 'os' element to interleave
The 'type' element was outside of the 'interleave' definition. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
80c2e04a85
commit
9b656a95c0
@ -438,15 +438,15 @@
|
||||
|
||||
<define name="osexe">
|
||||
<element name="os">
|
||||
<element name="type">
|
||||
<optional>
|
||||
<attribute name="arch">
|
||||
<ref name="archnames"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
<value>exe</value>
|
||||
</element>
|
||||
<interleave>
|
||||
<element name="type">
|
||||
<optional>
|
||||
<attribute name="arch">
|
||||
<ref name="archnames"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
<value>exe</value>
|
||||
</element>
|
||||
<optional>
|
||||
<element name="init">
|
||||
<ref name="absFilePath"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user