* 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

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