blob: 69dbedc41846678f325bd915c217bc813a32212b (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="tag_menu.png" type="tag" tooltip="<enumeration>" name="XMLSchema_enumeration" text="enumeration" >
<tag useDialog="false" ><enumeration value=""></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="<pattern>" name="XMLSchema_pattern" text="pattern" >
<tag useDialog="false" ><pattern value=""></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="<totalDigits>" name="XMLSchema_totalDigits" text="totalDigits" >
<tag useDialog="false" ><totalDigits value=""></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="tag_fractionDigits.png" type="tag" tooltip="<fractionDigits>" name="XMLSchema_fractionDigits" text="fractionDigits" >
<tag useDialog="false" ><fractionDigits value=""></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="<length>" name="XMLSchema_length" text="length" >
<tag useDialog="false" ><length value=""></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="<maxLength>" name="XMLSchema_maxLength" text="maxLength" >
<tag useDialog="false" ><maxLength value=""></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="<minLength>" name="XMLSchema_minLength" text="minLength" >
<tag useDialog="false" ><minLength value=""></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="<maxInclusive>" name="XMLSchema_maxInclusive" text="maxInclusive" >
<tag useDialog="false" ><maxInclusive value=""></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="<minInclusive>" name="XMLSchema_minInclusive" text="minInclusive" >
<tag useDialog="false" ><minInclusive value=""></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="<maxExclusive>" name="XMLSchema_maxExclusive" text="maxExclusive" >
<tag useDialog="false" ><maxExclusive value=""></tag>
<xtag use="false" ></xtag>
</action>
<action shortcut="" icon="new.png" type="tag" tooltip="<minExclusive" name="XMLSchema_minExclusive" text="minExclusive" >
<tag useDialog="false" ><minExclusive value=""></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="tag_br_small.png" type="tag" tooltip="<whiteSpace>" name="XMLSchema_whiteSpace" text="whiteSpace" >
<tag useDialog="false" ><whiteSpace value=""></tag>
<xtag use="false" />
</action>
</actions>
|