mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-08-25 13:50:09 +03:00
schema: Add graphics element passwdValidTo attribute to schema
We support this in code, but forgot to add this to RNG schema as well. According to documentation, the value match the dateTime type.
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user