2 <!--***********************************************************************
4 * OpenOffice.org - a multi-platform office productivity suite
6 * $RCSfile: Accelerators.xcs,v $
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,
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">
38 <desc>Configuration of Accelerators replacing the old not XCU-based configuration
</desc>
41 <group oor:
name=
"Key">
43 <desc>document the Key format
</desc>
45 <prop oor:
name=
"Command" oor:
type=
"xs:string" oor:
localized=
"true">
47 <desc>e.g..uno:About
</desc>
51 <set oor:
name=
"Module" oor:
node-type=
"Key">
53 <desc>point to a module of OOo
</desc>
58 <group oor:
name=
"PrimaryKeys">
60 <desc>contains the preferred keys
</desc>
62 <set oor:
name=
"Global" oor:
node-type=
"Key">
64 <desc>Defined as key-values pairs
</desc>
67 <set oor:
name=
"Modules" oor:
node-type=
"Module">
69 <desc>containing the modules of OOo, defined as key-values pairs
</desc>
73 <group oor:
name=
"SecondaryKeys">
75 <desc>contains the secondary keys
</desc>
77 <set oor:
name=
"Global" oor:
node-type=
"Key">
79 <desc>Defined as key-values pairs
</desc>
82 <set oor:
name=
"Modules" oor:
node-type=
"Module">
84 <desc>containing the modules of OOo, defined as key-values pairs
</desc>
89 </oor:component-schema>