merge the formfield patch from ooo-build
[ooovba.git] / officecfg / registry / schema / org / openoffice / Office / Accelerators.xcs
blobc8472ce6e91521f7c3c3c6831ba654b6d1b2c457
1 <?xml version="1.0"?>
2 <!--***********************************************************************
4 * OpenOffice.org - a multi-platform office productivity suite
6 * $RCSfile: Accelerators.xcs,v $
8 * $Revision: 1.1.2.6 $
10 * last change: $Author: wuy $ $Date: 2008/08/06 08:13:26 $
12 * The Contents of this file are made available subject to
13 * the terms of GNU Lesser General Public License Version 2.1.
16 * GNU Lesser General Public License Version 2.1
17 * =============================================
18 * Copyright 2005 by Sun Microsystems, Inc.
19 * 901 San Antonio Road, Palo Alto, CA 94303, USA
21 * This library is free software; you can redistribute it and/or
22 * modify it under the terms of the GNU Lesser General Public
23 * License version 2.1, as published by the Free Software Foundation.
25 * This library is distributed in the hope that it will be useful,
26 * but WITHOUT ANY WARRANTY; without even the implied warranty of
27 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28 * Lesser General Public License for more details.
30 * You should have received a copy of the GNU Lesser General Public
31 * License along with this library; if not, write to the Free Software
32 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
33 * MA 02111-1307 USA
35 ************************************************************************ -->
36 <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">
37 <info>
38 <desc>Configuration of Accelerators replacing the old not XCU-based configuration</desc>
39 </info>
40 <templates>
41 <group oor:name="Key">
42 <info>
43 <desc>document the Key format</desc>
44 </info>
45 <prop oor:name="Command" oor:type="xs:string" oor:localized="true">
46 <info>
47 <desc>e.g..uno:About</desc>
48 </info>
49 </prop>
50 </group>
51 <set oor:name="Module" oor:node-type="Key">
52 <info>
53 <desc>point to a module of OOo</desc>
54 </info>
55 </set>
56 </templates>
57 <component>
58 <group oor:name="PrimaryKeys">
59 <info>
60 <desc>contains the preferred keys</desc>
61 </info>
62 <set oor:name="Global" oor:node-type="Key">
63 <info>
64 <desc>Defined as key-values pairs</desc>
65 </info>
66 </set>
67 <set oor:name="Modules" oor:node-type="Module">
68 <info>
69 <desc>containing the modules of OOo, defined as key-values pairs</desc>
70 </info>
71 </set>
72 </group>
73 <group oor:name="SecondaryKeys">
74 <info>
75 <desc>contains the secondary keys</desc>
76 </info>
77 <set oor:name="Global" oor:node-type="Key">
78 <info>
79 <desc>Defined as key-values pairs</desc>
80 </info>
81 </set>
82 <set oor:name="Modules" oor:node-type="Module">
83 <info>
84 <desc>containing the modules of OOo, defined as key-values pairs</desc>
85 </info>
86 </set>
87 </group>
88 </component>
89 </oor:component-schema>