blob: 642187346623ca1b2017ebc4286879cc438112c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="child" single="1">
<label>
<text>Name</text>
<location col="0" row="0" />
</label>
<attr name="name" type="input">
<tooltip>Child's name</tooltip>
<location col="1" row="0" />
</attr>
</tag>
<tag name="stoppingtag" single="1">
<label>
<text>Name</text>
<location col="0" row="0" />
</label>
<attr name="name" type="input">
<tooltip>Stopping tag's name</tooltip>
<location col="1" row="0" />
</attr>
</tag>
</TAGS>
|