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> <start>
<element name="results"> <element name="results">
<attribute name="version"> <attribute name="version">
<data type="integer"/> <choice>
<value type="string">2</value>
</choice>
</attribute> </attribute>
<element name="cppcheck"> <element name="cppcheck">
<attribute name="version"> <attribute name="version">
<data type="string"/> <data type="string">
<param name="pattern">[1-9]\.[0-9]+</param>
</data>
</attribute> </attribute>
</element> </element>
<element name="errors"> <element name="errors">