Improve specification of version attributes
This commit is contained in:
parent
6c9681fd6b
commit
594281c73a
|
@ -3,11 +3,15 @@
|
|||
<start>
|
||||
<element name="results">
|
||||
<attribute name="version">
|
||||
<data type="integer"/>
|
||||
<choice>
|
||||
<value type="string">2</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
<element name="cppcheck">
|
||||
<attribute name="version">
|
||||
<data type="string"/>
|
||||
<data type="string">
|
||||
<param name="pattern">[1-9]\.[0-9]+</param>
|
||||
</data>
|
||||
</attribute>
|
||||
</element>
|
||||
<element name="errors">
|
||||
|
|
Loading…
Reference in New Issue