summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/schema
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/data/toolbars/schema')
-rw-r--r--quanta/data/toolbars/schema/attributes.actions16
-rw-r--r--quanta/data/toolbars/schema/attributes.toolbar10
-rw-r--r--quanta/data/toolbars/schema/complex.actions52
-rw-r--r--quanta/data/toolbars/schema/complex.toolbar24
-rw-r--r--quanta/data/toolbars/schema/documentation.actions16
-rw-r--r--quanta/data/toolbars/schema/documentation.toolbar11
-rw-r--r--quanta/data/toolbars/schema/facets.actions52
-rw-r--r--quanta/data/toolbars/schema/facets.toolbar24
-rw-r--r--quanta/data/toolbars/schema/main.actions28
-rw-r--r--quanta/data/toolbars/schema/main.toolbar14
-rw-r--r--quanta/data/toolbars/schema/misc.actions32
-rw-r--r--quanta/data/toolbars/schema/misc.toolbar14
-rw-r--r--quanta/data/toolbars/schema/simple.actions20
-rw-r--r--quanta/data/toolbars/schema/simple.toolbar12
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="&lt;anyAttribute>" name="XMLSchema_anyAttribute" text="anyAttribute" >
+ <tag useDialog="false" >&lt;anyAttribute></tag>
+ <xtag use="true" >&lt;/anyAttribute></xtag>
+ </action>
+ <action shortcut="" icon="tag_attribute.png" type="tag" tooltip="&lt;attribute>" name="XMLSchema_attribute" text="attribute" >
+ <tag useDialog="false" >&lt;attribute></tag>
+ <xtag use="true" >&lt;/attribute></xtag>
+ </action>
+ <action shortcut="" icon="tag_attributeGroup.png" type="tag" tooltip="&lt;attributeGroup>" name="XMLSchema_attributeGroup" text="attributeGroup" >
+ <tag useDialog="false" >&lt;attributeGroup></tag>
+ <xtag use="true" >&lt;/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="&lt;complexType>" name="XMLSchema_complexType" text="complexType" >
+ <tag useDialog="false" >&lt;complexType></tag>
+ <xtag use="true" >&lt;/complexType></xtag>
+ </action>
+ <action shortcut="" icon="tag_complexContent.png" type="tag" tooltip="&lt;complexContent>" name="XMLSchema_complexContent" text="complexContent" >
+ <tag useDialog="false" >&lt;complexContent></tag>
+ <xtag use="true" >&lt;/complexContent></xtag>
+ </action>
+ <action shortcut="" icon="tag_simpleContent.png" type="tag" tooltip="&lt;simpleContent>" name="user_cs5BpbE2u7" text="simpleContent" >
+ <tag useDialog="false" >&lt;simpleContent></tag>
+ <xtag use="true" >&lt;/simpleContent></xtag>
+ </action>
+ <action shortcut="" icon="tag_all.png" type="tag" tooltip="&lt;all>" name="XMLSchema_all" text="all" >
+ <tag useDialog="false" >&lt;all></tag>
+ <xtag use="true" >&lt;/all></xtag>
+ </action>
+ <action shortcut="" icon="tag_choice.png" type="tag" tooltip="&lt;choice>" name="XMLSchema_choice" text="choice" >
+ <tag useDialog="false" >&lt;choice></tag>
+ <xtag use="true" >&lt;/choice></xtag>
+ </action>
+ <action shortcut="" icon="tag_group.png" type="tag" tooltip="&lt;group>" name="XMLSchema_group" text="group" >
+ <tag useDialog="false" >&lt;group></tag>
+ <xtag use="true" >&lt;/group></xtag>
+ </action>
+ <action shortcut="" icon="tag_sequence.png" type="tag" tooltip="&lt;sequence>" name="XMLSchema_sequence" text="sequence" >
+ <tag useDialog="false" >&lt;sequence></tag>
+ <xtag use="true" >&lt;/sequence></xtag>
+ </action>
+ <action shortcut="" icon="tag_attribute.png" type="tag" tooltip="&lt;attribute>" name="XMLSchema_attribute" text="attribute" >
+ <tag useDialog="false" >&lt;attribute></tag>
+ <xtag use="true" >&lt;/attribute></xtag>
+ </action>
+ <action shortcut="" icon="tag_attributeGroup.png" type="tag" tooltip="&lt;attributeGroup>" name="XMLSchema_attributeGroup" text="attributeGroup" >
+ <tag useDialog="false" >&lt;attributeGroup></tag>
+ <xtag use="true" >&lt;/attributeGroup></xtag>
+ </action>
+ <action shortcut="" icon="tag_anyAttribute.png" type="tag" tooltip="&lt;anyAttribute>" name="XMLSchema_anyAttribute" text="anyAttribute" >
+ <tag useDialog="false" >&lt;anyAttribute></tag>
+ <xtag use="true" >&lt;/anyAttribute></xtag>
+ </action>
+ <action shortcut="" icon="tag_restriction.png" type="tag" tooltip="&lt;restriction>" name="XMLSchema_restriction" text="restriction" >
+ <tag useDialog="false" >&lt;restriction></tag>
+ <xtag use="true" >&lt;/restriction></xtag>
+ </action>
+ <action shortcut="" icon="tag_extension.png" type="tag" tooltip="&lt;extension>" name="XMLSchema_extension" text="extension" >
+ <tag useDialog="false" >&lt;extension></tag>
+ <xtag use="true" >&lt;/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="&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> \ 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="&lt;enumeration>" name="XMLSchema_enumeration" text="enumeration" >
+ <tag useDialog="false" >&lt;enumeration value=&quot;&quot;></tag>
+ <xtag use="false" />
+ </action>
+ <action shortcut="" icon="new.png" type="tag" tooltip="&lt;pattern>" name="XMLSchema_pattern" text="pattern" >
+ <tag useDialog="false" >&lt;pattern value=&quot;&quot;></tag>
+ <xtag use="false" />
+ </action>
+ <action shortcut="" icon="new.png" type="tag" tooltip="&lt;totalDigits>" name="XMLSchema_totalDigits" text="totalDigits" >
+ <tag useDialog="false" >&lt;totalDigits value=&quot;&quot;></tag>
+ <xtag use="false" />
+ </action>
+ <action shortcut="" icon="tag_fractionDigits.png" type="tag" tooltip="&lt;fractionDigits>" name="XMLSchema_fractionDigits" text="fractionDigits" >
+ <tag useDialog="false" >&lt;fractionDigits value=&quot;&quot;></tag>
+ <xtag use="false" />
+ </action>
+ <action shortcut="" icon="new.png" type="tag" tooltip="&lt;length>" name="XMLSchema_length" text="length" >
+ <tag useDialog="false" >&lt;length value=&quot;&quot;></tag>
+ <xtag use="false" />
+ </action>
+ <action shortcut="" icon="new.png" type="tag" tooltip="&lt;maxLength>" name="XMLSchema_maxLength" text="maxLength" >
+ <tag useDialog="false" >&lt;maxLength value=&quot;&quot;></tag>
+ <xtag use="false" />
+ </action>
+ <action shortcut="" icon="new.png" type="tag" tooltip="&lt;minLength>" name="XMLSchema_minLength" text="minLength" >
+ <tag useDialog="false" >&lt;minLength value=&quot;&quot;></tag>
+ <xtag use="false" />
+ </action>
+ <action shortcut="" icon="new.png" type="tag" tooltip="&lt;maxInclusive>" name="XMLSchema_maxInclusive" text="maxInclusive" >
+ <tag useDialog="false" >&lt;maxInclusive value=&quot;&quot;></tag>
+ <xtag use="false" />
+ </action>
+ <action shortcut="" icon="new.png" type="tag" tooltip="&lt;minInclusive>" name="XMLSchema_minInclusive" text="minInclusive" >
+ <tag useDialog="false" >&lt;minInclusive value=&quot;&quot;></tag>
+ <xtag use="false" />
+ </action>
+ <action shortcut="" icon="new.png" type="tag" tooltip="&lt;maxExclusive>" name="XMLSchema_maxExclusive" text="maxExclusive" >
+ <tag useDialog="false" >&lt;maxExclusive value=&quot;&quot;></tag>
+ <xtag use="false" ></xtag>
+ </action>
+ <action shortcut="" icon="new.png" type="tag" tooltip="&lt;minExclusive" name="XMLSchema_minExclusive" text="minExclusive" >
+ <tag useDialog="false" >&lt;minExclusive value=&quot;&quot;></tag>
+ <xtag use="false" />
+ </action>
+ <action shortcut="" icon="tag_br_small.png" type="tag" tooltip="&lt;whiteSpace>" name="XMLSchema_whiteSpace" text="whiteSpace" >
+ <tag useDialog="false" >&lt;whiteSpace value=&quot;&quot;></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="&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> \ 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="&lt;any>" name="XMLSchema_any" text="any" >
+ <tag useDialog="false" >&lt;any></tag>
+ <xtag use="true" >&lt;/any></xtag>
+ </action>
+ <action shortcut="" icon="tag_field.png" type="tag" tooltip="&lt;field>" name="XMLSchema_field" text="field" >
+ <tag useDialog="false" >&lt;field></tag>
+ <xtag use="true" >&lt;/field></xtag>
+ </action>
+ <action shortcut="" icon="tag_group.png" type="tag" tooltip="&lt;group>" name="XMLSchema_group" text="group" >
+ <tag useDialog="false" >&lt;group></tag>
+ <xtag use="true" >&lt;/group></xtag>
+ </action>
+ <action shortcut="" icon="tag_key.png" type="tag" tooltip="&lt;key>" name="XMLSchema_key" text="key" >
+ <tag useDialog="false" >&lt;key></tag>
+ <xtag use="true" >&lt;/key></xtag>
+ </action>
+ <action shortcut="" icon="tag_keyref.png" type="tag" tooltip="&lt;keyref>" name="XMLSchema_keyref" text="keyref" >
+ <tag useDialog="false" >&lt;keyref></tag>
+ <xtag use="true" >&lt;/keyref></xtag>
+ </action>
+ <action shortcut="" icon="tag_selector.png" type="tag" tooltip="&lt;selector>" name="XMLSchema_selector" text="selector" >
+ <tag useDialog="false" >&lt;selector></tag>
+ <xtag use="true" >&lt;/selector></xtag>
+ </action>
+ <action shortcut="" icon="tag_unique.png" type="tag" tooltip="&lt;unique>" name="XMLSchema_unique" text="unique" >
+ <tag useDialog="false" >&lt;unique></tag>
+ <xtag use="true" >&lt;/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="&lt;simpleType>" name="XMLSchema_simpleType" text="simpleType" >
+ <tag useDialog="false" >&lt;simpleType></tag>
+ <xtag use="true" >&lt;/simpleType></xtag>
+ </action>
+ <action shortcut="" icon="tag_restriction.png" type="tag" tooltip="&lt;restriction>" name="XMLSchema_restriction" text="restriction" >
+ <tag useDialog="false" >&lt;restriction></tag>
+ <xtag use="true" >&lt;/restriction></xtag>
+ </action>
+ <action shortcut="" icon="tag_list.png" type="tag" tooltip="&lt;list>" name="XMLSchema_list" text="list" >
+ <tag useDialog="false" >&lt;list></tag>
+ <xtag use="true" >&lt;/list></xtag>
+ </action>
+ <action shortcut="" icon="tag_union.png" type="tag" tooltip="&lt;union>" name="XMLSchema_union" text="union" >
+ <tag useDialog="false" >&lt;union></tag>
+ <xtag use="true" >&lt;/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