blob: 7f165e6a8e7d4d0171ec4e5c9e39281dbfe389b2 (
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
|
<!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>
|