[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[libvirt] svirt fix for schema on domain.rng
- From: Daniel J Walsh <dwalsh redhat com>
- To: libvir-list redhat com
- Subject: [libvirt] svirt fix for schema on domain.rng
- Date: Wed, 18 Mar 2009 11:19:39 -0400
diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng
index 107215c..21bd2b2 100644
--- a/docs/schemas/domain.rng
+++ b/docs/schemas/domain.rng
@@ -34,6 +34,12 @@
<attribute name='model'>
<text/>
</attribute>
+ <attribute name='type'>
+ <choice>
+ <value>dynamic</value>
+ <value>static</value>
+ </choice>
+ </attribute>
<element name='label'>
<text/>
</element>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]