Use choice for severity attribute
This commit is contained in:
parent
12aa8b0e65
commit
6c9681fd6b
|
@ -32,7 +32,14 @@
|
||||||
<data type="string"/>
|
<data type="string"/>
|
||||||
</attribute>
|
</attribute>
|
||||||
<attribute name="severity">
|
<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>
|
||||||
<attribute name="verbose">
|
<attribute name="verbose">
|
||||||
<data type="string"/>
|
<data type="string"/>
|
||||||
|
|
Loading…
Reference in New Issue