Improve specification of version attributes

This commit is contained in:
amai2012 2020-04-19 11:30:04 +02:00
parent 6c9681fd6b
commit 594281c73a
1 changed files with 6 additions and 2 deletions

View File

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