* docs/schemas/domain.rng: extend definition for security attributes

daniel
This commit is contained in:
Daniel Veillard 2009-03-19 14:26:51 +00:00
parent c86afc85ee
commit 0ad4ece725
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu Mar 19 15:25:40 CET 2009 Daniel Veillard <veillard@redhat.com>
* docs/schemas/domain.rng: extend definition for security attributes
Tue Mar 17 11:35:58 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
Fix labelling of shared/readonly devices (Dan Walsh)

View File

@ -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>