summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/schema/main.actions
blob: 08747db29d140bf4ab3cb40bc5f2219fa41518b4 (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
<!DOCTYPE actionsconfig>
<actions>
 <action shortcut="" icon="tag_schema.png" type="tag" tooltip="&lt;schema>" name="XMLSchema_schema" text="schema" >
  <tag useDialog="true" >&lt;schema></tag>
  <xtag use="true" >&lt;/schema></xtag>
 </action>
 <action shortcut="" icon="tag_element.png" type="tag" tooltip="&lt;element>" name="XMLSchema_element" text="element" >
  <tag useDialog="false" >&lt;element></tag>
  <xtag use="true" >&lt;/element></xtag>
 </action>
 <action shortcut="" icon="tag_import.png" type="tag" tooltip="&lt;import>" name="XMLSchema_import" text="import" >
  <tag useDialog="true" >&lt;import></tag>
  <xtag use="false" ></xtag>
 </action>
 <action shortcut="" icon="tag_include.png" type="tag" tooltip="&lt;include>" name="XMLSchema_include" text="include" >
  <tag useDialog="true" >&lt;include></tag>
  <xtag use="false" ></xtag>
 </action>
 <action shortcut="" icon="tag_notation.png" type="tag" tooltip="&lt;notation>" name="XMLSchema_notation" text="notation" >
  <tag useDialog="false" >&lt;notation></tag>
  <xtag use="true" >&lt;/notation></xtag>
 </action>
 <action shortcut="" icon="tag_redefine.png" type="tag" tooltip="&lt;redefine>" name="XMLSchema_redefine" text="redefine" >
  <tag useDialog="false" >&lt;redefine></tag>
  <xtag use="true" >&lt;/redefine></xtag>
 </action>

</actions>