Update ooo320-m1
[ooovba.git] / officecfg / registry / schema / org / openoffice / Office / DataAccess / Drivers.xcs
blobd0b54e71498ba058cdbe45d4519bf1d36d987361
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--***********************************************************************
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 *
6 * Copyright 2008 by Sun Microsystems, Inc.
8 * OpenOffice.org - a multi-platform office productivity suite
10 * $RCSfile: DataAccess.xcs,v $
11 * $Revision: 1.43 $
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">
33 <info>
34 <desc>Contains the installed OpenOffice.org Base database drivers.</desc>
35 </info>
36 <templates>
37 <group oor:name="Property">
38 <info>
39 <desc>Describes a property of a driver.</desc>
40 </info>
41 <prop oor:name="Value" oor:type="oor:any" oor:localized="true">
42 <info>
43 <desc>Describes the value.</desc>
44 </info>
45 </prop>
46 </group>
47 <group oor:name="Feature">
48 <info>
49 <desc>Describes a feature a driver supports.</desc>
50 </info>
51 <prop oor:name="Value" oor:type="xs:boolean" oor:localized="true">
52 <info>
53 <desc>The feature value.</desc>
54 </info>
55 </prop>
56 </group>
57 <group oor:name="URLPattern">
58 <info>
59 <desc>Specifies a database driver.</desc>
60 </info>
61 <prop oor:name="ParentURLPattern" oor:type="xs:string">
62 <info>
63 <desc>Specifies the URL pattern of the parent which settings should be used if not present.</desc>
64 </info>
65 </prop>
66 <prop oor:name="Driver" oor:type="xs:string">
67 <info>
68 <desc>Specifies the factory name of the database driver.</desc>
69 </info>
70 </prop>
71 <prop oor:name="DriverTypeDisplayName" oor:type="xs:string" oor:localized="true">
72 <info>
73 <desc>Specifies the UI name of the database driver.</desc>
74 </info>
75 </prop>
76 <set oor:name="Properties" oor:node-type="Property">
77 <info>
78 <desc>Defines a list of all properties which are different from default.</desc>
79 </info>
80 </set>
81 <set oor:name="Features" oor:node-type="Feature">
82 <info>
83 <desc>Defines a list of all properties which are different from default.</desc>
84 </info>
85 </set>
86 <set oor:name="MetaData" oor:node-type="Property">
87 <info>
88 <desc>Defines a list of all meta data properties which the database application should supports.</desc>
89 </info>
90 </set>
91 </group>
92 </templates>
93 <component>
94 <set oor:name="Installed" oor:node-type="URLPattern">
95 <info>
96 <desc>Contains a list of URLs supported by installed database drivers.</desc>
97 </info>
98 </set>
99 </component>
100 </oor:component-schema>