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 .
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">
21 <desc>Configuration of Accelerators replacing the old not XCU-based configuration
</desc>
24 <group oor:
name=
"Key">
26 <desc>document the Key format
</desc>
28 <prop oor:
name=
"Command" oor:
type=
"xs:string" oor:
localized=
"true">
30 <desc>e.g..uno:About
</desc>
34 <set oor:
name=
"Module" oor:
node-type=
"Key">
36 <desc>point to a module of OOo
</desc>
41 <group oor:
name=
"PrimaryKeys">
43 <desc>contains the preferred keys
</desc>
45 <set oor:
name=
"Global" oor:
node-type=
"Key">
47 <desc>Defined as key-values pairs
</desc>
50 <set oor:
name=
"Modules" oor:
node-type=
"Module">
52 <desc>containing the modules of OOo, defined as key-values pairs
</desc>
56 <group oor:
name=
"SecondaryKeys">
58 <desc>contains the secondary keys
</desc>
60 <set oor:
name=
"Global" oor:
node-type=
"Key">
62 <desc>Defined as key-values pairs
</desc>
65 <set oor:
name=
"Modules" oor:
node-type=
"Module">
67 <desc>containing the modules of OOo, defined as key-values pairs
</desc>
72 </oor:component-schema>