]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
schema: Add graphics element passwdValidTo attribute to schema
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 26 May 2011 11:47:39 +0000 (13:47 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 26 May 2011 14:23:07 +0000 (16:23 +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

index 1ae5b36a5b64057a12fb61359ff73c3a1b0c8900..c2708152912db630170471318957650db1b36796 100644 (file)
               <text/>
             </attribute>
           </optional>
+          <optional>
+            <attribute name="passwdValidTo">
+              <data type="dateTime"/>
+            </attribute>
+          </optional>
         </group>
         <group>
           <attribute name="type">
               <text/>
             </attribute>
           </optional>
+          <optional>
+            <attribute name="passwdValidTo">
+              <data type="dateTime"/>
+            </attribute>
+          </optional>
           <interleave>
             <zeroOrMore>
               <element name="channel">