add privacy URL to crashreport dialog & updatecheck tab in options
[LibreOffice.git] / officecfg / registry / schema / org / openoffice / Office / Accelerators.xcs
blob6d06d160b149c7a41cb29e3eb25d5475ec5c7c1c
1 <?xml version="1.0"?>
2 <!--
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 -->
19 <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Accelerators" oor:package="org.openoffice.Office" xml:lang="en-US">
20 <info>
21 <desc>Configuration of Accelerators replacing the old not XCU-based configuration</desc>
22 </info>
23 <templates>
24 <group oor:name="Key">
25 <info>
26 <desc>document the Key format</desc>
27 </info>
28 <prop oor:name="Command" oor:type="xs:string" oor:localized="true">
29 <info>
30 <desc>e.g..uno:About</desc>
31 </info>
32 </prop>
33 </group>
34 <set oor:name="Module" oor:node-type="Key">
35 <info>
36 <desc>point to a module of OOo</desc>
37 </info>
38 </set>
39 </templates>
40 <component>
41 <group oor:name="PrimaryKeys">
42 <info>
43 <desc>contains the preferred keys</desc>
44 </info>
45 <set oor:name="Global" oor:node-type="Key">
46 <info>
47 <desc>Defined as key-values pairs</desc>
48 </info>
49 </set>
50 <set oor:name="Modules" oor:node-type="Module">
51 <info>
52 <desc>containing the modules of OOo, defined as key-values pairs</desc>
53 </info>
54 </set>
55 </group>
56 <group oor:name="SecondaryKeys">
57 <info>
58 <desc>contains the secondary keys</desc>
59 </info>
60 <set oor:name="Global" oor:node-type="Key">
61 <info>
62 <desc>Defined as key-values pairs</desc>
63 </info>
64 </set>
65 <set oor:name="Modules" oor:node-type="Module">
66 <info>
67 <desc>containing the modules of OOo, defined as key-values pairs</desc>
68 </info>
69 </set>
70 </group>
71 </component>
72 </oor:component-schema>