summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
blob: ace6f963070af23ed7405f61f7d50e6d587c1a1b (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
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
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:package="org.openoffice.Office" oor:name="Linguistic" xml:lang="en-US">
  <info>
    <desc>Contains linguistic (spell checking, hyphenation, thesaurus) related
    configurations.</desc>
  </info>
  <templates>
    <group oor:name="Dictionary">
      <info>
        <desc>Specifies the settings for a single dictionary to be used by a
        spell checker, hyphenator or thesaurus.</desc>
      </info>
      <prop oor:name="Locations" oor:type="oor:string-list">
        <info>
          <desc>Specifies the location(s) where the files that represent the
          dictionary are found. Each entry in the list must be from type
          URL.</desc>
          <label>Dictionary location</label>
        </info>
      </prop>
      <prop oor:name="Format" oor:type="xs:string">
        <info>
          <desc>Specifies the format the dictionary is written in.</desc>
          <label>Dictionary format</label>
        </info>
      </prop>
      <prop oor:name="Locales" oor:type="oor:string-list">
        <info>
          <desc>Bind a dictionary to it's supported list of locales.</desc>
          <label>Dictionary locales</label>
        </info>
      </prop>
    </group>
    <group oor:name="DictionaryUsingService">
      <info>
        <desc>A list of all services making use of dictionaries.</desc>
      </info>
      <prop oor:name="SupportedDictionaryFormats" oor:type="oor:string-list">
        <info>
          <desc>The list of all dictionary formats the service can handle.</desc>
          <label>Supported dictionary formats</label>
        </info>
      </prop>
    </group>
    <group oor:name="ServiceNameEntry">
      <info>
        <desc>The node name is the service implementation name.</desc>
      </info>
      <prop oor:name="VendorImagesNode" oor:type="xs:string">
        <info>
          <desc>Contains the node name in the VendorImages set to look for in
          order to find a specific image.</desc>
          <label>Vendor images node</label>
        </info>
      </prop>
    </group>
    <group oor:name="VendorImagesEntry">
      <info>
        <desc>The images for vendor specific branding in the UI. The node name is
        the service implementation name.</desc>
      </info>
      <prop oor:name="SpellAndGrammarDialogImage" oor:type="xs:string">
        <info>
          <desc>The path to the image for the spell and grammar checking
          dialog.</desc>
          <label>Spell and grammar dialog image</label>
        </info>
      </prop>
      <prop oor:name="SpellAndGrammarContextMenuSuggestionImage" oor:type="xs:string">
        <info>
          <desc>The path to the image for the spell and grammar checking
          suggestions in the context menu context menu.</desc>
          <label>Spell and grammar context menu suggestions image</label>
        </info>
      </prop>
      <prop oor:name="SpellAndGrammarContextMenuDictionaryImage" oor:type="xs:string">
        <info>
          <desc>The path to the image for the spell and grammar checking context
          menu context menu.</desc>
          <label>Spell and grammar context menu dictionary image</label>
        </info>
      </prop>
      <prop oor:name="ThesaurusDialogImage" oor:type="xs:string">
        <info>
          <desc>The path to the image for the thesaurus dialog.</desc>
          <label>Thesaurus dialog image</label>
        </info>
      </prop>
      <prop oor:name="SynonymsContextMenuImage" oor:type="xs:string">
        <info>
          <desc>The path to the image for the synonyms context menu.</desc>
          <label>Synonyms context menu image</label>
        </info>
      </prop>
    </group>
    <group oor:name="GrammarCheckerEntry">
      <info>
        <desc>Specifies the settings for a grammar checker. The node name is the
        grammar checkers implementation name.</desc>
      </info>
      <prop oor:name="Locales" oor:type="oor:string-list">
        <info>
          <desc>The list of supported locales.</desc>
          <label>Grammar checker locales</label>
        </info>
      </prop>
    </group>
  </templates>
  <component>
    <group oor:name="Images">
      <info>
        <desc>Contains settings for images to be used.</desc>
      </info>
      <set oor:name="ServiceNameEntries" oor:node-type="ServiceNameEntry">
        <info>
          <desc>The node name is the service implementation name and and the
          property states the node name to use in the VendorImages set.</desc>
          <label>Component entries</label>
        </info>
      </set>
      <set oor:name="VendorImages" oor:node-type="VendorImagesEntry">
        <info>
          <desc>Contains the images to use. The node names are the service
          implementation names.</desc>
          <label>Vendor images</label>
        </info>
      </set>
    </group>
    <group oor:name="General">
      <info>
        <desc>Contains general settings for the linguistic
        configurations.</desc>
      </info>
      <prop oor:name="UILocale" oor:type="xs:string" oor:nillable="false">
        <!-- OldLocation: NEW -->
        <!-- UIHints: Tools - Options - General - Language Settings - Languages
        -->
        <info>
          <desc>Specifies the UI language. An empty string means: use the
          desktop's UI language if possible.</desc>
        </info>
        <value/>
      </prop>
      <prop oor:name="IsIgnoreControlCharacters" oor:type="xs:boolean" oor:nillable="false">
        <!-- OldLocation: NEW -->
        <info>
          <desc>Ignores the control characters (ASCII characters &lt; 32) for
          spell checking, hyphenation and the thesaurus.</desc>
        </info>
        <value>true</value>
      </prop>
      <prop oor:name="DefaultLocale" oor:type="xs:string" oor:nillable="false">
        <!-- OldPath: DefaultLanguage -->
        <!-- OldLocation: soffice.ini -->
        <!-- UIHints: Tools - Options - General - Language -->
        <info>
          <desc>Specifies the default document language.</desc>
          <label>Default language</label>
        </info>
        <value/>
        <!-- JB: Empty default inserted into empty property node. Remove if NIL
             was intended -->
      </prop>
      <prop oor:name="DefaultLocale_CJK" oor:type="xs:string" oor:nillable="false">
        <!-- OldPath: DefaultLanguage -->
        <!-- UIHints: Tools - Options - General - Language -->
        <info>
          <desc>Specifies the default document CJK language.</desc>
          <label>Default language for CJK linguistics</label>
        </info>
        <value/>
        <!-- JB: Empty default inserted into empty property node. Remove if NIL
             was intended -->
      </prop>
      <prop oor:name="DefaultLocale_CTL" oor:type="xs:string" oor:nillable="false">
        <!-- OldPath: DefaultLanguage -->
        <!-- UIHints: Tools - Options - General - Language -->
        <info>
          <desc>Specifies the default document CTL language.</desc>
          <label>Default language for CTL linguistics</label>
        </info>
        <value/>
        <!-- JB: Empty default inserted into empty property node. Remove if NIL
             was intended -->
      </prop>
      <group oor:name="DictionaryList">
        <info>
          <desc>Defines which personal dictionaries are used.</desc>
        </info>
        <prop oor:name="ActiveDictionaries" oor:type="oor:string-list" oor:nillable="false">
          <!-- OldPath: Active-Dictionaries -->
          <!-- OldLocation: soffice.ini -->
          <!-- UIHints: Tools - Options - General - Language -->
          <info>
            <desc>Specifies the custom dictionaries to be used. The Ignore list
            (IgnoreAllList (All)) is administered in the RAM only for the
            current spellcheck.</desc>
            <label>Custom dictionaries</label>
          </info>
          <value>
            <it>IgnoreAllList</it>
            <it>en-US.dic</it>
            <it>en-GB.dic</it>
            <it>sl.dic</it>
            <it>technical.dic</it>
          </value>
        </prop>
        <prop oor:name="IsUseDictionaryList" oor:type="xs:boolean" oor:nillable="false">
          <!-- OldLocation: NEW -->
          <info>
            <desc>Determines if personal dictionaries should be used for spell
            checking and hyphenation.</desc>
          </info>
          <value>true</value>
        </prop>
      </group>
    </group>
    <group oor:name="TextConversion">
      <info>
        <desc>Defines settings used by the text conversion.</desc>
      </info>
      <prop oor:name="ActiveConversionDictionaries" oor:type="oor:string-list" oor:nillable="false">
        <!-- OldLocation: NEW -->
        <info>
          <desc>Specifies the user dictionaries to be used. </desc>
          <label>Active text conversion user dictionaries</label>
        </info>
        <value/>
      </prop>
      <prop oor:name="IsIgnorePostPositionalWord" oor:type="xs:boolean" oor:nillable="false">
        <!-- OldLocation: NEW -->
        <info>
          <desc>Specifies if post positionals should be ignored when looking for
          Korean entries.</desc>
          <label>Ignore post positional word</label>
        </info>
        <value>true</value>
      </prop>
      <prop oor:name="IsAutoCloseDialog" oor:type="xs:boolean" oor:nillable="false">
        <!-- OldLocation: NEW -->
        <info>
          <desc>Specifies if the dialog should be closed automatically after the
          conversion of the current text portion is processed.</desc>
          <label>Auto close dialog</label>
        </info>
        <value>false</value>
      </prop>
      <prop oor:name="IsShowEntriesRecentlyUsedFirst" oor:type="xs:boolean" oor:nillable="false">
        <!-- OldLocation: NEW -->
        <info>
          <desc>Specifies if entries that were recently used as replacements
          should be listed first.</desc>
          <label>Show entries recently used first</label>
        </info>
        <value>false</value>
      </prop>
      <prop oor:name="IsAutoReplaceUniqueEntries" oor:type="xs:boolean" oor:nillable="false">
        <!-- OldLocation: NEW -->
        <info>
          <desc>Specifies if entries for which have only one possible
          replacement should be replaced automatically.</desc>
          <label>Auto replace unique entries</label>
        </info>
        <value>false</value>
      </prop>
      <prop oor:name="IsDirectionToSimplified" oor:type="xs:boolean">
        <!-- OldLocation: NEW -->
        <info>
          <desc>Specifies in which direction the translation will be made, from
          traditional to simplified or the other way round.</desc>
          <label>Direction to simplified</label>
        </info>
      </prop>
      <prop oor:name="IsUseCharacterVariants" oor:type="xs:boolean" oor:nillable="false">
        <!-- OldLocation: NEW -->
        <info>
          <desc>Specifies whether Taiwan, Hongkong SAR, and Macao SAR character
          variants should be used for translation.</desc>
          <label>Use character variants</label>
        </info>
        <value>false</value>
      </prop>
      <prop oor:name="IsTranslateCommonTerms" oor:type="xs:boolean" oor:nillable="false">
        <!-- OldLocation: NEW -->
        <info>
          <desc>Specifies whether common terms should be detected and translated
          as whole words.</desc>
          <label>Translate Common Terms</label>
        </info>
        <value>false</value>
      </prop>
      <prop oor:name="IsReverseMapping" oor:type="xs:boolean" oor:nillable="false">
        <!-- OldLocation: NEW -->
        <info>
          <desc>If Reverse Mapping is active than every dictionary entry added
          or modified will also be added or modified within the dictionary in
          the opposite mapping direction.</desc>
          <label>Reverse Mapping</label>
        </info>
        <value>false</value>
      </prop>
    </group>
    <group oor:name="SpellChecking">
      <info>
        <desc>Contains spell checking-relevant settings.</desc>
      </info>
      <prop oor:name="IsSpellUpperCase" oor:type="xs:boolean" oor:nillable="false">
        <!-- OldPath: MiscOptions / SpellOptions -->
        <!-- OldLocation: soffice.ini -->
        <!-- UIHints: Tools - Options - General - Language -->
        <info>
          <desc>Specifies whether to include uppercase words in the spellcheck
          process.</desc>
          <label>Spell uppercase words</label>
        </info>
        <value>false</value>
      </prop>
      <prop oor:name="IsSpellWithDigits" oor:type="xs:boolean" oor:nillable="false">
        <!-- OldPath: MiscOptions / SpellOptions -->
        <!-- OldLocation: soffice.ini -->
        <!-- UIHints: Tools - Options - General - Language -->
        <info>
          <desc>Specifies whether to check the spelling of words which contain
          numbers as well as letters.</desc>
          <label>Spell words with digits</label>
        </info>
        <value>false</value>
      </prop>
      <prop oor:name="IsSpellCapitalization" oor:type="xs:boolean" oor:nillable="false">
        <!-- OldPath: MiscOptions / SpellOptions -->
        <!-- OldLocation: soffice.ini -->
        <!-- UIHints: Tools - Options - General - Language -->
        <info>
          <deprecated/>
          <desc>Checks the correct use of capitalization.</desc>
          <label>Check capitalization</label>
        </info>
        <value>true</value>
      </prop>
      <prop oor:name="IsSpellAuto" oor:type="xs:boolean" oor:nillable="false">
        <!-- OldPath: MiscOptions / SpellOptions -->
        <!-- OldLocation: soffice.ini -->
        <!-- UIHints: Tools - Options - General - Language -->
        <info>
          <desc>Checks spelling automatically.</desc>
          <label>Automatic spellchecking</label>
        </info>
        <value>true</value>
      </prop>
      <prop oor:name="IsSpellSpecial" oor:type="xs:boolean" oor:nillable="false">
        <!-- OldPath: MiscOptions / SpellOptions -->
        <!-- OldLocation: soffice.ini -->
        <!-- UIHints: Tools - Options - General - Language -->
        <info>
          <desc>Allows spellchecking in headers, footers, and frames.</desc>
          <label>Check spelling in special regions</label>
        </info>
        <value>true</value>
      </prop>
      <prop oor:name="IsReverseDirection" oor:type="xs:boolean" oor:nillable="false">
        <!-- OldPath: MiscOptions / SpellOptions -->
        <!-- OldLocation: soffice.ini -->
        <!-- UIHints: Tools - Options - General - Language -->
        <info>
          <desc>Advances backwards through the text for spell checking.</desc>
          <label>Reverse direction.</label>
        </info>
        <value>false</value>
      </prop>
    </group>
    <group oor:name="GrammarChecking">
      <info>
        <desc>Contains grammar checking relevant settings.</desc>
      </info>
      <prop oor:name="IsAutoCheck" oor:type="xs:boolean" oor:nillable="false">
        <info>
          <desc>determines if grammar is automatically checked.</desc>
          <label>Automatic grammar checking</label>
        </info>
        <value>true</value>
      </prop>
      <prop oor:name="IsInteractiveCheck" oor:type="xs:boolean" oor:nillable="false">
        <info>
          <desc>determines if grammar is check in the spelling and grammar
          dialog.</desc>
          <label>Interactive grammar checking</label>
        </info>
        <value>true</value>
      </prop>
    </group>
    <group oor:name="Hyphenation">
      <info>
        <desc>Contains hyphenation relevant settings.</desc>
      </info>
      <prop oor:name="MinLeading" oor:type="xs:short" oor:nillable="false">
        <!-- OldPath: HyphMinLeading -->
        <!-- OldLocation: soffice.ini -->
        <!-- UIHints: Tools - Options - General - Language -->
        <info>
          <desc>Specifies the minimum number of characters of the hyphenated
          word required at the end of the line.</desc>
          <label>Characters per syllable before hyphen</label>
        </info>
        <constraints>
          <minInclusive oor:value="2">
            <info>
              <desc>Specifies the minimum value allowed.</desc>
            </info>
          </minInclusive>
          <maxInclusive oor:value="9">
            <info>
              <desc>Specifies the maximum value allowed.</desc>
            </info>
          </maxInclusive>
        </constraints>
        <value>2</value>
      </prop>
      <prop oor:name="MinTrailing" oor:type="xs:short" oor:nillable="false">
        <!-- OldPath: HyphMinTrailing -->
        <!-- OldLocation: soffice.ini -->
        <!-- UIHints: Tools - Options - General - Language -->
        <info>
          <desc>Specifies the minimum number of characters of the hyphenated
          word required at the next line.</desc>
          <label>Characters per syllable after hyphen</label>
        </info>
        <constraints>
          <minInclusive oor:value="2">
            <info>
              <desc>Specifies the minimum value allowed.</desc>
            </info>
          </minInclusive>
          <maxInclusive oor:value="9">
            <info>
              <desc>Specifies the maximum value allowed.</desc>
            </info>
          </maxInclusive>
        </constraints>
        <value>2</value>
      </prop>
      <prop oor:name="MinWordLength" oor:type="xs:short" oor:nillable="false">
        <!-- OldPath: HyphMinWordLength -->
        <!-- OldLocation: soffice.ini -->
        <info>
          <desc>Specifies the minimum word length to allow a hyphenation.</desc>
          <label>Minimal word length</label>
        </info>
        <constraints>
          <minInclusive oor:value="2">
            <info>
              <desc>Specifies the minimum value allowed.</desc>
            </info>
          </minInclusive>
          <maxInclusive oor:value="9">
            <info>
              <desc>Specifies the maximum value allowed.</desc>
            </info>
          </maxInclusive>
        </constraints>
        <value>5</value>
      </prop>
      <prop oor:name="IsHyphSpecial" oor:type="xs:boolean" oor:nillable="false">
        <!-- OldPath: MiscOptions -->
        <!-- OldLocation: soffice.ini -->
        <!-- UIHints: Tools - Options - General - Language -->
        <info>
          <desc>Allows hyphenation in headers, footers, and frames.</desc>
          <label>Hyphenate in special regions.</label>
        </info>
        <value>true</value>
      </prop>
      <prop oor:name="IsHyphAuto" oor:type="xs:boolean" oor:nillable="false">
        <!-- OldPath: MiscOptions -->
        <!-- OldLocation: soffice.ini -->
        <!-- UIHints: Tools - Options - General - Language -->
        <info>
          <desc>Allows for automatic insertion of soft hyphens.</desc>
          <label>Automatic hyphention.</label>
        </info>
        <value>false</value>
      </prop>
    </group>
    <group oor:name="ServiceManager">
      <info>
        <desc>Contains settings for the service manager that are used to
        access/configure the usage of the various linguistic service
        implementations.</desc>
      </info>
      <set oor:name="Dictionaries" oor:node-type="Dictionary">
        <info>
          <desc>Contains all dictionaries to be used for spell checking,
          hyphenation or thesaurus.</desc>
          <label>Dictionaries</label>
        </info>
      </set>
      <set oor:name="SpellCheckers" oor:node-type="DictionaryUsingService">
        <info>
          <desc>Contains all spell checker.</desc>
          <label>Spell Checker</label>
        </info>
      </set>
      <set oor:name="Hyphenators" oor:node-type="DictionaryUsingService">
        <info>
          <desc>Contains all hyphenators.</desc>
          <label>Hyphenators</label>
        </info>
      </set>
      <set oor:name="Thesauri" oor:node-type="DictionaryUsingService">
        <info>
          <desc>Contains all thesauri.</desc>
          <label>Thesauri</label>
        </info>
      </set>
      <prop oor:name="DisabledDictionaries" oor:type="oor:string-list">
        <info>
          <desc>The list of dictionaries that are currently not in use.</desc>
          <label>Disabled Dictionaries</label>
        </info>
      </prop>
      <set oor:name="GrammarCheckers" oor:node-type="GrammarCheckerEntry">
        <info>
          <desc>Contains all grammar checkers.</desc>
          <label>Grammar Checkers</label>
        </info>
      </set>
      <prop oor:name="DataFilesChangedCheckValue" oor:type="xs:int" oor:nillable="false">
        <info>
          <desc>Value used to check if the data files of the linguistic have
          changed and thus the configuration needs to be updated.</desc>
          <label>Data files changed check value</label>
        </info>
        <value>-1</value>
      </prop>
      <group oor:name="SpellCheckerList" oor:extensible="true">
        <info>
          <desc>Contains a list of languages and spell-checking-service entries.
          Only languages listed will be supported.</desc>
        </info>
      </group>
      <group oor:name="ThesaurusList" oor:extensible="true">
        <info>
          <desc>Contains a list of languages and thesaurus-service entries.
          Only languages listed will be supported.</desc>
        </info>
      </group>
      <group oor:name="HyphenatorList" oor:extensible="true">
        <info>
          <desc>Contains a list of languages and hyphenation-service pairs. Only
          the languages that are listed are supported.</desc>
        </info>
      </group>
      <group oor:name="GrammarCheckerList" oor:extensible="true">
        <info>
          <desc>Contains a list of languages and grammar-checking-service pairs.
          Only languages that are listed are supported.</desc>
        </info>
      </group>
      <group oor:name="LastFoundSpellCheckers" oor:extensible="true">
        <info>
          <desc>Contains a list of languages and spell-checking-service entries.
          The entries represent those languages/spellcheckers that were
          available the last time. New languages/spellcheckers (those available
          this time but not the last time) will be activated
          automatically.</desc>
        </info>
      </group>
      <group oor:name="LastFoundThesauri" oor:extensible="true">
        <info>
          <desc>Contains a list of languages and thesaurus-service entries. The
          entries represent those languages/thesauri that were available the
          last time. New languages/thesauri (those available this time but not
          the last time) will be activated automatically.</desc>
        </info>
      </group>
      <group oor:name="LastFoundHyphenators" oor:extensible="true">
        <info>
          <desc>Contains a list of languages and hyphenation-service pairs. The
          entries represent those languages/hyphenators that were available the
          last time. New languages/hyphenators (those available this time but
          not the last time) will be activated automatically.</desc>
        </info>
      </group>
      <group oor:name="LastFoundGrammarCheckers" oor:extensible="true">
        <info>
          <desc>Contains a list of languages and grammar-checking-service pairs.
          The entries represent those languages/hyphenators that were available
          the last time. New languages/hyphenators (those available this time
          but not the last time) will be activated automatically.</desc>
        </info>
      </group>
    </group>
  </component>
</oor:component-schema>