summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/schema/misc.actions
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="&lt;any>" name="XMLSchema_any" text="any" >
  <tag useDialog="false" >&lt;any></tag>
  <xtag use="true" >&lt;/any></xtag>
 </action>
 <action shortcut="" icon="tag_field.png" type="tag" tooltip="&lt;field>" name="XMLSchema_field" text="field" >
  <tag useDialog="false" >&lt;field></tag>
  <xtag use="true" >&lt;/field></xtag>
 </action>
 <action shortcut="" icon="tag_group.png" type="tag" tooltip="&lt;group>" name="XMLSchema_group" text="group" >
  <tag useDialog="false" >&lt;group></tag>
  <xtag use="true" >&lt;/group></xtag>
 </action>
 <action shortcut="" icon="tag_key.png" type="tag" tooltip="&lt;key>" name="XMLSchema_key" text="key" >
  <tag useDialog="false" >&lt;key></tag>
  <xtag use="true" >&lt;/key></xtag>
 </action>
 <action shortcut="" icon="tag_keyref.png" type="tag" tooltip="&lt;keyref>" name="XMLSchema_keyref" text="keyref" >
  <tag useDialog="false" >&lt;keyref></tag>
  <xtag use="true" >&lt;/keyref></xtag>
 </action>
 <action shortcut="" icon="tag_selector.png" type="tag" tooltip="&lt;selector>" name="XMLSchema_selector" text="selector" >
  <tag useDialog="false" >&lt;selector></tag>
  <xtag use="true" >&lt;/selector></xtag>
 </action>
 <action shortcut="" icon="tag_unique.png" type="tag" tooltip="&lt;unique>" name="XMLSchema_unique" text="unique" >
  <tag useDialog="false" >&lt;unique></tag>
  <xtag use="true" >&lt;/unique></xtag>
 </action>

</actions>