diff options
Diffstat (limited to 'quanta/data/toolbars/schema')
-rw-r--r-- | quanta/data/toolbars/schema/attributes.actions | 16 | ||||
-rw-r--r-- | quanta/data/toolbars/schema/attributes.toolbar | 10 | ||||
-rw-r--r-- | quanta/data/toolbars/schema/complex.actions | 52 | ||||
-rw-r--r-- | quanta/data/toolbars/schema/complex.toolbar | 24 | ||||
-rw-r--r-- | quanta/data/toolbars/schema/documentation.actions | 16 | ||||
-rw-r--r-- | quanta/data/toolbars/schema/documentation.toolbar | 11 | ||||
-rw-r--r-- | quanta/data/toolbars/schema/facets.actions | 52 | ||||
-rw-r--r-- | quanta/data/toolbars/schema/facets.toolbar | 24 | ||||
-rw-r--r-- | quanta/data/toolbars/schema/main.actions | 28 | ||||
-rw-r--r-- | quanta/data/toolbars/schema/main.toolbar | 14 | ||||
-rw-r--r-- | quanta/data/toolbars/schema/misc.actions | 32 | ||||
-rw-r--r-- | quanta/data/toolbars/schema/misc.toolbar | 14 | ||||
-rw-r--r-- | quanta/data/toolbars/schema/simple.actions | 20 | ||||
-rw-r--r-- | quanta/data/toolbars/schema/simple.toolbar | 12 |
14 files changed, 325 insertions, 0 deletions
diff --git a/quanta/data/toolbars/schema/attributes.actions b/quanta/data/toolbars/schema/attributes.actions new file mode 100644 index 00000000..90d85ed0 --- /dev/null +++ b/quanta/data/toolbars/schema/attributes.actions @@ -0,0 +1,16 @@ +<!DOCTYPE actionsconfig> +<actions> + <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_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> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/attributes.toolbar b/quanta/data/toolbars/schema/attributes.toolbar new file mode 100644 index 00000000..8ead689b --- /dev/null +++ b/quanta/data/toolbars/schema/attributes.toolbar @@ -0,0 +1,10 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Attributes" noMerge="1" name="attributes" > + <text>Attributes</text> + <Action name="XMLSchema_anyAttribute" /> + <Action name="XMLSchema_attribute" /> + <Action name="XMLSchema_attributeGroup" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file 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 diff --git a/quanta/data/toolbars/schema/complex.toolbar b/quanta/data/toolbars/schema/complex.toolbar new file mode 100644 index 00000000..1d0884b9 --- /dev/null +++ b/quanta/data/toolbars/schema/complex.toolbar @@ -0,0 +1,24 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="complexType" noMerge="1" name="complextype" > + <text>complexType</text> + <Action name="XMLSchema_complexType" /> + <Separator lineSeparator="true" name="separator_3" /> + <Action name="XMLSchema_complexContent" /> + <Action name="XMLSchema_simpleContent" /> + <Action name="user_cs5BpbE2u7" /> + <Separator lineSeparator="true" name="separator_2" /> + <Action name="XMLSchema_all" /> + <Action name="XMLSchema_choice" /> + <Action name="XMLSchema_group" /> + <Action name="XMLSchema_sequence" /> + <Separator lineSeparator="true" name="separator_1" /> + <Action name="XMLSchema_attribute" /> + <Action name="XMLSchema_attributeGroup" /> + <Action name="XMLSchema_anyAttribute" /> + <Separator lineSeparator="true" name="separator_0" /> + <Action name="XMLSchema_restriction" /> + <Action name="XMLSchema_extension" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/documentation.actions b/quanta/data/toolbars/schema/documentation.actions new file mode 100644 index 00000000..a326ff53 --- /dev/null +++ b/quanta/data/toolbars/schema/documentation.actions @@ -0,0 +1,16 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="tag_comm.png" type="tag" tooltip="<annotation>" name="XMLSchema_annotation" text="annotation" > + <tag useDialog="false" ><annotation></tag> + <xtag use="true" ></annotation></xtag> + </action> + <action shortcut="" icon="tag_appInfo.png" type="tag" tooltip="<appInfo>" name="XMLSchema_appInfo" text="appInfo" > + <tag useDialog="false" ><appInfo></tag> + <xtag use="true" ></appInfo></xtag> + </action> + <action shortcut="" icon="tag_documenation.png" type="tag" tooltip="<documentation>" name="XMLSchema_documentation" text="documentation" > + <tag useDialog="false" ><documentation></tag> + <xtag use="true" ></documentation></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/documentation.toolbar b/quanta/data/toolbars/schema/documentation.toolbar new file mode 100644 index 00000000..5c7d2ef2 --- /dev/null +++ b/quanta/data/toolbars/schema/documentation.toolbar @@ -0,0 +1,11 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Documentation" noMerge="1" name="documentation" > + <text>Documentation</text> + <Action name="XMLSchema_annotation" /> + <Separator lineSeparator="true" /> + <Action name="XMLSchema_appInfo" /> + <Action name="XMLSchema_documentation" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/facets.actions b/quanta/data/toolbars/schema/facets.actions new file mode 100644 index 00000000..69dbedc4 --- /dev/null +++ b/quanta/data/toolbars/schema/facets.actions @@ -0,0 +1,52 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="tag_menu.png" type="tag" tooltip="<enumeration>" name="XMLSchema_enumeration" text="enumeration" > + <tag useDialog="false" ><enumeration value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<pattern>" name="XMLSchema_pattern" text="pattern" > + <tag useDialog="false" ><pattern value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<totalDigits>" name="XMLSchema_totalDigits" text="totalDigits" > + <tag useDialog="false" ><totalDigits value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="tag_fractionDigits.png" type="tag" tooltip="<fractionDigits>" name="XMLSchema_fractionDigits" text="fractionDigits" > + <tag useDialog="false" ><fractionDigits value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<length>" name="XMLSchema_length" text="length" > + <tag useDialog="false" ><length value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<maxLength>" name="XMLSchema_maxLength" text="maxLength" > + <tag useDialog="false" ><maxLength value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<minLength>" name="XMLSchema_minLength" text="minLength" > + <tag useDialog="false" ><minLength value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<maxInclusive>" name="XMLSchema_maxInclusive" text="maxInclusive" > + <tag useDialog="false" ><maxInclusive value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<minInclusive>" name="XMLSchema_minInclusive" text="minInclusive" > + <tag useDialog="false" ><minInclusive value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<maxExclusive>" name="XMLSchema_maxExclusive" text="maxExclusive" > + <tag useDialog="false" ><maxExclusive value=""></tag> + <xtag use="false" ></xtag> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<minExclusive" name="XMLSchema_minExclusive" text="minExclusive" > + <tag useDialog="false" ><minExclusive value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="tag_br_small.png" type="tag" tooltip="<whiteSpace>" name="XMLSchema_whiteSpace" text="whiteSpace" > + <tag useDialog="false" ><whiteSpace value=""></tag> + <xtag use="false" /> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/facets.toolbar b/quanta/data/toolbars/schema/facets.toolbar new file mode 100644 index 00000000..7f165e6a --- /dev/null +++ b/quanta/data/toolbars/schema/facets.toolbar @@ -0,0 +1,24 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Facets" noMerge="1" name="facets" > + <text>Facets</text> + <Action name="XMLSchema_enumeration" /> + <Action name="XMLSchema_pattern" /> + <Separator lineSeparator="true" /> + <Action name="XMLSchema_totalDigits" /> + <Action name="XMLSchema_fractionDigits" /> + <Separator lineSeparator="true" /> + <Action name="XMLSchema_length" /> + <Action name="XMLSchema_maxLength" /> + <Action name="XMLSchema_minLength" /> + <Separator lineSeparator="true" /> + <Action name="XMLSchema_maxInclusive" /> + <Action name="XMLSchema_minInclusive" /> + <Separator lineSeparator="true" /> + <Action name="XMLSchema_maxExclusive" /> + <Action name="XMLSchema_minExclusive" /> + <Separator lineSeparator="true" /> + <Action name="XMLSchema_whiteSpace" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/main.actions b/quanta/data/toolbars/schema/main.actions new file mode 100644 index 00000000..08747db2 --- /dev/null +++ b/quanta/data/toolbars/schema/main.actions @@ -0,0 +1,28 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="tag_schema.png" type="tag" tooltip="<schema>" name="XMLSchema_schema" text="schema" > + <tag useDialog="true" ><schema></tag> + <xtag use="true" ></schema></xtag> + </action> + <action shortcut="" icon="tag_element.png" type="tag" tooltip="<element>" name="XMLSchema_element" text="element" > + <tag useDialog="false" ><element></tag> + <xtag use="true" ></element></xtag> + </action> + <action shortcut="" icon="tag_import.png" type="tag" tooltip="<import>" name="XMLSchema_import" text="import" > + <tag useDialog="true" ><import></tag> + <xtag use="false" ></xtag> + </action> + <action shortcut="" icon="tag_include.png" type="tag" tooltip="<include>" name="XMLSchema_include" text="include" > + <tag useDialog="true" ><include></tag> + <xtag use="false" ></xtag> + </action> + <action shortcut="" icon="tag_notation.png" type="tag" tooltip="<notation>" name="XMLSchema_notation" text="notation" > + <tag useDialog="false" ><notation></tag> + <xtag use="true" ></notation></xtag> + </action> + <action shortcut="" icon="tag_redefine.png" type="tag" tooltip="<redefine>" name="XMLSchema_redefine" text="redefine" > + <tag useDialog="false" ><redefine></tag> + <xtag use="true" ></redefine></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/main.toolbar b/quanta/data/toolbars/schema/main.toolbar new file mode 100644 index 00000000..3e2f3cbd --- /dev/null +++ b/quanta/data/toolbars/schema/main.toolbar @@ -0,0 +1,14 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Main" noMerge="1" name="main" > + <text>Main</text> + <Action name="XMLSchema_schema" /> + <Separator lineSeparator="true" /> + <Action name="XMLSchema_element" /> + <Action name="XMLSchema_import" /> + <Action name="XMLSchema_include" /> + <Action name="XMLSchema_notation" /> + <Action name="XMLSchema_redefine" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/misc.actions b/quanta/data/toolbars/schema/misc.actions new file mode 100644 index 00000000..342f4021 --- /dev/null +++ b/quanta/data/toolbars/schema/misc.actions @@ -0,0 +1,32 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="tag_any.png" type="tag" tooltip="<any>" name="XMLSchema_any" text="any" > + <tag useDialog="false" ><any></tag> + <xtag use="true" ></any></xtag> + </action> + <action shortcut="" icon="tag_field.png" type="tag" tooltip="<field>" name="XMLSchema_field" text="field" > + <tag useDialog="false" ><field></tag> + <xtag use="true" ></field></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_key.png" type="tag" tooltip="<key>" name="XMLSchema_key" text="key" > + <tag useDialog="false" ><key></tag> + <xtag use="true" ></key></xtag> + </action> + <action shortcut="" icon="tag_keyref.png" type="tag" tooltip="<keyref>" name="XMLSchema_keyref" text="keyref" > + <tag useDialog="false" ><keyref></tag> + <xtag use="true" ></keyref></xtag> + </action> + <action shortcut="" icon="tag_selector.png" type="tag" tooltip="<selector>" name="XMLSchema_selector" text="selector" > + <tag useDialog="false" ><selector></tag> + <xtag use="true" ></selector></xtag> + </action> + <action shortcut="" icon="tag_unique.png" type="tag" tooltip="<unique>" name="XMLSchema_unique" text="unique" > + <tag useDialog="false" ><unique></tag> + <xtag use="true" ></unique></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/misc.toolbar b/quanta/data/toolbars/schema/misc.toolbar new file mode 100644 index 00000000..d70edf8b --- /dev/null +++ b/quanta/data/toolbars/schema/misc.toolbar @@ -0,0 +1,14 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Misc." noMerge="1" name="misc." > + <text>Misc.</text> + <Action name="XMLSchema_any" /> + <Action name="XMLSchema_field" /> + <Action name="XMLSchema_group" /> + <Action name="XMLSchema_key" /> + <Action name="XMLSchema_keyref" /> + <Action name="XMLSchema_selector" /> + <Action name="XMLSchema_unique" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/simple.actions b/quanta/data/toolbars/schema/simple.actions new file mode 100644 index 00000000..ef769964 --- /dev/null +++ b/quanta/data/toolbars/schema/simple.actions @@ -0,0 +1,20 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="tag_simpleType.png" type="tag" tooltip="<simpleType>" name="XMLSchema_simpleType" text="simpleType" > + <tag useDialog="false" ><simpleType></tag> + <xtag use="true" ></simpleType></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_list.png" type="tag" tooltip="<list>" name="XMLSchema_list" text="list" > + <tag useDialog="false" ><list></tag> + <xtag use="true" ></list></xtag> + </action> + <action shortcut="" icon="tag_union.png" type="tag" tooltip="<union>" name="XMLSchema_union" text="union" > + <tag useDialog="false" ><union></tag> + <xtag use="true" ></union></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/simple.toolbar b/quanta/data/toolbars/schema/simple.toolbar new file mode 100644 index 00000000..7aec11d8 --- /dev/null +++ b/quanta/data/toolbars/schema/simple.toolbar @@ -0,0 +1,12 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="simpleType" noMerge="1" name="simpletype" > + <text>simpleType</text> + <Action name="XMLSchema_simpleType" /> + <Separator lineSeparator="true" /> + <Action name="XMLSchema_restriction" /> + <Action name="XMLSchema_list" /> + <Action name="XMLSchema_union" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file |