diff options
Diffstat (limited to 'quanta/data/toolbars/schema/facets.toolbar')
-rw-r--r-- | quanta/data/toolbars/schema/facets.toolbar | 24 |
1 files changed, 24 insertions, 0 deletions
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 |