Update ooo320-m1
[ooovba.git] / officecfg / registry / schema / org / openoffice / Office / TableWizard.xcs
blob980cec077aa608826cf832b0c6f7a0862cd08b8b
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: TableWizard.xcs,v $
11 * $Revision: 1.5 $
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 oor:name="TableWizard" 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">
33 <info>
34 <author>va</author>
35 <desc>Contains the configuration schema for the table wizard</desc>
36 </info>
37 <templates>
38 <group oor:name="TWizField">
39 <info>
40 <desc>Information on the database field properties</desc>
41 </info>
42 <prop oor:name="Index" oor:type="xs:int">
43 <info>
44 <desc>the index of the field (start at 0, must be field-unique)</desc>
45 </info>
46 </prop>
47 <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
48 <info>
49 <desc>the name of the database field. ONLY ASCII CHARACTERS</desc>
50 </info>
51 </prop>
52 <prop oor:localized="true" oor:name="ShortName" oor:type="xs:string">
53 <info>
54 <desc>the name of the database field. ONLY ASCII AND MAXIMUM 10 CHARACTERS</desc>
55 </info>
56 </prop>
57 <prop oor:name="Type" oor:type="xs:int">
58 <info>
59 <desc>the type of the database field.</desc>
60 </info>
61 </prop>
62 <prop oor:name="PrimaryKey" oor:type="xs:boolean">
63 <info>
64 <desc>indicates whether the database field is a primary key or not.</desc>
65 </info>
66 </prop>
67 <prop oor:name="DefaultValue" oor:type="xs:boolean">
68 <info>
69 <desc>defines the default value of the database field.</desc>
70 </info>
71 </prop>
72 <prop oor:name="Precision" oor:type="xs:int">
73 <info>
74 <desc>defines the number of decimal digits of the database field.</desc>
75 </info>
76 </prop>
77 <prop oor:name="Scale" oor:type="xs:int">
78 <info>
79 <desc>defines the number of decimal digits to right of the decimal point of the database field.</desc>
80 </info>
81 </prop>
82 </group>
83 <group oor:name="TWizTable">
84 <info>
85 <desc>Information on the tables of the table wizard</desc>
86 </info>
87 <prop oor:name="Index" oor:type="xs:int">
88 <info>
89 <desc>the index of the table (start at 0, must be table-unique)</desc>
90 </info>
91 </prop>
92 <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
93 <info>
94 <desc>the name of the database table. ONLY ASCII CHARACTERS</desc>
95 </info>
96 </prop>
97 <set oor:name="Fields" oor:node-type="TWizField">
98 <info>
99 <desc> the fields in this table </desc>
100 </info>
101 </set>
102 </group>
103 <group oor:name="TWizCategory">
104 <info>
105 <desc>Information on the categries of the table wizard</desc>
106 </info>
107 <prop oor:name="Index" oor:type="xs:int">
108 <info>
109 <desc>the index of the category (start at 0, must be category-unique)</desc>
110 </info>
111 </prop>
112 <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
113 <info>
114 <desc>the name of the database field.</desc>
115 </info>
116 </prop>
117 <set oor:name="Tables" oor:node-type="TWizTable">
118 <info>
119 <desc> the tables in this category </desc>
120 </info>
121 </set>
122 </group>
123 </templates>
124 <component>
125 <set oor:name="TableWizard" oor:node-type="TWizCategory">
126 <info>
127 <desc>the set of categories.</desc>
128 </info>
129 </set>
130 </component>
131 </oor:component-schema>