1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!--***********************************************************************
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 * Copyright 2008 by Sun Microsystems, Inc.
8 * OpenOffice.org - a multi-platform office productivity suite
10 * $RCSfile: DataAccess.xcs,v $
13 * This file is part of OpenOffice.org.
15 * OpenOffice.org is free software: you can redistribute it and/or modify
16 * it under the terms of the GNU Lesser General Public License version 3
17 * only, as published by the Free Software Foundation.
19 * OpenOffice.org is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU Lesser General Public License version 3 for more details
23 * (a copy is included in the LICENSE file that accompanied this code).
25 * You should have received a copy of the GNU Lesser General Public License
26 * version 3 along with OpenOffice.org. If not, see
27 * <http://www.openoffice.org/license.html>
28 * for a copy of the LGPLv3 License.
30 ************************************************************************ -->
31 <!DOCTYPE oor:component-schema SYSTEM
"../../../../../component-schema.dtd">
32 <oor:component-schema xmlns:
oor=
"http://openoffice.org/2001/registry" xmlns:
xs=
"http://www.w3.org/2001/XMLSchema" oor:
name=
"Drivers" oor:
package=
"org.openoffice.Office.DataAccess" xml:
lang=
"en-US">
34 <desc>Contains the installed OpenOffice.org Base database drivers.
</desc>
37 <group oor:
name=
"Property">
39 <desc>Describes a property of a driver.
</desc>
41 <prop oor:
name=
"Value" oor:
type=
"oor:any" oor:
localized=
"true">
43 <desc>Describes the value.
</desc>
47 <group oor:
name=
"Feature">
49 <desc>Describes a feature a driver supports.
</desc>
51 <prop oor:
name=
"Value" oor:
type=
"xs:boolean" oor:
localized=
"true">
53 <desc>The feature value.
</desc>
57 <group oor:
name=
"URLPattern">
59 <desc>Specifies a database driver.
</desc>
61 <prop oor:
name=
"ParentURLPattern" oor:
type=
"xs:string">
63 <desc>Specifies the URL pattern of the parent which settings should be used if not present.
</desc>
66 <prop oor:
name=
"Driver" oor:
type=
"xs:string">
68 <desc>Specifies the factory name of the database driver.
</desc>
71 <prop oor:
name=
"DriverTypeDisplayName" oor:
type=
"xs:string" oor:
localized=
"true">
73 <desc>Specifies the UI name of the database driver.
</desc>
76 <set oor:
name=
"Properties" oor:
node-type=
"Property">
78 <desc>Defines a list of all properties which are different from default.
</desc>
81 <set oor:
name=
"Features" oor:
node-type=
"Feature">
83 <desc>Defines a list of all properties which are different from default.
</desc>
86 <set oor:
name=
"MetaData" oor:
node-type=
"Property">
88 <desc>Defines a list of all meta data properties which the database application should supports.
</desc>
94 <set oor:
name=
"Installed" oor:
node-type=
"URLPattern">
96 <desc>Contains a list of URLs supported by installed database drivers.
</desc>
100 </oor:component-schema>