Add some restrictions

This commit is contained in:
amai2012 2019-07-29 23:14:44 +02:00
parent f13b1a0bce
commit 7a4d65fbc4
1 changed files with 6 additions and 2 deletions

View File

@ -15,7 +15,9 @@
<element name="error"> <element name="error">
<optional> <optional>
<attribute name="cwe"> <attribute name="cwe">
<data type="integer"/> <data type="integer">
<param name="minExclusive">0</param>
</data>
</attribute> </attribute>
</optional> </optional>
<attribute name="id"> <attribute name="id">
@ -46,7 +48,9 @@
<data type="string"/> <data type="string"/>
</attribute> </attribute>
<attribute name="line"> <attribute name="line">
<data type="integer"/> <data type="integer">
<param name="minInclusive">0</param>
</data>
</attribute> </attribute>
<optional> <optional>
<attribute name="info"> <attribute name="info">