Add some restrictions
This commit is contained in:
parent
f13b1a0bce
commit
7a4d65fbc4
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue