1<?xml version="1.0"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements.  See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership.  The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the
9 * "License"); you may not use this file except in compliance
10 * with the License.  You may obtain a copy of the License at
11 *
12 *   http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing,
15 * software distributed under the License is distributed on an
16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 * KIND, either express or implied.  See the License for the
18 * specific language governing permissions and limitations
19 * under the License.
20 *
21 ***********************************************************-->
22
23
24<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">
25    <info>
26        <desc>Configuration of Accelerators replacing the old not XCU-based configuration</desc>
27    </info>
28	<templates>
29		<group oor:name="Key">
30            <info>
31                <desc>document the Key format</desc>
32            </info>
33            <prop oor:name="Command" oor:type="xs:string" oor:localized="true">
34				<info>
35					<desc>e.g..uno:About</desc>
36				</info>
37            </prop>
38		</group>
39		<set oor:name="Module" oor:node-type="Key">
40            <info>
41                <desc>point to a module of OOo</desc>
42            </info>
43		</set>
44	</templates>
45	<component>
46	    <group oor:name="PrimaryKeys">
47	        <info>
48	            <desc>contains the preferred keys</desc>
49	        </info>
50	        <set oor:name="Global" oor:node-type="Key">
51	            <info>
52				    <desc>Defined as key-values pairs</desc>
53	            </info>
54	        </set>
55	        <set oor:name="Modules" oor:node-type="Module">
56	            <info>
57				    <desc>containing the modules of OOo, defined as key-values pairs</desc>
58	            </info>
59	        </set>
60	    </group>
61	    <group oor:name="SecondaryKeys">
62	        <info>
63	            <desc>contains the secondary keys</desc>
64	        </info>
65	        <set oor:name="Global" oor:node-type="Key">
66	            <info>
67				    <desc>Defined as key-values pairs</desc>
68	            </info>
69	        </set>
70	        <set oor:name="Modules" oor:node-type="Module">
71	            <info>
72				    <desc>containing the modules of OOo, defined as key-values pairs</desc>
73	            </info>
74	        </set>
75	    </group>
76	</component>
77</oor:component-schema>
78