Use choice for severity attribute
This commit is contained in:
parent
12aa8b0e65
commit
6c9681fd6b
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue