mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user