blob: 342f40210c14cc0f3f7a57e545e98034d848760d (
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
|
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="tag_any.png" type="tag" tooltip="<any>" name="XMLSchema_any" text="any" >
<tag useDialog="false" ><any></tag>
<xtag use="true" ></any></xtag>
</action>
<action shortcut="" icon="tag_field.png" type="tag" tooltip="<field>" name="XMLSchema_field" text="field" >
<tag useDialog="false" ><field></tag>
<xtag use="true" ></field></xtag>
</action>
<action shortcut="" icon="tag_group.png" type="tag" tooltip="<group>" name="XMLSchema_group" text="group" >
<tag useDialog="false" ><group></tag>
<xtag use="true" ></group></xtag>
</action>
<action shortcut="" icon="tag_key.png" type="tag" tooltip="<key>" name="XMLSchema_key" text="key" >
<tag useDialog="false" ><key></tag>
<xtag use="true" ></key></xtag>
</action>
<action shortcut="" icon="tag_keyref.png" type="tag" tooltip="<keyref>" name="XMLSchema_keyref" text="keyref" >
<tag useDialog="false" ><keyref></tag>
<xtag use="true" ></keyref></xtag>
</action>
<action shortcut="" icon="tag_selector.png" type="tag" tooltip="<selector>" name="XMLSchema_selector" text="selector" >
<tag useDialog="false" ><selector></tag>
<xtag use="true" ></selector></xtag>
</action>
<action shortcut="" icon="tag_unique.png" type="tag" tooltip="<unique>" name="XMLSchema_unique" text="unique" >
<tag useDialog="false" ><unique></tag>
<xtag use="true" ></unique></xtag>
</action>
</actions>
|