1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
|
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<!-- GENERAL -->
<schema id="org.gnome.shell.extensions.blur-my-shell"
path="/org/gnome/shell/extensions/blur-my-shell/">
<!-- SETTINGS VERSION -->
<key type="i" name="settings-version">
<default>1</default>
<summary>The version of the settings to update from.</summary>
</key>
<!-- PIPELINES -->
<key type="a{sa{sv}}" name="pipelines">
<default> <![CDATA[
{
'pipeline_default': {
'name': <'Default'>,
'effects': <[
<{
'type': <'native_static_gaussian_blur'>,
'id': <'effect_000000000000'>,
'params': <{
'radius': <30>,
'brightness': <0.6>
}>
}>
]>
},
'pipeline_default_rounded': {
'name': <'Default rounded'>,
'effects': <[
<{
'type': <'native_static_gaussian_blur'>,
'id': <'effect_000000000001'>,
'params': <{
'radius': <30>,
'brightness': <0.6>
}>
}>,
<{
'type': <'corner'>,
'id': <'effect_000000000002'>,
'params': <{
'radius': <24>
}>
}>
]>
}
}
]]></default>
<summary>A dictionnary describing the different pipelines and their effects.</summary>
</key>
<!-- SIGMA -->
<key type="i" name="sigma">
<default>30</default>
<summary>Global gaussian sigma to use</summary>
</key>
<!-- BRIGHTNESS -->
<key type="d" name="brightness">
<default>0.6</default>
<summary>Global brightness to use</summary>
</key>
<!-- COLOR -->
<key type="(dddd)" name="color">
<default>(0.,0.,0.,0.)</default>
<summary>Color to mix with the blur effect</summary>
</key>
<!-- NOISE AMOUNT -->
<key type="d" name="noise-amount">
<default>0.</default>
<summary>Amount of noise to add to the blur effect</summary>
</key>
<!-- NOISE LIGHTNESS -->
<key type="d" name="noise-lightness">
<default>0.</default>
<summary>Lightness of the noise added to the blur effect</summary>
</key>
<!-- COLOR AND NOISE -->
<key type="b" name="color-and-noise">
<default>true</default>
<summary>Boolean, controls wether or not the color and noise effects are in use globally</summary>
</key>
<!-- HACKS LEVEL -->
<key type="i" name="hacks-level">
<default>1</default>
<summary>Level of hacks to use (from 0 to 2, 2 disabling clipped redraws entirely)</summary>
</key>
<!-- ROUNDED BLUR FOUND -->
<key type="b" name="rounded-blur-found">
<default>false</default>
<summary>Boolean, set to true if a patched version of ShellBlurEffect was found</summary>
</key>
<!-- DEBUG -->
<key type="b" name="debug">
<default>false</default>
<summary>Boolean, set to true to activate debug mode (more verbose journalctl logs)</summary>
</key>
<child name='overview' schema='org.gnome.shell.extensions.blur-my-shell.overview'></child>
<child name='appfolder' schema='org.gnome.shell.extensions.blur-my-shell.appfolder'></child>
<child name='panel' schema='org.gnome.shell.extensions.blur-my-shell.panel'></child>
<child name='dash-to-dock' schema='org.gnome.shell.extensions.blur-my-shell.dash-to-dock'></child>
<child name='applications' schema='org.gnome.shell.extensions.blur-my-shell.applications'></child>
<child name='screenshot' schema='org.gnome.shell.extensions.blur-my-shell.screenshot'></child>
<child name='lockscreen' schema='org.gnome.shell.extensions.blur-my-shell.lockscreen'></child>
<child name='window-list' schema='org.gnome.shell.extensions.blur-my-shell.window-list'></child>
<child name='coverflow-alt-tab' schema='org.gnome.shell.extensions.blur-my-shell.coverflow-alt-tab'></child>
<child name='hidetopbar' schema='org.gnome.shell.extensions.blur-my-shell.hidetopbar'></child>
<child name='dash-to-panel' schema='org.gnome.shell.extensions.blur-my-shell.dash-to-panel'></child>
</schema>
<!-- OVERVIEW -->
<schema id="org.gnome.shell.extensions.blur-my-shell.overview"
path="/org/gnome/shell/extensions/blur-my-shell/overview/">
<!-- BLUR -->
<key type="b" name="blur">
<default>true</default>
<summary>Boolean, whether to blur activate the blur for this component or not</summary>
</key>
<!-- PIPELINE -->
<key type="s" name="pipeline">
<default>"pipeline_default"</default>
<summary>String, the name of the pipeline to use. It must exist, else "pipeline_default" will be used</summary>
</key>
<!-- CUSTOMIZE -->
<key type="b" name="customize">
<default>false</default>
<summary>Boolean, whether to customize the blur effect sigma/brightness or use general values</summary>
</key>
<!-- SIGMA -->
<key type="i" name="sigma">
<default>30</default>
<summary>Gaussian sigma to use for the blur effect</summary>
</key>
<!-- BRIGHTNESS -->
<key type="d" name="brightness">
<default>0.6</default>
<summary>Brightness to use for the blur effect</summary>
</key>
<!-- COLOR -->
<key type="(dddd)" name="color">
<default>(0.,0.,0.,0.)</default>
<summary>Color to mix with the blur effect</summary>
</key>
<!-- NOISE AMOUNT -->
<key type="d" name="noise-amount">
<default>0.</default>
<summary>Amount of noise to add to the blur effect</summary>
</key>
<!-- NOISE LIGHTNESS -->
<key type="d" name="noise-lightness">
<default>0.</default>
<summary>Lightness of the noise added to the blur effect</summary>
</key>
<!-- STYLE COMPONENTS -->
<key type="i" name="style-components">
<default>1</default>
<summary>Enum to select the style of the components in overview (0 not styled, 1 light, 2 dark, 3 transparent)</summary>
</key>
</schema>
<!-- APPFOLDER -->
<schema id="org.gnome.shell.extensions.blur-my-shell.appfolder"
path="/org/gnome/shell/extensions/blur-my-shell/appfolder/">
<!-- BLUR -->
<key type="b" name="blur">
<default>true</default>
<summary>Boolean, whether to blur activate the blur for this component or not</summary>
</key>
<!-- CUSTOMIZE -->
<key type="b" name="customize">
<default>false</default>
<summary>Boolean, whether to customize the blur effect sigma/brightness or use general values</summary>
</key>
<!-- SIGMA -->
<key type="i" name="sigma">
<default>30</default>
<summary>Gaussian sigma to use for the blur effect</summary>
</key>
<!-- BRIGHTNESS -->
<key type="d" name="brightness">
<default>0.6</default>
<summary>Brightness to use for the blur effect</summary>
</key>
<!-- COLOR -->
<key type="(dddd)" name="color">
<default>(0.,0.,0.,0.)</default>
<summary>Color to mix with the blur effect</summary>
</key>
<!-- NOISE AMOUNT -->
<key type="d" name="noise-amount">
<default>0.</default>
<summary>Amount of noise to add to the blur effect</summary>
</key>
<!-- NOISE LIGHTNESS -->
<key type="d" name="noise-lightness">
<default>0.</default>
<summary>Lightness of the noise added to the blur effect</summary>
</key>
<!-- STYLE DIALOGS -->
<key type="i" name="style-dialogs">
<default>1</default>
<summary>Enum to select the style of the appfolder dialogs (0 not styled, 1 transparent, 2 light, 3 dark)</summary>
</key>
</schema>
<!-- PANEL -->
<schema id="org.gnome.shell.extensions.blur-my-shell.panel"
path="/org/gnome/shell/extensions/blur-my-shell/panel/">
<!-- BLUR -->
<key type="b" name="blur">
<default>true</default>
<summary>Boolean, whether to blur activate the blur for this component or not</summary>
</key>
<!-- PIPELINE -->
<key type="s" name="pipeline">
<default>"pipeline_default"</default>
<summary>String, the name of the pipeline to use. It must exist, else "pipeline_default" will be used</summary>
</key>
<!-- CUSTOMIZE -->
<key type="b" name="customize">
<default>false</default>
<summary>Boolean, whether to customize the blur effect sigma/brightness or use general values</summary>
</key>
<!-- SIGMA -->
<key type="i" name="sigma">
<default>30</default>
<summary>Gaussian sigma to use for the blur effect</summary>
</key>
<!-- BRIGHTNESS -->
<key type="d" name="brightness">
<default>0.6</default>
<summary>Brightness to use for the blur effect</summary>
</key>
<!-- CORNER RADIUS -->
<key type="i" name="corner-radius">
<default>0</default>
<summary>Radius for the corner rounding effect</summary>
</key>
<!-- COLOR -->
<key type="(dddd)" name="color">
<default>(0.,0.,0.,0.)</default>
<summary>Color to mix with the blur effect</summary>
</key>
<!-- NOISE AMOUNT -->
<key type="d" name="noise-amount">
<default>0.</default>
<summary>Amount of noise to add to the blur effect</summary>
</key>
<!-- NOISE LIGHTNESS -->
<key type="d" name="noise-lightness">
<default>0.</default>
<summary>Lightness of the noise added to the blur effect</summary>
</key>
<!-- STATIC BLUR -->
<key type="b" name="static-blur">
<default>true</default>
<summary>Boolean, whether to use a static or dynamic blur for this component</summary>
</key>
<!-- UNBLUR IN OVERVIEW -->
<key type="b" name="unblur-in-overview">
<default>true</default>
<summary>Boolean, whether to disable blur from this component when opening the overview or not</summary>
</key>
<!-- FORCE LIGHT TEXT -->
<key type="b" name="force-light-text">
<default>false</default>
<summary>Boolean, whether or not to force the panel to have light text, useful when using light theme</summary>
</key>
<!-- OVERRIDE BACKGROUND -->
<key type="b" name="override-background">
<default>true</default>
<summary>Boolean, whether to override the background or not</summary>
</key>
<!-- STYLE PANEL -->
<key type="i" name="style-panel">
<default>0</default>
<summary>Enum to select the style of the panel (0 transparent, 1 light, 2 dark, 3 contrasted)</summary>
</key>
<!-- UNBLUR DYNAMICALLY -->
<key type="b" name="override-background-dynamically">
<default>false</default>
<summary>Boolean, whether to disable blur from this component when a window is close to the panel</summary>
</key>
</schema>
<!-- DASH TO DOCK -->
<schema id="org.gnome.shell.extensions.blur-my-shell.dash-to-dock"
path="/org/gnome/shell/extensions/blur-my-shell/dash-to-dock/">
<!-- BLUR -->
<key type="b" name="blur">
<default>true</default>
<summary>Boolean, whether to blur activate the blur for this component or not</summary>
</key>
<!-- PIPELINE -->
<key type="s" name="pipeline">
<default>"pipeline_default_rounded"</default>
<summary>String, the name of the pipeline to use. It must exist, else "pipeline_default" will be used</summary>
</key>
<!-- CUSTOMIZE -->
<key type="b" name="customize">
<default>false</default>
<summary>Boolean, whether to customize the blur effect sigma/brightness or use general values</summary>
</key>
<!-- SIGMA -->
<key type="i" name="sigma">
<default>30</default>
<summary>Gaussian sigma to use for the blur effect</summary>
</key>
<!-- BRIGHTNESS -->
<key type="d" name="brightness">
<default>0.6</default>
<summary>Brightness to use for the blur effect</summary>
</key>
<!-- COLOR -->
<key type="(dddd)" name="color">
<default>(0.,0.,0.,0.)</default>
<summary>Color to mix with the blur effect</summary>
</key>
<!-- NOISE AMOUNT -->
<key type="d" name="noise-amount">
<default>0.</default>
<summary>Amount of noise to add to the blur effect</summary>
</key>
<!-- NOISE LIGHTNESS -->
<key type="d" name="noise-lightness">
<default>0.</default>
<summary>Lightness of the noise added to the blur effect</summary>
</key>
<!-- STATIC BLUR -->
<key type="b" name="static-blur">
<default>true</default>
<summary>Boolean, whether to use static or dynamic blur for this component</summary>
</key>
<!-- OVERRIDE BACKGROUND -->
<key type="b" name="override-background">
<default>true</default>
<summary>Boolean, whether to override the background or not</summary>
</key>
<!-- STYLE DASH TO DOCK -->
<key type="i" name="style-dash-to-dock">
<default>0</default>
<summary>Enum to select the style of dash to dock (0 transparent, 1 light, 2 dark)</summary>
</key>
<!-- UNBLUR IN OVERVIEW -->
<key type="b" name="unblur-in-overview">
<default>false</default>
<summary>Boolean, whether to disable blur from this component when opening the overview or not</summary>
</key>
<!-- CORNER RADIUS -->
<key type="i" name="corner-radius">
<default>18</default>
<summary>Radius for the corner rounding effect</summary>
</key>
</schema>
<!-- APPLICATIONS -->
<schema id="org.gnome.shell.extensions.blur-my-shell.applications"
path="/org/gnome/shell/extensions/blur-my-shell/applications/">
<!-- BLUR -->
<key type="b" name="blur">
<default>false</default>
<summary>Boolean, whether to blur activate the blur for this component or not</summary>
</key>
<!-- PIPELINE -->
<key type="s" name="pipeline">
<default>"pipeline_default"</default>
<summary>String, the name of the pipeline to use. It must exist, else "pipeline_default" will be used</summary>
</key>
<!-- STATIC BLUR -->
<key type="b" name="static-blur">
<default>false</default>
<summary>Boolean, whether to use static or dynamic blur for this component</summary>
</key>
<!-- CUSTOMIZE -->
<key type="b" name="customize">
<default>true</default>
<summary>Boolean, whether to customize the blur effect sigma/brightness or use general values</summary>
</key>
<!-- SIGMA -->
<key type="i" name="sigma">
<default>30</default>
<summary>Gaussian sigma to use for the blur effect</summary>
</key>
<!-- BRIGHTNESS -->
<key type="d" name="brightness">
<default>1.</default>
<summary>Brightness to use for the blur effect</summary>
</key>
<!-- CORNER RADIUS -->
<key type="i" name="corner-radius">
<default>15</default>
<summary>Radius for the corner rounding effect</summary>
</key>
<!-- CORNER WHEN MAXIMIZED -->
<key type="b" name="corner-when-maximized">
<default>false</default>
<summary>Boolean, whether to keep rounding the corners of fullscreen and maximized window or not</summary>
</key>
<!-- COLOR -->
<key type="(dddd)" name="color">
<default>(0.,0.,0.,0.)</default>
<summary>Color to mix with the blur effect</summary>
</key>
<!-- NOISE AMOUNT -->
<key type="d" name="noise-amount">
<default>0.</default>
<summary>Amount of noise to add to the blur effect</summary>
</key>
<!-- NOISE LIGHTNESS -->
<key type="d" name="noise-lightness">
<default>0.</default>
<summary>Lightness of the noise added to the blur effect</summary>
</key>
<!-- OPACITY -->
<key type="i" name="opacity">
<default>215</default>
<summary>Opacity of the window actor on top of the blur effect</summary>
</key>
<!-- DYNAMIC OPACITY -->
<key type="b" name="dynamic-opacity">
<default>true</default>
<summary>Wether or not to make the focused window opaque</summary>
</key>
<!-- BLUR ON OVERVIEW -->
<key type="b" name="blur-on-overview">
<default>false</default>
<summary>Wether or not to blur applications on the overview</summary>
</key>
<!-- ENABLE ALL -->
<key type="b" name="enable-all">
<default>false</default>
<summary>Wether or not to blur all applications by default</summary>
</key>
<!-- WHITELIST -->
<key type="as" name="whitelist">
<default>[]</default>
<summary>List of applications to blur</summary>
</key>
<!-- BLACKLIST -->
<key type="as" name="blacklist">
<default>["Plank","com.desktop.ding", "Conky"]</default>
<summary>List of applications not to blur</summary>
</key>
</schema>
<!-- SCREENSHOT -->
<schema id="org.gnome.shell.extensions.blur-my-shell.screenshot"
path="/org/gnome/shell/extensions/blur-my-shell/screenshot/">
<!-- BLUR -->
<key type="b" name="blur">
<default>true</default>
<summary>Boolean, whether to blur activate the blur for this component or not</summary>
</key>
<!-- PIPELINE -->
<key type="s" name="pipeline">
<default>"pipeline_default"</default>
<summary>String, the name of the pipeline to use. It must exist, else "pipeline_default" will be used</summary>
</key>
<!-- CUSTOMIZE -->
<key type="b" name="customize">
<default>false</default>
<summary>Boolean, whether to customize the blur effect sigma/brightness or use general values</summary>
</key>
<!-- SIGMA -->
<key type="i" name="sigma">
<default>30</default>
<summary>Gaussian sigma to use for the blur effect</summary>
</key>
<!-- BRIGHTNESS -->
<key type="d" name="brightness">
<default>0.6</default>
<summary>Brightness to use for the blur effect</summary>
</key>
<!-- COLOR -->
<key type="(dddd)" name="color">
<default>(0.,0.,0.,0.)</default>
<summary>Color to mix with the blur effect</summary>
</key>
<!-- NOISE AMOUNT -->
<key type="d" name="noise-amount">
<default>0.</default>
<summary>Amount of noise to add to the blur effect</summary>
</key>
<!-- NOISE LIGHTNESS -->
<key type="d" name="noise-lightness">
<default>0.</default>
<summary>Lightness of the noise added to the blur effect</summary>
</key>
</schema>
<!-- LOCKSCREEN -->
<schema id="org.gnome.shell.extensions.blur-my-shell.lockscreen"
path="/org/gnome/shell/extensions/blur-my-shell/lockscreen/">
<!-- BLUR -->
<key type="b" name="blur">
<default>true</default>
<summary>Boolean, whether to blur activate the blur for this component or not</summary>
</key>
<!-- PIPELINE -->
<key type="s" name="pipeline">
<default>"pipeline_default"</default>
<summary>String, the name of the pipeline to use. It must exist, else "pipeline_default" will be used</summary>
</key>
<!-- CUSTOMIZE -->
<key type="b" name="customize">
<default>false</default>
<summary>Boolean, whether to customize the blur effect sigma/brightness or use general values</summary>
</key>
<!-- SIGMA -->
<key type="i" name="sigma">
<default>30</default>
<summary>Gaussian sigma to use for the blur effect</summary>
</key>
<!-- BRIGHTNESS -->
<key type="d" name="brightness">
<default>0.6</default>
<summary>Brightness to use for the blur effect</summary>
</key>
<!-- COLOR -->
<key type="(dddd)" name="color">
<default>(0.,0.,0.,0.)</default>
<summary>Color to mix with the blur effect</summary>
</key>
<!-- NOISE AMOUNT -->
<key type="d" name="noise-amount">
<default>0.</default>
<summary>Amount of noise to add to the blur effect</summary>
</key>
<!-- NOISE LIGHTNESS -->
<key type="d" name="noise-lightness">
<default>0.</default>
<summary>Lightness of the noise added to the blur effect</summary>
</key>
</schema>
<!-- WINDOW LIST -->
<schema id="org.gnome.shell.extensions.blur-my-shell.window-list"
path="/org/gnome/shell/extensions/blur-my-shell/window-list/">
<!-- BLUR -->
<key type="b" name="blur">
<default>true</default>
<summary>Boolean, whether to blur activate the blur for this component or not</summary>
</key>
<!-- PIPELINE -->
<key type="s" name="pipeline">
<default>"pipeline_default"</default>
<summary>String, the name of the pipeline to use. It must exist, else "pipeline_default" will be used</summary>
</key>
<!-- CUSTOMIZE -->
<key type="b" name="customize">
<default>false</default>
<summary>Boolean, whether to customize the blur effect sigma/brightness or use general values</summary>
</key>
<!-- SIGMA -->
<key type="i" name="sigma">
<default>30</default>
<summary>Gaussian sigma to use for the blur effect</summary>
</key>
<!-- BRIGHTNESS -->
<key type="d" name="brightness">
<default>0.6</default>
<summary>Brightness to use for the blur effect</summary>
</key>
<!-- COLOR -->
<key type="(dddd)" name="color">
<default>(0.,0.,0.,0.)</default>
<summary>Color to mix with the blur effect</summary>
</key>
<!-- NOISE AMOUNT -->
<key type="d" name="noise-amount">
<default>0.</default>
<summary>Amount of noise to add to the blur effect</summary>
</key>
<!-- NOISE LIGHTNESS -->
<key type="d" name="noise-lightness">
<default>0.</default>
<summary>Lightness of the noise added to the blur effect</summary>
</key>
</schema>
<!-- COVERFLOW ALT-TAB -->
<schema id="org.gnome.shell.extensions.blur-my-shell.coverflow-alt-tab"
path="/org/gnome/shell/extensions/blur-my-shell/coverflow-alt-tab/">
<!-- BLUR -->
<key type="b" name="blur">
<default>true</default>
<summary>Boolean, whether to blur activate the blur for this component or not</summary>
</key>
<!-- PIPELINE -->
<key type="s" name="pipeline">
<default>"pipeline_default"</default>
<summary>String, the name of the pipeline to use. It must exist, else "pipeline_default" will be used</summary>
</key>
</schema>
<!-- HIDETOPBAR -->
<schema id="org.gnome.shell.extensions.blur-my-shell.hidetopbar"
path="/org/gnome/shell/extensions/blur-my-shell/hidetopbar/">
<!-- COMPATIBILITY -->
<key type="b" name="compatibility">
<default>false</default>
<summary>Boolean, whether to try compatibility with hidetopbar@mathieu.bidon.ca or not</summary>
</key>
</schema>
<!-- DASH TO PANEL -->
<schema id="org.gnome.shell.extensions.blur-my-shell.dash-to-panel"
path="/org/gnome/shell/extensions/blur-my-shell/dash-to-panel/">
<!-- COMPATIBILITY -->
<key type="b" name="blur-original-panel">
<default>true</default>
<summary>Boolean, whether to blur the original panel (if option selected) with Dash to Panel</summary>
</key>
</schema>
</schemalist>
|