1 pjaol 1.1 <?xml version="1.0" standalone="yes" ?>
2 <DBMODEL Version="4.0">
3 <SETTINGS>
4 <GLOBALSETTINGS ModelName="gantt_manager" IDModel="0" IDVersion="0" VersionStr="1.0.0.0" Comments="" UseVersionHistroy="1" AutoIncVersion="1" DatabaseType="MySQL" ZoomFac="75.00" XPos="0" YPos="0" DefaultDataType="5" DefaultTablePrefix="0" DefSaveDBConn="" DefSyncDBConn="" DefQueryDBConn="" Printer="" HPageCount="4.0" PageAspectRatio="1.440892512336408" PageOrientation="1" PageFormat="A4 (210x297 mm, 8.26x11.7 inches)" SelectedPages="" UsePositionGrid="0" PositionGridX="20" PositionGridY="20" TableNameInRefs="1" DefaultTableType="0" ActivateRefDefForNewRelations="1" FKPrefix="" FKPostfix="" CreateFKRefDefIndex="1" DBQuoteCharacter="`" CreateSQLforLinkedObjects="0" DefModelFont="Tahoma" CanvasWidth="4096" CanvasHeight="2842" />
5 <DATATYPEGROUPS>
6 <DATATYPEGROUP Name="Numeric Types" Icon="1" />
7 <DATATYPEGROUP Name="Date and Time Types" Icon="2" />
8 <DATATYPEGROUP Name="String Types" Icon="3" />
9 <DATATYPEGROUP Name="Blob and Text Types" Icon="4" />
10 <DATATYPEGROUP Name="User defined Types" Icon="5" />
11 <DATATYPEGROUP Name="Geographic Types" Icon="6" />
12 </DATATYPEGROUPS>
13 <DATATYPES>
14 <DATATYPE ID="1" IDGroup="0" TypeName="TINYINT" Description="A very small integer. The signed range is -128 to 127. The unsigned range is 0 to 255." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
15 <PARAMS>
16 <PARAM Name="length" />
17 </PARAMS>
18 <OPTIONS>
19 <OPTION Name="UNSIGNED" Default="1" />
20 <OPTION Name="ZEROFILL" Default="0" />
21 </OPTIONS>
22 pjaol 1.1 </DATATYPE>
23 <DATATYPE ID="2" IDGroup="0" TypeName="SMALLINT" Description="A small integer. The signed range is -32768 to 32767. The unsigned range is 0 to 65535." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
24 <PARAMS>
25 <PARAM Name="length" />
26 </PARAMS>
27 <OPTIONS>
28 <OPTION Name="UNSIGNED" Default="1" />
29 <OPTION Name="ZEROFILL" Default="0" />
30 </OPTIONS>
31 </DATATYPE>
32 <DATATYPE ID="3" IDGroup="0" TypeName="MEDIUMINT" Description="A medium-size integer. The signed range is -8388608 to 8388607. The unsigned range is 0 to 16777215." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
33 <PARAMS>
34 <PARAM Name="length" />
35 </PARAMS>
36 <OPTIONS>
37 <OPTION Name="UNSIGNED" Default="1" />
38 <OPTION Name="ZEROFILL" Default="0" />
39 </OPTIONS>
40 </DATATYPE>
41 <DATATYPE ID="4" IDGroup="0" TypeName="INT" Description="A normal-size integer. The signed range is -2147483648 to 2147483647. The unsigned range is 0 to 4294967295." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="1" PhysicalMapping="0" PhysicalTypeName="" >
42 <PARAMS>
43 pjaol 1.1 <PARAM Name="length" />
44 </PARAMS>
45 <OPTIONS>
46 <OPTION Name="UNSIGNED" Default="0" />
47 <OPTION Name="ZEROFILL" Default="0" />
48 </OPTIONS>
49 </DATATYPE>
50 <DATATYPE ID="5" IDGroup="0" TypeName="INTEGER" Description="A normal-size integer. The signed range is -2147483648 to 2147483647. The unsigned range is 0 to 4294967295." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="1" PhysicalMapping="0" PhysicalTypeName="" >
51 <PARAMS>
52 <PARAM Name="length" />
53 </PARAMS>
54 <OPTIONS>
55 <OPTION Name="UNSIGNED" Default="1" />
56 <OPTION Name="ZEROFILL" Default="0" />
57 </OPTIONS>
58 </DATATYPE>
59 <DATATYPE ID="6" IDGroup="0" TypeName="BIGINT" Description="A large integer. The signed range is -9223372036854775808 to 9223372036854775807. The unsigned range is 0 to 18446744073709551615." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
60 <PARAMS>
61 <PARAM Name="length" />
62 </PARAMS>
63 <OPTIONS>
64 pjaol 1.1 <OPTION Name="UNSIGNED" Default="0" />
65 <OPTION Name="ZEROFILL" Default="0" />
66 </OPTIONS>
67 </DATATYPE>
68 <DATATYPE ID="7" IDGroup="0" TypeName="FLOAT" Description="A small (single-precision) floating-point number. Cannot be unsigned. Allowable values are -3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38." ParamCount="1" OptionCount="1" ParamRequired="1" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
69 <PARAMS>
70 <PARAM Name="precision" />
71 </PARAMS>
72 <OPTIONS>
73 <OPTION Name="ZEROFILL" Default="0" />
74 </OPTIONS>
75 </DATATYPE>
76 <DATATYPE ID="8" IDGroup="0" TypeName="FLOAT" Description="A small (single-precision) floating-point number. Cannot be unsigned. Allowable values are -3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
77 <PARAMS>
78 <PARAM Name="length" />
79 <PARAM Name="decimals" />
80 </PARAMS>
81 <OPTIONS>
82 <OPTION Name="ZEROFILL" Default="0" />
83 </OPTIONS>
84 </DATATYPE>
85 pjaol 1.1 <DATATYPE ID="9" IDGroup="0" TypeName="DOUBLE" Description="A normal-size (double-precision) floating-point number. Cannot be unsigned. Allowable values are -1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and 2.2250738585072014E-308 to 1.7976931348623157E+308." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="2" PhysicalMapping="0" PhysicalTypeName="" >
86 <PARAMS>
87 <PARAM Name="length" />
88 <PARAM Name="decimals" />
89 </PARAMS>
90 <OPTIONS>
91 <OPTION Name="ZEROFILL" Default="0" />
92 </OPTIONS>
93 </DATATYPE>
94 <DATATYPE ID="10" IDGroup="0" TypeName="DOUBLE PRECISION" Description="This is a synonym for DOUBLE." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="2" PhysicalMapping="0" PhysicalTypeName="" >
95 <PARAMS>
96 <PARAM Name="length" />
97 <PARAM Name="decimals" />
98 </PARAMS>
99 <OPTIONS>
100 <OPTION Name="ZEROFILL" Default="0" />
101 </OPTIONS>
102 </DATATYPE>
103 <DATATYPE ID="11" IDGroup="0" TypeName="REAL" Description="This is a synonym for DOUBLE." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="2" PhysicalMapping="0" PhysicalTypeName="" >
104 <PARAMS>
105 <PARAM Name="length" />
106 pjaol 1.1 <PARAM Name="decimals" />
107 </PARAMS>
108 <OPTIONS>
109 <OPTION Name="ZEROFILL" Default="0" />
110 </OPTIONS>
111 </DATATYPE>
112 <DATATYPE ID="12" IDGroup="0" TypeName="DECIMAL" Description="An unpacked floating-point number. Cannot be unsigned. Behaves like a CHAR column." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="3" PhysicalMapping="0" PhysicalTypeName="" >
113 <PARAMS>
114 <PARAM Name="length" />
115 <PARAM Name="decimals" />
116 </PARAMS>
117 <OPTIONS>
118 <OPTION Name="ZEROFILL" Default="0" />
119 </OPTIONS>
120 </DATATYPE>
121 <DATATYPE ID="13" IDGroup="0" TypeName="NUMERIC" Description="This is a synonym for DECIMAL." ParamCount="2" OptionCount="1" ParamRequired="1" EditParamsAsString="0" SynonymGroup="3" PhysicalMapping="0" PhysicalTypeName="" >
122 <PARAMS>
123 <PARAM Name="length" />
124 <PARAM Name="decimals" />
125 </PARAMS>
126 <OPTIONS>
127 pjaol 1.1 <OPTION Name="ZEROFILL" Default="0" />
128 </OPTIONS>
129 </DATATYPE>
130 <DATATYPE ID="14" IDGroup="1" TypeName="DATE" Description="A date. The supported range is \a1000-01-01\a to \a9999-12-31\a." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
131 </DATATYPE>
132 <DATATYPE ID="15" IDGroup="1" TypeName="DATETIME" Description="A date and time combination. The supported range is \a1000-01-01 00:00:00\a to \a9999-12-31 23:59:59\a." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
133 </DATATYPE>
134 <DATATYPE ID="16" IDGroup="1" TypeName="TIMESTAMP" Description="A timestamp. The range is \a1970-01-01 00:00:00\a to sometime in the year 2037. The length can be 14 (or missing), 12, 10, 8, 6, 4, or 2 representing YYYYMMDDHHMMSS, ... , YYYYMMDD, ... , YY formats." ParamCount="1" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
135 <PARAMS>
136 <PARAM Name="length" />
137 </PARAMS>
138 </DATATYPE>
139 <DATATYPE ID="17" IDGroup="1" TypeName="TIME" Description="A time. The range is \a-838:59:59\a to \a838:59:59\a." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
140 </DATATYPE>
141 <DATATYPE ID="18" IDGroup="1" TypeName="YEAR" Description="A year in 2- or 4-digit format (default is 4-digit)." ParamCount="1" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
142 <PARAMS>
143 <PARAM Name="length" />
144 </PARAMS>
145 </DATATYPE>
146 <DATATYPE ID="19" IDGroup="2" TypeName="CHAR" Description="A fixed-length string (1 to 255 characters) that is always right-padded with spaces to the specified length when stored. values are sorted and compared in case-insensitive fashion according to the default character set unless the BINARY keyword is given." ParamCount="1" OptionCount="1" ParamRequired="1" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
147 <PARAMS>
148 pjaol 1.1 <PARAM Name="length" />
149 </PARAMS>
150 <OPTIONS>
151 <OPTION Name="BINARY" Default="0" />
152 </OPTIONS>
153 </DATATYPE>
154 <DATATYPE ID="20" IDGroup="2" TypeName="VARCHAR" Description="A variable-length string (1 to 255 characters). Values are sorted and compared in case-sensitive fashion unless the BINARY keyword is given." ParamCount="1" OptionCount="1" ParamRequired="1" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
155 <PARAMS>
156 <PARAM Name="length" />
157 </PARAMS>
158 <OPTIONS>
159 <OPTION Name="BINARY" Default="0" />
160 </OPTIONS>
161 </DATATYPE>
162 <DATATYPE ID="21" IDGroup="2" TypeName="BIT" Description="This is a synonym for CHAR(1)." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
163 </DATATYPE>
164 <DATATYPE ID="22" IDGroup="2" TypeName="BOOL" Description="This is a synonym for CHAR(1)." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
165 </DATATYPE>
166 <DATATYPE ID="23" IDGroup="3" TypeName="TINYBLOB" Description="A column maximum length of 255 (2^8 - 1) characters. Values are sorted and compared in case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
167 </DATATYPE>
168 <DATATYPE ID="24" IDGroup="3" TypeName="BLOB" Description="A column maximum length of 65535 (2^16 - 1) characters. Values are sorted and compared in case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
169 pjaol 1.1 </DATATYPE>
170 <DATATYPE ID="25" IDGroup="3" TypeName="MEDIUMBLOB" Description="A column maximum length of 16777215 (2^24 - 1) characters. Values are sorted and compared in case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
171 </DATATYPE>
172 <DATATYPE ID="26" IDGroup="3" TypeName="LONGBLOB" Description="A column maximum length of 4294967295 (2^32 - 1) characters. Values are sorted and compared in case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
173 </DATATYPE>
174 <DATATYPE ID="27" IDGroup="3" TypeName="TINYTEXT" Description="A column maximum length of 255 (2^8 - 1) characters." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
175 </DATATYPE>
176 <DATATYPE ID="28" IDGroup="3" TypeName="TEXT" Description="A column maximum length of 65535 (2^16 - 1) characters." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
177 </DATATYPE>
178 <DATATYPE ID="29" IDGroup="3" TypeName="MEDIUMTEXT" Description="A column maximum length of 16777215 (2^24 - 1) characters." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
179 </DATATYPE>
180 <DATATYPE ID="30" IDGroup="3" TypeName="LONGTEXT" Description="A column maximum length of 4294967295 (2^32 - 1) characters." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
181 </DATATYPE>
182 <DATATYPE ID="31" IDGroup="3" TypeName="ENUM" Description="An enumeration. A string object that can have only one value, chosen from the list of values." ParamCount="1" OptionCount="0" ParamRequired="1" EditParamsAsString="1" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
183 <PARAMS>
184 <PARAM Name="values" />
185 </PARAMS>
186 </DATATYPE>
187 <DATATYPE ID="32" IDGroup="3" TypeName="SET" Description="A set. A string object that can have zero or more values, each of which must be chosen from the list of values." ParamCount="1" OptionCount="0" ParamRequired="1" EditParamsAsString="1" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
188 <PARAMS>
189 <PARAM Name="values" />
190 pjaol 1.1 </PARAMS>
191 </DATATYPE>
192 <DATATYPE ID="33" IDGroup="4" TypeName="Varchar(20)" Description="" ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
193 <OPTIONS>
194 <OPTION Name="BINARY" Default="0" />
195 </OPTIONS>
196 </DATATYPE>
197 <DATATYPE ID="34" IDGroup="4" TypeName="Varchar(45)" Description="" ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
198 <OPTIONS>
199 <OPTION Name="BINARY" Default="0" />
200 </OPTIONS>
201 </DATATYPE>
202 <DATATYPE ID="35" IDGroup="4" TypeName="Varchar(255)" Description="" ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
203 <OPTIONS>
204 <OPTION Name="BINARY" Default="0" />
205 </OPTIONS>
206 </DATATYPE>
207 <DATATYPE ID="36" IDGroup="5" TypeName="GEOMETRY" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
208 </DATATYPE>
209 <DATATYPE ID="38" IDGroup="5" TypeName="LINESTRING" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
210 </DATATYPE>
211 pjaol 1.1 <DATATYPE ID="39" IDGroup="5" TypeName="POLYGON" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
212 </DATATYPE>
213 <DATATYPE ID="40" IDGroup="5" TypeName="MULTIPOINT" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
214 </DATATYPE>
215 <DATATYPE ID="41" IDGroup="5" TypeName="MULTILINESTRING" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
216 </DATATYPE>
217 <DATATYPE ID="42" IDGroup="5" TypeName="MULTIPOLYGON" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
218 </DATATYPE>
219 <DATATYPE ID="43" IDGroup="5" TypeName="GEOMETRYCOLLECTION" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
220 </DATATYPE>
221 </DATATYPES>
222 <COMMON_DATATYPES>
223 <COMMON_DATATYPE ID="5" />
224 <COMMON_DATATYPE ID="8" />
225 <COMMON_DATATYPE ID="20" />
226 <COMMON_DATATYPE ID="15" />
227 <COMMON_DATATYPE ID="22" />
228 <COMMON_DATATYPE ID="28" />
229 <COMMON_DATATYPE ID="26" />
230 <COMMON_DATATYPE ID="33" />
231 <COMMON_DATATYPE ID="34" />
232 pjaol 1.1 <COMMON_DATATYPE ID="35" />
233 </COMMON_DATATYPES>
234 <TABLEPREFIXES>
235 <TABLEPREFIX Name="Default (no prefix)" />
236 </TABLEPREFIXES>
237 <REGIONCOLORS>
238 <REGIONCOLOR Color="Red=#FFEEEC" />
239 <REGIONCOLOR Color="Yellow=#FEFDED" />
240 <REGIONCOLOR Color="Green=#EAFFE5" />
241 <REGIONCOLOR Color="Cyan=#ECFDFF" />
242 <REGIONCOLOR Color="Blue=#F0F1FE" />
243 <REGIONCOLOR Color="Magenta=#FFEBFA" />
244 </REGIONCOLORS>
245 <POSITIONMARKERS>
246 <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
247 <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
248 <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
249 <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
250 <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
251 <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
252 <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
253 pjaol 1.1 <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
254 <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
255 <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
256 <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
257 </POSITIONMARKERS>
258 </SETTINGS>
259 <METADATA>
260 <REGIONS>
261 </REGIONS>
262 <TABLES>
263 <TABLE ID="1000" Tablename="Groups" PrevTableName="Table_01" XPos="351" YPos="52" TableType="1" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="2" >
264 <COLUMNS>
265 <COLUMN ID="1002" ColName="idGroups" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
266 <OPTIONSELECTED>
267 <OPTIONSELECT Value="1" />
268 <OPTIONSELECT Value="0" />
269 </OPTIONSELECTED>
270 </COLUMN>
271 <COLUMN ID="1004" ColName="groupName" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(20)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
272 <OPTIONSELECTED>
273 <OPTIONSELECT Value="0" />
274 pjaol 1.1 </OPTIONSELECTED>
275 </COLUMN>
276 </COLUMNS>
277 <RELATIONS_START>
278 <RELATION_START ID="1034" />
279 <RELATION_START ID="1056" />
280 <RELATION_START ID="1061" />
281 </RELATIONS_START>
282 <INDICES>
283 <INDEX ID="1003" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
284 <INDEXCOLUMNS>
285 <INDEXCOLUMN idColumn="1002" LengthParam="0" />
286 </INDEXCOLUMNS>
287 </INDEX>
288 </INDICES>
289 </TABLE>
290 <TABLE ID="1005" Tablename="groupUsers" PrevTableName="Table_02" XPos="676" YPos="27" TableType="1" TablePrefix="0" nmTable="1" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="3" >
291 <COLUMNS>
292 <COLUMN ID="1007" ColName="idGroupUsers" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
293 <OPTIONSELECTED>
294 <OPTIONSELECT Value="1" />
295 pjaol 1.1 <OPTIONSELECT Value="0" />
296 </OPTIONSELECTED>
297 </COLUMN>
298 <COLUMN ID="1062" ColName="Groups_idGroups" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
299 <OPTIONSELECTED>
300 <OPTIONSELECT Value="1" />
301 <OPTIONSELECT Value="0" />
302 </OPTIONSELECTED>
303 </COLUMN>
304 <COLUMN ID="1009" ColName="userName" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(20)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
305 <OPTIONSELECTED>
306 <OPTIONSELECT Value="0" />
307 </OPTIONSELECTED>
308 </COLUMN>
309 <COLUMN ID="1010" ColName="fullName" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(45)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
310 <OPTIONSELECTED>
311 <OPTIONSELECT Value="0" />
312 </OPTIONSELECTED>
313 </COLUMN>
314 </COLUMNS>
315 <RELATIONS_START>
316 pjaol 1.1 <RELATION_START ID="1064" />
317 </RELATIONS_START>
318 <RELATIONS_END>
319 <RELATION_END ID="1061" />
320 </RELATIONS_END>
321 <INDICES>
322 <INDEX ID="1008" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
323 <INDEXCOLUMNS>
324 <INDEXCOLUMN idColumn="1007" LengthParam="0" />
325 </INDEXCOLUMNS>
326 </INDEX>
327 <INDEX ID="1063" IndexName="groupUsers_FKIndex1" IndexKind="1" FKRefDef_Obj_id="1061">
328 <INDEXCOLUMNS>
329 <INDEXCOLUMN idColumn="1062" LengthParam="0" />
330 </INDEXCOLUMNS>
331 </INDEX>
332 </INDICES>
333 </TABLE>
334 <TABLE ID="1023" Tablename="projects" PrevTableName="Table_03" XPos="21" YPos="55" TableType="1" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="5" >
335 <COLUMNS>
336 <COLUMN ID="1025" ColName="idprojects" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
337 pjaol 1.1 <OPTIONSELECTED>
338 <OPTIONSELECT Value="1" />
339 <OPTIONSELECT Value="0" />
340 </OPTIONSELECTED>
341 </COLUMN>
342 <COLUMN ID="1035" ColName="Groups_idGroups" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
343 <OPTIONSELECTED>
344 <OPTIONSELECT Value="1" />
345 <OPTIONSELECT Value="0" />
346 </OPTIONSELECTED>
347 </COLUMN>
348 <COLUMN ID="1027" ColName="projectName" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(20)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
349 <OPTIONSELECTED>
350 <OPTIONSELECT Value="0" />
351 </OPTIONSELECTED>
352 </COLUMN>
353 <COLUMN ID="1028" ColName="startDate" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
354 <OPTIONSELECTED>
355 </OPTIONSELECTED>
356 </COLUMN>
357 <COLUMN ID="1029" ColName="endDate" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
358 pjaol 1.1 <OPTIONSELECTED>
359 </OPTIONSELECTED>
360 </COLUMN>
361 <COLUMN ID="1030" ColName="slipage" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
362 <OPTIONSELECTED>
363 </OPTIONSELECTED>
364 </COLUMN>
365 </COLUMNS>
366 <RELATIONS_START>
367 <RELATION_START ID="1046" />
368 </RELATIONS_START>
369 <RELATIONS_END>
370 <RELATION_END ID="1034" />
371 </RELATIONS_END>
372 <INDICES>
373 <INDEX ID="1026" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
374 <INDEXCOLUMNS>
375 <INDEXCOLUMN idColumn="1025" LengthParam="0" />
376 </INDEXCOLUMNS>
377 </INDEX>
378 <INDEX ID="1036" IndexName="projects_FKIndex2" IndexKind="1" FKRefDef_Obj_id="1034">
379 pjaol 1.1 <INDEXCOLUMNS>
380 <INDEXCOLUMN idColumn="1035" LengthParam="0" />
381 </INDEXCOLUMNS>
382 </INDEX>
383 </INDICES>
384 </TABLE>
385 <TABLE ID="1037" Tablename="Activity" PrevTableName="Table_04" XPos="173" YPos="383" TableType="1" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="8" >
386 <COLUMNS>
387 <COLUMN ID="1039" ColName="idActivity" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
388 <OPTIONSELECTED>
389 <OPTIONSELECT Value="1" />
390 <OPTIONSELECT Value="0" />
391 </OPTIONSELECTED>
392 </COLUMN>
393 <COLUMN ID="1065" ColName="groupUsers_idGroupUsers" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
394 <OPTIONSELECTED>
395 <OPTIONSELECT Value="1" />
396 <OPTIONSELECT Value="0" />
397 </OPTIONSELECTED>
398 </COLUMN>
399 <COLUMN ID="1057" ColName="Groups_idGroups" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
400 pjaol 1.1 <OPTIONSELECTED>
401 <OPTIONSELECT Value="1" />
402 <OPTIONSELECT Value="0" />
403 </OPTIONSELECTED>
404 </COLUMN>
405 <COLUMN ID="1047" ColName="projects_idprojects" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
406 <OPTIONSELECTED>
407 <OPTIONSELECT Value="1" />
408 <OPTIONSELECT Value="0" />
409 </OPTIONSELECTED>
410 </COLUMN>
411 <COLUMN ID="1041" ColName="activityName" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(20)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
412 <OPTIONSELECTED>
413 <OPTIONSELECT Value="0" />
414 </OPTIONSELECTED>
415 </COLUMN>
416 <COLUMN ID="1042" ColName="activityDesc" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
417 <OPTIONSELECTED>
418 <OPTIONSELECT Value="0" />
419 </OPTIONSELECTED>
420 </COLUMN>
421 pjaol 1.1 <COLUMN ID="1043" ColName="startDate" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
422 <OPTIONSELECTED>
423 </OPTIONSELECTED>
424 </COLUMN>
425 <COLUMN ID="1044" ColName="endDate" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
426 <OPTIONSELECTED>
427 </OPTIONSELECTED>
428 </COLUMN>
429 <COLUMN ID="1045" ColName="slipage" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
430 <OPTIONSELECTED>
431 </OPTIONSELECTED>
432 </COLUMN>
433 </COLUMNS>
434 <RELATIONS_START>
435 <RELATION_START ID="1094" />
436 <RELATION_START ID="1106" />
437 </RELATIONS_START>
438 <RELATIONS_END>
439 <RELATION_END ID="1046" />
440 <RELATION_END ID="1056" />
441 <RELATION_END ID="1064" />
442 pjaol 1.1 </RELATIONS_END>
443 <INDICES>
444 <INDEX ID="1040" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
445 <INDEXCOLUMNS>
446 <INDEXCOLUMN idColumn="1039" LengthParam="0" />
447 </INDEXCOLUMNS>
448 </INDEX>
449 <INDEX ID="1048" IndexName="Activity_FKIndex1" IndexKind="1" FKRefDef_Obj_id="1046">
450 <INDEXCOLUMNS>
451 <INDEXCOLUMN idColumn="1047" LengthParam="0" />
452 </INDEXCOLUMNS>
453 </INDEX>
454 <INDEX ID="1058" IndexName="Activity_FKIndex2" IndexKind="1" FKRefDef_Obj_id="1056">
455 <INDEXCOLUMNS>
456 <INDEXCOLUMN idColumn="1057" LengthParam="0" />
457 </INDEXCOLUMNS>
458 </INDEX>
459 <INDEX ID="1066" IndexName="Activity_FKIndex3" IndexKind="1" FKRefDef_Obj_id="1064">
460 <INDEXCOLUMNS>
461 <INDEXCOLUMN idColumn="1065" LengthParam="0" />
462 </INDEXCOLUMNS>
463 pjaol 1.1 </INDEX>
464 </INDICES>
465 </TABLE>
466 <TABLE ID="1067" Tablename="dependacies" PrevTableName="Table_05" XPos="623" YPos="501" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="12" >
467 <COLUMNS>
468 <COLUMN ID="1069" ColName="idDependacies" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
469 <OPTIONSELECTED>
470 <OPTIONSELECT Value="1" />
471 <OPTIONSELECT Value="0" />
472 </OPTIONSELECTED>
473 </COLUMN>
474 <COLUMN ID="1107" ColName="Activity_idActivity" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
475 <OPTIONSELECTED>
476 <OPTIONSELECT Value="1" />
477 <OPTIONSELECT Value="0" />
478 </OPTIONSELECTED>
479 </COLUMN>
480 <COLUMN ID="1078" ColName="dependancyType_idDependancyType" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
481 <OPTIONSELECTED>
482 <OPTIONSELECT Value="1" />
483 <OPTIONSELECT Value="0" />
484 pjaol 1.1 </OPTIONSELECTED>
485 </COLUMN>
486 </COLUMNS>
487 <RELATIONS_END>
488 <RELATION_END ID="1077" />
489 <RELATION_END ID="1106" />
490 </RELATIONS_END>
491 <INDICES>
492 <INDEX ID="1070" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
493 <INDEXCOLUMNS>
494 <INDEXCOLUMN idColumn="1069" LengthParam="0" />
495 </INDEXCOLUMNS>
496 </INDEX>
497 <INDEX ID="1079" IndexName="dependacies_FKIndex1" IndexKind="1" FKRefDef_Obj_id="1077">
498 <INDEXCOLUMNS>
499 <INDEXCOLUMN idColumn="1078" LengthParam="0" />
500 </INDEXCOLUMNS>
501 </INDEX>
502 <INDEX ID="1108" IndexName="dependacies_FKIndex2" IndexKind="1" FKRefDef_Obj_id="1106">
503 <INDEXCOLUMNS>
504 <INDEXCOLUMN idColumn="1107" LengthParam="0" />
505 pjaol 1.1 </INDEXCOLUMNS>
506 </INDEX>
507 </INDICES>
508 </TABLE>
509 <TABLE ID="1072" Tablename="dependancyType" PrevTableName="Table_06" XPos="777" YPos="251" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="13" >
510 <COLUMNS>
511 <COLUMN ID="1074" ColName="idDependancyType" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
512 <OPTIONSELECTED>
513 <OPTIONSELECT Value="1" />
514 <OPTIONSELECT Value="0" />
515 </OPTIONSELECTED>
516 </COLUMN>
517 <COLUMN ID="1076" ColName="name" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(20)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
518 <OPTIONSELECTED>
519 <OPTIONSELECT Value="0" />
520 </OPTIONSELECTED>
521 </COLUMN>
522 </COLUMNS>
523 <RELATIONS_START>
524 <RELATION_START ID="1077" />
525 </RELATIONS_START>
526 pjaol 1.1 <INDICES>
527 <INDEX ID="1075" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
528 <INDEXCOLUMNS>
529 <INDEXCOLUMN idColumn="1074" LengthParam="0" />
530 </INDEXCOLUMNS>
531 </INDEX>
532 </INDICES>
533 </TABLE>
534 <TABLE ID="1086" Tablename="diary" PrevTableName="Table_07" XPos="696" YPos="697" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="17" >
535 <COLUMNS>
536 <COLUMN ID="1088" ColName="iddiary" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
537 <OPTIONSELECTED>
538 <OPTIONSELECT Value="1" />
539 <OPTIONSELECT Value="0" />
540 </OPTIONSELECTED>
541 </COLUMN>
542 <COLUMN ID="1095" ColName="Activity_idActivity" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
543 <OPTIONSELECTED>
544 <OPTIONSELECT Value="1" />
545 <OPTIONSELECT Value="0" />
546 </OPTIONSELECTED>
547 pjaol 1.1 </COLUMN>
548 <COLUMN ID="1090" ColName="diaryType" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(20)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
549 <OPTIONSELECTED>
550 <OPTIONSELECT Value="0" />
551 </OPTIONSELECTED>
552 </COLUMN>
553 <COLUMN ID="1091" ColName="description" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(20)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
554 <OPTIONSELECTED>
555 <OPTIONSELECT Value="0" />
556 </OPTIONSELECTED>
557 </COLUMN>
558 <COLUMN ID="1092" ColName="message" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
559 <OPTIONSELECTED>
560 <OPTIONSELECT Value="0" />
561 </OPTIONSELECTED>
562 </COLUMN>
563 <COLUMN ID="1093" ColName="date" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
564 <OPTIONSELECTED>
565 </OPTIONSELECTED>
566 </COLUMN>
567 </COLUMNS>
568 pjaol 1.1 <RELATIONS_END>
569 <RELATION_END ID="1094" />
570 </RELATIONS_END>
571 <INDICES>
572 <INDEX ID="1089" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
573 <INDEXCOLUMNS>
574 <INDEXCOLUMN idColumn="1088" LengthParam="0" />
575 </INDEXCOLUMNS>
576 </INDEX>
577 <INDEX ID="1096" IndexName="diary_FKIndex1" IndexKind="1" FKRefDef_Obj_id="1094">
578 <INDEXCOLUMNS>
579 <INDEXCOLUMN idColumn="1095" LengthParam="0" />
580 </INDEXCOLUMNS>
581 </INDEX>
582 </INDICES>
583 </TABLE>
584 </TABLES>
585 <RELATIONS>
586 <RELATION ID="1034" RelationName="Rel_03" Kind="2" SrcTable="1000" DestTable="1023" FKFields="idGroups=Groups_idGroups\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="1036" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="7" />
587 <RELATION ID="1046" RelationName="Rel_04" Kind="2" SrcTable="1023" DestTable="1037" FKFields="idprojects=projects_idprojects\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="1048" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="9" />
588 <RELATION ID="1056" RelationName="Rel_06" Kind="2" SrcTable="1000" DestTable="1037" FKFields="idGroups=Groups_idGroups\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="1058" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="10" />
589 pjaol 1.1 <RELATION ID="1061" RelationName="Rel_07" Kind="2" SrcTable="1000" DestTable="1005" FKFields="idGroups=Groups_idGroups\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="1063" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="10" />
590 <RELATION ID="1064" RelationName="Rel_08" Kind="2" SrcTable="1005" DestTable="1037" FKFields="idGroupUsers=groupUsers_idGroupUsers\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="1066" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="11" />
591 <RELATION ID="1077" RelationName="Rel_09" Kind="2" SrcTable="1072" DestTable="1067" FKFields="idDependancyType=dependancyType_idDependancyType\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="1079" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="14" />
592 <RELATION ID="1094" RelationName="Rel_12" Kind="2" SrcTable="1037" DestTable="1086" FKFields="idActivity=Activity_idActivity\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="1096" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="18" />
593 <RELATION ID="1106" RelationName="Rel_13" Kind="2" SrcTable="1037" DestTable="1067" FKFields="idActivity=Activity_idActivity\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="1108" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="17" />
594 </RELATIONS>
595 <NOTES>
596 <NOTE ID="1097" NoteName="Note_01" XPos="35" YPos="383" NoteText="$Id: $\nVerion 1.0\nGantt_manager\n" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="19" />
597 </NOTES>
598 <IMAGES>
599 </IMAGES>
600 </METADATA>
601 <PLUGINDATA>
602 <PLUGINDATARECORDS>
603 </PLUGINDATARECORDS>
604 </PLUGINDATA>
605 <QUERYDATA>
606 <QUERYRECORDS>
607 </QUERYRECORDS>
608 </QUERYDATA>
609 <LINKEDMODELS>
610 pjaol 1.1 </LINKEDMODELS>
611 </DBMODEL>
|