diff options
Diffstat (limited to 'quanta/data/toolbars/schema/complex.actions')
-rw-r--r-- | quanta/data/toolbars/schema/complex.actions | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/quanta/data/toolbars/schema/complex.actions b/quanta/data/toolbars/schema/complex.actions new file mode 100644 index 00000000..d336755a --- /dev/null +++ b/quanta/data/toolbars/schema/complex.actions @@ -0,0 +1,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>
\ No newline at end of file |