blob: d336755a3381f43db227011be1527397192b6cc3 (
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_complexType.png" type="tag" tooltip="<complexType>" name="XMLSchema_complexType" text="complexType" >
<tag useDialog="false" ><complexType></tag>
<xtag use="true" ></complexType></xtag>
</action>
<action shortcut="" icon="tag_complexContent.png" type="tag" tooltip="<complexContent>" name="XMLSchema_complexContent" text="complexContent" >
<tag useDialog="false" ><complexContent></tag>
<xtag use="true" ></complexContent></xtag>
</action>
<action shortcut="" icon="tag_simpleContent.png" type="tag" tooltip="<simpleContent>" name="user_cs5BpbE2u7" text="simpleContent" >
<tag useDialog="false" ><simpleContent></tag>
<xtag use="true" ></simpleContent></xtag>
</action>
<action shortcut="" icon="tag_all.png" type="tag" tooltip="<all>" name="XMLSchema_all" text="all" >
<tag useDialog="false" ><all></tag>
<xtag use="true" ></all></xtag>
</action>
<action shortcut="" icon="tag_choice.png" type="tag" tooltip="<choice>" name="XMLSchema_choice" text="choice" >
<tag useDialog="false" ><choice></tag>
<xtag use="true" ></choice></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_sequence.png" type="tag" tooltip="<sequence>" name="XMLSchema_sequence" text="sequence" >
<tag useDialog="false" ><sequence></tag>
<xtag use="true" ></sequence></xtag>
</action>
<action shortcut="" icon="tag_attribute.png" type="tag" tooltip="<attribute>" name="XMLSchema_attribute" text="attribute" >
<tag useDialog="false" ><attribute></tag>
<xtag use="true" ></attribute></xtag>
</action>
<action shortcut="" icon="tag_attributeGroup.png" type="tag" tooltip="<attributeGroup>" name="XMLSchema_attributeGroup" text="attributeGroup" >
<tag useDialog="false" ><attributeGroup></tag>
<xtag use="true" ></attributeGroup></xtag>
</action>
<action shortcut="" icon="tag_anyAttribute.png" type="tag" tooltip="<anyAttribute>" name="XMLSchema_anyAttribute" text="anyAttribute" >
<tag useDialog="false" ><anyAttribute></tag>
<xtag use="true" ></anyAttribute></xtag>
</action>
<action shortcut="" icon="tag_restriction.png" type="tag" tooltip="<restriction>" name="XMLSchema_restriction" text="restriction" >
<tag useDialog="false" ><restriction></tag>
<xtag use="true" ></restriction></xtag>
</action>
<action shortcut="" icon="tag_extension.png" type="tag" tooltip="<extension>" name="XMLSchema_extension" text="extension" >
<tag useDialog="false" ><extension></tag>
<xtag use="true" ></extension></xtag>
</action>
</actions>
|