summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/schema/documentation.actions
blob: a326ff532d16c4991aaacb966991e785751d8dee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE actionsconfig>
<actions>
 <action shortcut="" icon="tag_comm.png" type="tag" tooltip="&lt;annotation>" name="XMLSchema_annotation" text="annotation" >
  <tag useDialog="false" >&lt;annotation></tag>
  <xtag use="true" >&lt;/annotation></xtag>
 </action>
 <action shortcut="" icon="tag_appInfo.png" type="tag" tooltip="&lt;appInfo>" name="XMLSchema_appInfo" text="appInfo" >
  <tag useDialog="false" >&lt;appInfo></tag>
  <xtag use="true" >&lt;/appInfo></xtag>
 </action>
 <action shortcut="" icon="tag_documenation.png" type="tag" tooltip="&lt;documentation>" name="XMLSchema_documentation" text="documentation" >
  <tag useDialog="false" >&lt;documentation></tag>
  <xtag use="true" >&lt;/documentation></xtag>
 </action>

</actions>