Use choice for severity attribute

This commit is contained in:
amai2012 2020-04-19 11:24:14 +02:00
parent 12aa8b0e65
commit 6c9681fd6b
1 changed files with 8 additions and 1 deletions

View File

@ -32,7 +32,14 @@
<data type="string"/>
</attribute>
<attribute name="severity">
<data type="NCName"/>
<choice>
<value type="string">error</value>
<value type="string">information</value>
<value type="string">performance</value>
<value type="string">portability</value>
<value type="string">style</value>
<value type="string">warning</value>
</choice>
</attribute>
<attribute name="verbose">
<data type="string"/>