mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-08 22:15:21 +00:00
schema: Be more flexible for diskSourceNetworkProtocolPropsCommon
Add <interleave> to allow the subproperties to be specified in any order. Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
4260a642d3
commit
790f3b214b
@ -1967,6 +1967,7 @@
|
|||||||
</define>
|
</define>
|
||||||
|
|
||||||
<define name="diskSourceNetworkProtocolPropsCommon">
|
<define name="diskSourceNetworkProtocolPropsCommon">
|
||||||
|
<interleave>
|
||||||
<optional>
|
<optional>
|
||||||
<element name="readahead">
|
<element name="readahead">
|
||||||
<attribute name="size">
|
<attribute name="size">
|
||||||
@ -1983,6 +1984,7 @@
|
|||||||
<empty/>
|
<empty/>
|
||||||
</element>
|
</element>
|
||||||
</optional>
|
</optional>
|
||||||
|
</interleave>
|
||||||
</define>
|
</define>
|
||||||
|
|
||||||
<define name="diskSourceNetworkProtocolSSLVerify">
|
<define name="diskSourceNetworkProtocolSSLVerify">
|
||||||
|
Loading…
Reference in New Issue
Block a user