summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-13 10:48:57 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-13 10:48:57 +0000
commit58a4c6528ed154fff96e5101d3603b4522061f6e (patch)
treec6e886d527bc9942066738b7eb9469dccd53e017 /officecfg
parent0f9f15173f63f6d1b0b400d611a2c9e0cf30487a (diff)
INTEGRATION: CWS pathoptions01 (1.1.2); FILE ADDED
2006/07/11 12:01:04 obr 1.1.2.2: #i66461# desktop backends may override 9907work 2006/06/19 08:55:47 as 1.1.2.1: #i66461# typo: Pathes-Paths
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Paths.xcs109
1 files changed, 109 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Paths.xcs b/officecfg/registry/schema/org/openoffice/Office/Paths.xcs
new file mode 100644
index 000000000000..74e404877c5a
--- /dev/null
+++ b/officecfg/registry/schema/org/openoffice/Office/Paths.xcs
@@ -0,0 +1,109 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!--***********************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: Paths.xcs,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: obo $ $Date: 2006-07-13 11:48:57 $
+ *
+ * The Contents of this file are made available subject to
+ * the terms of GNU Lesser General Public License Version 2.1.
+ *
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2005 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ ************************************************************************ -->
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema
+
+ oor:name="Paths"
+ oor:package="org.openoffice.Office"
+
+ xml:lang="en-US"
+ xmlns:oor="http://openoffice.org/2001/registry"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
+ <info>
+ <author>AS</author>
+ <desc>Configuration of layered pathes replacing the old path configuration org.openoffice.Office.Common/Path.</desc>
+ </info>
+
+ <templates>
+
+ <group oor:name="MultiPath">
+ <info>
+ <desc>Describe a path in it's details.</desc>
+ </info>
+ <prop oor:name="Unused" oor:type="xs:string">
+ <info>
+ <desc>Because current implementation of configuration sets allow structured types only, these dummy property was inserted.</desc>
+ </info>
+ </prop>
+ </group>
+
+ <group oor:name="NamedPath">
+ <info>
+ <desc>Bind a list of path values to a "path name" e.g. "Template".</desc>
+ </info>
+ <set oor:name="InternalPaths" oor:node-type="MultiPath">
+ <info>
+ <desc>Contains path values configured by an administrator or package (not visible for the user).</desc>
+ </info>
+ </set>
+ <prop oor:name="UserPaths" oor:type="oor:string-list">
+ <info>
+ <desc>Contains all path values configured by the user under "Tools->Options->Paths".</desc>
+ </info>
+ </prop>
+ <prop oor:name="WritePath" oor:type="xs:string">
+ <info>
+ <desc>Define one path which is used as the writable path only.</desc>
+ </info>
+ </prop>
+ </group>
+
+ </templates>
+
+ <component>
+
+ <set oor:name="Paths" oor:node-type="NamedPath">
+ <info>
+ <desc>Contains all named paths of the office.</desc>
+ </info>
+ </set>
+
+ <group oor:name="Variables">
+ <info>
+ <desc>Desktop specific defaults for "$" variables used in Paths</desc>
+ </info>
+ <prop oor:name="Work" oor:type="xs:string">
+ <info>
+ <desc>Expanded value of "$work". Must be a valid URL.</desc>
+ </info>
+ </prop>
+ </group>
+
+ </component>
+
+</oor:component-schema>