On 09/11/2014 07:43 AM, Ján Tomko wrote:
Just to make this series work until Martin pushes his more complete
cleanup:
https://www.redhat.com/archives/libvir-list/2014-September/msg00391.html
---
docs/schemas/basictypes.rng | 6 ++++++
1 file changed, 6 insertions(+)
Looks like this goes away with Martin's virOnOff
John
diff --git a/docs/schemas/basictypes.rng
b/docs/schemas/basictypes.rng
index 75d5238..3e90262 100644
--- a/docs/schemas/basictypes.rng
+++ b/docs/schemas/basictypes.rng
@@ -446,4 +446,10 @@
</optional>
</define>
+ <define name="virSwitch">
+ <choice>
+ <value>on</value>
+ <value>off</value>
+ </choice>
+ </define>
</grammar>