blob: 85e2a28ccb7e1c4c905c0bcba9d9ec73b2d7181f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="maxInclusive">
<label>
<text>value</text>
<location col="0" row="0"/>
</label>
<attr name="value" type="input">
<tooltip>Upper bounds for numeric values. Data less than or equal to value.</tooltip>
<whatsthis>Upper bounds for numeric values. Data less than or equal to value.</whatsthis>
<location col="1" row="0"/>
</attr>
<children>
<child name="annotation" />
</children>
</tag>
</TAGS>
|