mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00: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:
parent
b3e6e45075
commit
b468f50477
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user