[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[libvirt] [PATCH] schema: Add graphics element passwdValidTo attribute to schema
- From: Michal Privoznik <mprivozn redhat com>
- To: libvir-list redhat com
- Subject: [libvirt] [PATCH] schema: Add graphics element passwdValidTo attribute to schema
- Date: Thu, 26 May 2011 13:50:37 +0200
We support this in code, but forgot to add this to RNG schema as well.
According to documentation, the value match the dateTime type.
---
docs/schemas/domain.rng | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng
index 1ae5b36..c270815 100644
--- a/docs/schemas/domain.rng
+++ b/docs/schemas/domain.rng
@@ -1222,6 +1222,11 @@
<text/>
</attribute>
</optional>
+ <optional>
+ <attribute name="passwdValidTo">
+ <data type="dateTime"/>
+ </attribute>
+ </optional>
</group>
<group>
<attribute name="type">
@@ -1260,6 +1265,11 @@
<text/>
</attribute>
</optional>
+ <optional>
+ <attribute name="passwdValidTo">
+ <data type="dateTime"/>
+ </attribute>
+ </optional>
<interleave>
<zeroOrMore>
<element name="channel">
--
1.7.5.rc3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]