Subversion Repositories public

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 andreas 1
<?xml version="1.0" standalone="yes" ?>
2
<DBMODEL Version="4.0">
3
<SETTINGS>
4
<GLOBALSETTINGS ModelName="pm" IDModel="0" IDVersion="0" VersionStr="1.4" Comments="Autor: Andreas Theofilu\nCompany: Theos Soft\nCreated: 13.10.2004" UseVersionHistroy="1" AutoIncVersion="1" DatabaseType="MySQL" ZoomFac="100.00" XPos="0" YPos="672" DefaultDataType="5" DefaultTablePrefix="0" DefSaveDBConn="" DefSyncDBConn="" DefQueryDBConn="" Printer="HP LaserJet 2200 Series PCL 6" HPageCount="4.0" PageAspectRatio="1.524904214559387" PageOrientation="0" PageFormat="A4 (210x297 mm, 8.26x11.7 inches)" SelectedPages="" UsePositionGrid="1" 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
</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
<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
<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
<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
<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
<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
<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
</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
</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
<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
<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
<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="2428" Tablename="key_sgf" PrevTableName="Table_01" XPos="20" YPos="20" 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="Definiert die strategischen Geschaeftsfuehrer, sofern es solche gibt." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="2" >
264
<COLUMNS>
265
<COLUMN ID="2430" ColName="ks_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Schluesselnummer">
266
<OPTIONSELECTED>
267
<OPTIONSELECT Value="1" />
268
<OPTIONSELECT Value="0" />
269
</OPTIONSELECTED>
270
</COLUMN>
271
<COLUMN ID="2432" ColName="ks_sgf" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(20)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Strategisches Geschaeftsfeld">
272
<OPTIONSELECTED>
273
<OPTIONSELECT Value="0" />
274
</OPTIONSELECTED>
275
</COLUMN>
276
</COLUMNS>
277
<RELATIONS_START>
278
<RELATION_START ID="2459" />
279
</RELATIONS_START>
280
<INDICES>
281
<INDEX ID="2431" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
282
<INDEXCOLUMNS>
283
<INDEXCOLUMN idColumn="2430" LengthParam="0" />
284
</INDEXCOLUMNS>
285
</INDEX>
286
</INDICES>
287
</TABLE>
288
<TABLE ID="2433" Tablename="key_tmgroup" PrevTableName="Table_02" XPos="20" YPos="100" 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="Definiert individuelle Themenmanagergruppen, mit deren Hilfe die Projekte in Themengruppen gebuendelt werden koennen." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="3" >
289
<COLUMNS>
290
<COLUMN ID="2435" ColName="kt_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Schluesselnummer">
291
<OPTIONSELECTED>
292
<OPTIONSELECT Value="1" />
293
<OPTIONSELECT Value="0" />
294
</OPTIONSELECTED>
295
</COLUMN>
296
<COLUMN ID="2437" ColName="kt_tm" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Themenmanagergruppe">
297
<OPTIONSELECTED>
298
<OPTIONSELECT Value="0" />
299
</OPTIONSELECTED>
300
</COLUMN>
301
</COLUMNS>
302
<RELATIONS_START>
303
<RELATION_START ID="2462" />
304
</RELATIONS_START>
305
<INDICES>
306
<INDEX ID="2436" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
307
<INDEXCOLUMNS>
308
<INDEXCOLUMN idColumn="2435" LengthParam="0" />
309
</INDEXCOLUMNS>
310
</INDEX>
311
</INDICES>
312
</TABLE>
313
<TABLE ID="2439" Tablename="key_status" PrevTableName="Table_03" XPos="20" YPos="180" 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="Beinhaltet einen statischen Schluessel welcher die einzelnen Projektstati naeher definiert." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="4" >
314
<COLUMNS>
315
<COLUMN ID="2445" ColName="ks_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Schluesselnummer">
316
<OPTIONSELECTED>
317
<OPTIONSELECT Value="1" />
318
<OPTIONSELECT Value="0" />
319
</OPTIONSELECTED>
320
</COLUMN>
321
<COLUMN ID="2447" ColName="ks_status" PrevColName="" Pos="1" idDatatype="19" DatatypeParams="(10)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Projektstatus">
322
<OPTIONSELECTED>
323
<OPTIONSELECT Value="0" />
324
</OPTIONSELECTED>
325
</COLUMN>
326
</COLUMNS>
327
<RELATIONS_START>
328
<RELATION_START ID="2465" />
329
</RELATIONS_START>
330
<INDICES>
331
<INDEX ID="2446" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
332
<INDEXCOLUMNS>
333
<INDEXCOLUMN idColumn="2445" LengthParam="0" />
334
</INDEXCOLUMNS>
335
</INDEX>
336
</INDICES>
337
</TABLE>
338
<TABLE ID="2448" Tablename="projekt" PrevTableName="Table_04" XPos="240" YPos="20" 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="Beinhaltet die Grunddefinition eines Projekts" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="5" >
339
<COLUMNS>
340
<COLUMN ID="2450" ColName="pr_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Projektnummer">
341
<OPTIONSELECTED>
342
<OPTIONSELECT Value="1" />
343
<OPTIONSELECT Value="0" />
344
</OPTIONSELECTED>
345
</COLUMN>
346
<COLUMN ID="2452" ColName="pr_name" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(100)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Projektbezeichnung">
347
<OPTIONSELECTED>
348
<OPTIONSELECT Value="0" />
349
</OPTIONSELECTED>
350
</COLUMN>
351
<COLUMN ID="2510" ColName="pr_pl" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
352
<OPTIONSELECTED>
353
<OPTIONSELECT Value="1" />
354
<OPTIONSELECT Value="0" />
355
</OPTIONSELECTED>
356
</COLUMN>
357
<COLUMN ID="2516" ColName="pr_plav" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
358
<OPTIONSELECTED>
359
<OPTIONSELECT Value="1" />
360
<OPTIONSELECT Value="0" />
361
</OPTIONSELECTED>
362
</COLUMN>
363
<COLUMN ID="2469" ColName="pr_sgf" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
364
<OPTIONSELECTED>
365
<OPTIONSELECT Value="1" />
366
<OPTIONSELECT Value="0" />
367
</OPTIONSELECTED>
368
</COLUMN>
369
<COLUMN ID="2470" ColName="pr_tmgroup" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
370
<OPTIONSELECTED>
371
<OPTIONSELECT Value="1" />
372
<OPTIONSELECT Value="0" />
373
</OPTIONSELECTED>
374
</COLUMN>
375
<COLUMN ID="2471" ColName="pr_status" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
376
<OPTIONSELECTED>
377
<OPTIONSELECT Value="1" />
378
<OPTIONSELECT Value="0" />
379
</OPTIONSELECTED>
380
</COLUMN>
381
</COLUMNS>
382
<RELATIONS_START>
383
<RELATION_START ID="2543" />
384
<RELATION_START ID="2594" />
385
<RELATION_START ID="2699" />
386
<RELATION_START ID="2728" />
387
<RELATION_START ID="2787" />
388
</RELATIONS_START>
389
<RELATIONS_END>
390
<RELATION_END ID="2459" />
391
<RELATION_END ID="2462" />
392
<RELATION_END ID="2465" />
393
<RELATION_END ID="2503" />
394
<RELATION_END ID="2512" />
395
</RELATIONS_END>
396
<INDICES>
397
<INDEX ID="2451" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
398
<INDEXCOLUMNS>
399
<INDEXCOLUMN idColumn="2450" LengthParam="0" />
400
</INDEXCOLUMNS>
401
</INDEX>
402
<INDEX ID="2461" IndexName="projekt_FKIndex1" IndexKind="1" FKRefDef_Obj_id="2459">
403
<INDEXCOLUMNS>
404
<INDEXCOLUMN idColumn="2469" LengthParam="0" />
405
</INDEXCOLUMNS>
406
</INDEX>
407
<INDEX ID="2464" IndexName="projekt_FKIndex2" IndexKind="1" FKRefDef_Obj_id="2462">
408
<INDEXCOLUMNS>
409
<INDEXCOLUMN idColumn="2470" LengthParam="0" />
410
</INDEXCOLUMNS>
411
</INDEX>
412
<INDEX ID="2467" IndexName="projekt_FKIndex3" IndexKind="1" FKRefDef_Obj_id="2465">
413
<INDEXCOLUMNS>
414
<INDEXCOLUMN idColumn="2471" LengthParam="0" />
415
</INDEXCOLUMNS>
416
</INDEX>
417
<INDEX ID="2505" IndexName="projekt_FKIndex4" IndexKind="1" FKRefDef_Obj_id="2503">
418
<INDEXCOLUMNS>
419
<INDEXCOLUMN idColumn="2510" LengthParam="0" />
420
</INDEXCOLUMNS>
421
</INDEX>
422
<INDEX ID="2514" IndexName="projekt_FKIndex5" IndexKind="1" FKRefDef_Obj_id="2512">
423
<INDEXCOLUMNS>
424
<INDEXCOLUMN idColumn="2516" LengthParam="0" />
425
</INDEXCOLUMNS>
426
</INDEX>
427
</INDICES>
428
</TABLE>
429
<TABLE ID="2473" Tablename="counter" PrevTableName="Table_05" XPos="20" YPos="240" 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="Beinhaltet Zaehlervariablen fuer die automatischen Zaehler einiger Tabellen und die Versionsnummer des Programms fuer das die Datenbank erzeugt wurde." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="9" >
430
<COLUMNS>
431
<COLUMN ID="2475" ColName="co_mitarbeiter" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Zaehler fuer Tabelle Mitarbeiter">
432
<OPTIONSELECTED>
433
<OPTIONSELECT Value="1" />
434
<OPTIONSELECT Value="0" />
435
</OPTIONSELECTED>
436
</COLUMN>
437
<COLUMN ID="2477" ColName="co_plan" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Zaehler fuer Tabelle Plan">
438
<OPTIONSELECTED>
439
<OPTIONSELECT Value="1" />
440
<OPTIONSELECT Value="0" />
441
</OPTIONSELECTED>
442
</COLUMN>
443
<COLUMN ID="2478" ColName="co_task" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Zaehler fuer Tabelle Task">
444
<OPTIONSELECTED>
445
<OPTIONSELECT Value="1" />
446
<OPTIONSELECT Value="0" />
447
</OPTIONSELECTED>
448
</COLUMN>
449
<COLUMN ID="2479" ColName="co_wdone" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Zaehler fuer Tabelle Wdone">
450
<OPTIONSELECTED>
451
<OPTIONSELECT Value="1" />
452
<OPTIONSELECT Value="0" />
453
</OPTIONSELECTED>
454
</COLUMN>
455
<COLUMN ID="2480" ColName="co_allocation" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Zaehler fuer Tabelle Allocation">
456
<OPTIONSELECTED>
457
<OPTIONSELECT Value="1" />
458
<OPTIONSELECT Value="0" />
459
</OPTIONSELECTED>
460
</COLUMN>
461
<COLUMN ID="2481" ColName="co_tempidx" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Zaehler fuer Tabelle Tempidx">
462
<OPTIONSELECTED>
463
<OPTIONSELECT Value="1" />
464
<OPTIONSELECT Value="0" />
465
</OPTIONSELECTED>
466
</COLUMN>
467
<COLUMN ID="2482" ColName="co_ptemp" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Zaehler fuer Tabelle Ptemp">
468
<OPTIONSELECTED>
469
<OPTIONSELECT Value="1" />
470
<OPTIONSELECT Value="0" />
471
</OPTIONSELECTED>
472
</COLUMN>
473
<COLUMN ID="2483" ColName="co_charge" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Zaehler fuer Tabelle Charge">
474
<OPTIONSELECTED>
475
<OPTIONSELECT Value="1" />
476
<OPTIONSELECT Value="0" />
477
</OPTIONSELECTED>
478
</COLUMN>
479
<COLUMN ID="2484" ColName="co_kgroup" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Zaehler fuer Tabelle Kgroup">
480
<OPTIONSELECTED>
481
<OPTIONSELECT Value="1" />
482
<OPTIONSELECT Value="0" />
483
</OPTIONSELECTED>
484
</COLUMN>
485
<COLUMN ID="2485" ColName="co_kunde" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Zaehler fuer Tabelle Kunde">
486
<OPTIONSELECTED>
487
<OPTIONSELECT Value="1" />
488
<OPTIONSELECT Value="0" />
489
</OPTIONSELECTED>
490
</COLUMN>
491
<COLUMN ID="2486" ColName="co_histanteil" PrevColName="" Pos="10" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Zaehler fuer Tabelle Histanteil">
492
<OPTIONSELECTED>
493
<OPTIONSELECT Value="1" />
494
<OPTIONSELECT Value="0" />
495
</OPTIONSELECTED>
496
</COLUMN>
497
<COLUMN ID="2487" ColName="co_anteil" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Zaehler fuer Tabelle Anteil">
498
<OPTIONSELECTED>
499
<OPTIONSELECT Value="1" />
500
<OPTIONSELECT Value="0" />
501
</OPTIONSELECTED>
502
</COLUMN>
503
<COLUMN ID="2488" ColName="co_calendar" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Zaehler fuer Tabelle Calendar">
504
<OPTIONSELECTED>
505
<OPTIONSELECT Value="1" />
506
<OPTIONSELECT Value="0" />
507
</OPTIONSELECTED>
508
</COLUMN>
509
<COLUMN ID="2489" ColName="co_ejournal" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Zaehler fuer Tabelle Ejournal">
510
<OPTIONSELECTED>
511
<OPTIONSELECT Value="1" />
512
<OPTIONSELECT Value="0" />
513
</OPTIONSELECTED>
514
</COLUMN>
515
<COLUMN ID="2490" ColName="version" PrevColName="" Pos="14" idDatatype="19" DatatypeParams="(10)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Versionsnummer der Datenbank.">
516
<OPTIONSELECTED>
517
<OPTIONSELECT Value="0" />
518
</OPTIONSELECTED>
519
</COLUMN>
520
</COLUMNS>
521
</TABLE>
522
<TABLE ID="2491" Tablename="mitarbeiter" PrevTableName="Table_06" XPos="20" YPos="620" 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="Enthaelt die Mitarbeiter der Projekte" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="10" >
523
<COLUMNS>
524
<COLUMN ID="2493" ColName="mi_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Mitarbeiternummer">
525
<OPTIONSELECTED>
526
<OPTIONSELECT Value="1" />
527
<OPTIONSELECT Value="0" />
528
</OPTIONSELECTED>
529
</COLUMN>
530
<COLUMN ID="2495" ColName="mi_vname" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Vorname">
531
<OPTIONSELECTED>
532
<OPTIONSELECT Value="0" />
533
</OPTIONSELECTED>
534
</COLUMN>
535
<COLUMN ID="2496" ColName="mi_nname" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nachname">
536
<OPTIONSELECTED>
537
<OPTIONSELECT Value="0" />
538
</OPTIONSELECTED>
539
</COLUMN>
540
<COLUMN ID="2534" ColName="mi_land" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Herkunftsland">
541
<OPTIONSELECTED>
542
<OPTIONSELECT Value="1" />
543
<OPTIONSELECT Value="0" />
544
</OPTIONSELECTED>
545
</COLUMN>
546
<COLUMN ID="2535" ColName="mi_abt" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Abteilung">
547
<OPTIONSELECTED>
548
<OPTIONSELECT Value="1" />
549
<OPTIONSELECT Value="0" />
550
</OPTIONSELECTED>
551
</COLUMN>
552
<COLUMN ID="2497" ColName="mi_tel" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Telefonnummer / Klappe">
553
<OPTIONSELECTED>
554
<OPTIONSELECT Value="0" />
555
</OPTIONSELECTED>
556
</COLUMN>
557
<COLUMN ID="2498" ColName="mi_mail" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(80)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="E-Mailadresse">
558
<OPTIONSELECTED>
559
<OPTIONSELECT Value="0" />
560
</OPTIONSELECTED>
561
</COLUMN>
562
<COLUMN ID="2499" ColName="mi_userid" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(16)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Benutzerkennung fuer Login">
563
<OPTIONSELECTED>
564
<OPTIONSELECT Value="0" />
565
</OPTIONSELECTED>
566
</COLUMN>
567
<COLUMN ID="2500" ColName="mi_passwd" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Verschluesseltes Passwort">
568
<OPTIONSELECTED>
569
<OPTIONSELECT Value="0" />
570
</OPTIONSELECTED>
571
</COLUMN>
572
<COLUMN ID="2501" ColName="mi_rstufe" PrevColName="" Pos="7" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Berechtigungsstufe">
573
<OPTIONSELECTED>
574
<OPTIONSELECT Value="0" />
575
<OPTIONSELECT Value="0" />
576
</OPTIONSELECTED>
577
</COLUMN>
578
<COLUMN ID="2502" ColName="mi_hacker" PrevColName="" Pos="8" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Hackerkennzeichen">
579
<OPTIONSELECTED>
580
<OPTIONSELECT Value="0" />
581
<OPTIONSELECT Value="0" />
582
</OPTIONSELECTED>
583
</COLUMN>
584
</COLUMNS>
585
<RELATIONS_START>
586
<RELATION_START ID="2503" />
587
<RELATION_START ID="2512" />
588
<RELATION_START ID="2598" />
589
<RELATION_START ID="2633" />
590
<RELATION_START ID="2691" />
591
<RELATION_START ID="2800" />
592
</RELATIONS_START>
593
<RELATIONS_END>
594
<RELATION_END ID="2528" />
595
<RELATION_END ID="2531" />
596
</RELATIONS_END>
597
<INDICES>
598
<INDEX ID="2494" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
599
<INDEXCOLUMNS>
600
<INDEXCOLUMN idColumn="2493" LengthParam="0" />
601
</INDEXCOLUMNS>
602
</INDEX>
603
<INDEX ID="2530" IndexName="mitarbeiter_FKIndex1" IndexKind="1" FKRefDef_Obj_id="2528">
604
<INDEXCOLUMNS>
605
<INDEXCOLUMN idColumn="2534" LengthParam="0" />
606
</INDEXCOLUMNS>
607
</INDEX>
608
<INDEX ID="2533" IndexName="mitarbeiter_FKIndex2" IndexKind="1" FKRefDef_Obj_id="2531">
609
<INDEXCOLUMNS>
610
<INDEXCOLUMN idColumn="2535" LengthParam="0" />
611
</INDEXCOLUMNS>
612
</INDEX>
613
</INDICES>
614
</TABLE>
615
<TABLE ID="2518" Tablename="key_land" PrevTableName="Table_07" XPos="420" YPos="800" 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" >
616
<COLUMNS>
617
<COLUMN ID="2520" ColName="kl_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Schluesselnummer">
618
<OPTIONSELECTED>
619
<OPTIONSELECT Value="1" />
620
<OPTIONSELECT Value="0" />
621
</OPTIONSELECTED>
622
</COLUMN>
623
<COLUMN ID="2522" ColName="kl_land" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Bezeichnung des Lands / Herkunft">
624
<OPTIONSELECTED>
625
<OPTIONSELECT Value="0" />
626
</OPTIONSELECTED>
627
</COLUMN>
628
</COLUMNS>
629
<RELATIONS_START>
630
<RELATION_START ID="2528" />
631
</RELATIONS_START>
632
<INDICES>
633
<INDEX ID="2521" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
634
<INDEXCOLUMNS>
635
<INDEXCOLUMN idColumn="2520" LengthParam="0" />
636
</INDEXCOLUMNS>
637
</INDEX>
638
</INDICES>
639
</TABLE>
640
<TABLE ID="2523" Tablename="key_abt" PrevTableName="Table_08" XPos="420" YPos="880" 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="Beinhaltet die einzelnen Abteilungen, welche den Mitarbeitern zugeordnet werden koennen." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="14" >
641
<COLUMNS>
642
<COLUMN ID="2525" ColName="ka_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Schluesselnummer">
643
<OPTIONSELECTED>
644
<OPTIONSELECT Value="1" />
645
<OPTIONSELECT Value="0" />
646
</OPTIONSELECTED>
647
</COLUMN>
648
<COLUMN ID="2527" ColName="ka_abt" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Bezeichnung der Abteilung">
649
<OPTIONSELECTED>
650
<OPTIONSELECT Value="0" />
651
</OPTIONSELECTED>
652
</COLUMN>
653
</COLUMNS>
654
<RELATIONS_START>
655
<RELATION_START ID="2531" />
656
</RELATIONS_START>
657
<INDICES>
658
<INDEX ID="2526" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
659
<INDEXCOLUMNS>
660
<INDEXCOLUMN idColumn="2525" LengthParam="0" />
661
</INDEXCOLUMNS>
662
</INDEX>
663
</INDICES>
664
</TABLE>
665
<TABLE ID="2537" Tablename="plan" PrevTableName="Table_09" XPos="520" YPos="20" 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="Enthaelt die Grunddefinition eines Plans" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="17" >
666
<COLUMNS>
667
<COLUMN ID="2539" ColName="pl_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Interne laufende Nummer">
668
<OPTIONSELECTED>
669
<OPTIONSELECT Value="1" />
670
<OPTIONSELECT Value="0" />
671
</OPTIONSELECTED>
672
</COLUMN>
673
<COLUMN ID="2541" ColName="pl_lfd" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Zaehler innerhalb eines Plans">
674
<OPTIONSELECTED>
675
<OPTIONSELECT Value="1" />
676
<OPTIONSELECT Value="0" />
677
</OPTIONSELECTED>
678
</COLUMN>
679
<COLUMN ID="2546" ColName="pl_prnum" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Projektnummer">
680
<OPTIONSELECTED>
681
<OPTIONSELECT Value="1" />
682
<OPTIONSELECT Value="0" />
683
</OPTIONSELECTED>
684
</COLUMN>
685
<COLUMN ID="2542" ColName="pl_status" PrevColName="" Pos="2" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Status des Plans">
686
<OPTIONSELECTED>
687
<OPTIONSELECT Value="1" />
688
<OPTIONSELECT Value="0" />
689
</OPTIONSELECTED>
690
</COLUMN>
691
</COLUMNS>
692
<RELATIONS_START>
693
<RELATION_START ID="2567" />
694
</RELATIONS_START>
695
<RELATIONS_END>
696
<RELATION_END ID="2543" />
697
</RELATIONS_END>
698
<INDICES>
699
<INDEX ID="2540" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
700
<INDEXCOLUMNS>
701
<INDEXCOLUMN idColumn="2539" LengthParam="0" />
702
</INDEXCOLUMNS>
703
</INDEX>
704
<INDEX ID="2545" IndexName="plan_FKIndex1" IndexKind="1" FKRefDef_Obj_id="2543">
705
<INDEXCOLUMNS>
706
<INDEXCOLUMN idColumn="2546" LengthParam="0" />
707
</INDEXCOLUMNS>
708
</INDEX>
709
</INDICES>
710
</TABLE>
711
<TABLE ID="2548" Tablename="task" PrevTableName="Table_10" XPos="820" YPos="20" 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="19" >
712
<COLUMNS>
713
<COLUMN ID="2550" ColName="ta_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
714
<OPTIONSELECTED>
715
<OPTIONSELECT Value="1" />
716
<OPTIONSELECT Value="0" />
717
</OPTIONSELECTED>
718
</COLUMN>
719
<COLUMN ID="2570" ColName="ta_plnum" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
720
<OPTIONSELECTED>
721
<OPTIONSELECT Value="1" />
722
<OPTIONSELECT Value="0" />
723
</OPTIONSELECTED>
724
</COLUMN>
725
<COLUMN ID="2552" ColName="ta_id" PrevColName="" Pos="1" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
726
<OPTIONSELECTED>
727
<OPTIONSELECT Value="1" />
728
<OPTIONSELECT Value="0" />
729
</OPTIONSELECTED>
730
</COLUMN>
731
<COLUMN ID="2553" ColName="ta_depend" PrevColName="" Pos="2" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
732
<OPTIONSELECTED>
733
<OPTIONSELECT Value="1" />
734
<OPTIONSELECT Value="0" />
735
</OPTIONSELECTED>
736
</COLUMN>
737
<COLUMN ID="2554" ColName="ta_deptype" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
738
<OPTIONSELECTED>
739
<OPTIONSELECT Value="0" />
740
<OPTIONSELECT Value="0" />
741
</OPTIONSELECTED>
742
</COLUMN>
743
<COLUMN ID="2555" ColName="ta_name" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
744
<OPTIONSELECTED>
745
<OPTIONSELECT Value="0" />
746
</OPTIONSELECTED>
747
</COLUMN>
748
<COLUMN ID="2556" ColName="ta_color" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
749
<OPTIONSELECTED>
750
<OPTIONSELECT Value="1" />
751
<OPTIONSELECT Value="0" />
752
</OPTIONSELECTED>
753
</COLUMN>
754
<COLUMN ID="2557" ColName="ta_shape" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(40)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
755
<OPTIONSELECTED>
756
<OPTIONSELECT Value="0" />
757
</OPTIONSELECTED>
758
</COLUMN>
759
<COLUMN ID="2558" ColName="ta_meeting" PrevColName="" Pos="7" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
760
<OPTIONSELECTED>
761
<OPTIONSELECT Value="0" />
762
<OPTIONSELECT Value="0" />
763
</OPTIONSELECTED>
764
</COLUMN>
765
<COLUMN ID="2559" ColName="ta_start" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
766
<OPTIONSELECTED>
767
<OPTIONSELECT Value="1" />
768
<OPTIONSELECT Value="0" />
769
</OPTIONSELECTED>
770
</COLUMN>
771
<COLUMN ID="2560" ColName="ta_duration" PrevColName="" Pos="9" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
772
<OPTIONSELECTED>
773
<OPTIONSELECT Value="1" />
774
<OPTIONSELECT Value="0" />
775
</OPTIONSELECTED>
776
</COLUMN>
777
<COLUMN ID="2561" ColName="ta_complete" PrevColName="" Pos="10" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
778
<OPTIONSELECTED>
779
<OPTIONSELECT Value="0" />
780
<OPTIONSELECT Value="0" />
781
</OPTIONSELECTED>
782
</COLUMN>
783
<COLUMN ID="2562" ColName="ta_fixed_start" PrevColName="" Pos="11" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
784
<OPTIONSELECTED>
785
<OPTIONSELECT Value="0" />
786
<OPTIONSELECT Value="0" />
787
</OPTIONSELECTED>
788
</COLUMN>
789
<COLUMN ID="2563" ColName="ta_priority" PrevColName="" Pos="12" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
790
<OPTIONSELECTED>
791
<OPTIONSELECT Value="0" />
792
<OPTIONSELECT Value="0" />
793
</OPTIONSELECTED>
794
</COLUMN>
795
<COLUMN ID="2564" ColName="ta_level" PrevColName="" Pos="13" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
796
<OPTIONSELECTED>
797
<OPTIONSELECT Value="0" />
798
<OPTIONSELECT Value="0" />
799
</OPTIONSELECTED>
800
</COLUMN>
801
<COLUMN ID="2565" ColName="ta_notiz" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(4096)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
802
<OPTIONSELECTED>
803
<OPTIONSELECT Value="0" />
804
</OPTIONSELECTED>
805
</COLUMN>
806
<COLUMN ID="2579" ColName="ta_phase" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
807
<OPTIONSELECTED>
808
<OPTIONSELECT Value="1" />
809
<OPTIONSELECT Value="0" />
810
</OPTIONSELECTED>
811
</COLUMN>
812
<COLUMN ID="2566" ColName="ta_risiko" PrevColName="" Pos="15" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
813
<OPTIONSELECTED>
814
<OPTIONSELECT Value="0" />
815
<OPTIONSELECT Value="0" />
816
</OPTIONSELECTED>
817
</COLUMN>
818
</COLUMNS>
819
<RELATIONS_START>
820
<RELATION_START ID="2602" />
821
<RELATION_START ID="2636" />
822
<RELATION_START ID="2695" />
823
</RELATIONS_START>
824
<RELATIONS_END>
825
<RELATION_END ID="2567" />
826
<RELATION_END ID="2576" />
827
</RELATIONS_END>
828
<INDICES>
829
<INDEX ID="2551" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
830
<INDEXCOLUMNS>
831
<INDEXCOLUMN idColumn="2550" LengthParam="0" />
832
</INDEXCOLUMNS>
833
</INDEX>
834
<INDEX ID="2569" IndexName="task_FKIndex1" IndexKind="1" FKRefDef_Obj_id="2567">
835
<INDEXCOLUMNS>
836
<INDEXCOLUMN idColumn="2570" LengthParam="0" />
837
</INDEXCOLUMNS>
838
</INDEX>
839
<INDEX ID="2578" IndexName="task_FKIndex2" IndexKind="1" FKRefDef_Obj_id="2576">
840
<INDEXCOLUMNS>
841
<INDEXCOLUMN idColumn="2579" LengthParam="0" />
842
</INDEXCOLUMNS>
843
</INDEX>
844
</INDICES>
845
</TABLE>
846
<TABLE ID="2571" Tablename="key_phase" PrevTableName="Table_11" XPos="20" YPos="940" 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="21" >
847
<COLUMNS>
848
<COLUMN ID="2573" ColName="kp_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
849
<OPTIONSELECTED>
850
<OPTIONSELECT Value="1" />
851
<OPTIONSELECT Value="0" />
852
</OPTIONSELECTED>
853
</COLUMN>
854
<COLUMN ID="2575" ColName="kp_phase" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(60)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
855
<OPTIONSELECTED>
856
<OPTIONSELECT Value="0" />
857
</OPTIONSELECTED>
858
</COLUMN>
859
</COLUMNS>
860
<RELATIONS_START>
861
<RELATION_START ID="2576" />
862
<RELATION_START ID="2590" />
863
<RELATION_START ID="2639" />
864
<RELATION_START ID="2664" />
865
</RELATIONS_START>
866
<INDICES>
867
<INDEX ID="2574" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
868
<INDEXCOLUMNS>
869
<INDEXCOLUMN idColumn="2573" LengthParam="0" />
870
</INDEXCOLUMNS>
871
</INDEX>
872
</INDICES>
873
</TABLE>
874
<TABLE ID="2581" Tablename="wdone" PrevTableName="Table_12" XPos="520" YPos="160" 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="23" >
875
<COLUMNS>
876
<COLUMN ID="2583" ColName="wd_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
877
<OPTIONSELECTED>
878
<OPTIONSELECT Value="1" />
879
<OPTIONSELECT Value="0" />
880
</OPTIONSELECTED>
881
</COLUMN>
882
<COLUMN ID="2597" ColName="wd_prnum" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
883
<OPTIONSELECTED>
884
<OPTIONSELECT Value="1" />
885
<OPTIONSELECT Value="0" />
886
</OPTIONSELECTED>
887
</COLUMN>
888
<COLUMN ID="2601" ColName="wd_minum" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
889
<OPTIONSELECTED>
890
<OPTIONSELECT Value="1" />
891
<OPTIONSELECT Value="0" />
892
</OPTIONSELECTED>
893
</COLUMN>
894
<COLUMN ID="2585" ColName="wd_datum" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
895
<OPTIONSELECTED>
896
<OPTIONSELECT Value="1" />
897
<OPTIONSELECT Value="0" />
898
</OPTIONSELECTED>
899
</COLUMN>
900
<COLUMN ID="2586" ColName="wd_hours" PrevColName="" Pos="2" idDatatype="9" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
901
<OPTIONSELECTED>
902
<OPTIONSELECT Value="0" />
903
</OPTIONSELECTED>
904
</COLUMN>
905
<COLUMN ID="2607" ColName="wd_task" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
906
<OPTIONSELECTED>
907
<OPTIONSELECT Value="1" />
908
<OPTIONSELECT Value="0" />
909
</OPTIONSELECTED>
910
</COLUMN>
911
<COLUMN ID="2587" ColName="wd_rk" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
912
<OPTIONSELECTED>
913
<OPTIONSELECT Value="0" />
914
<OPTIONSELECT Value="0" />
915
</OPTIONSELECTED>
916
</COLUMN>
917
<COLUMN ID="2593" ColName="wd_phase" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
918
<OPTIONSELECTED>
919
<OPTIONSELECT Value="1" />
920
<OPTIONSELECT Value="0" />
921
</OPTIONSELECTED>
922
</COLUMN>
923
<COLUMN ID="2588" ColName="wd_edit" PrevColName="" Pos="4" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
924
<OPTIONSELECTED>
925
</OPTIONSELECTED>
926
</COLUMN>
927
<COLUMN ID="2589" ColName="wd_text" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(8192)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
928
<OPTIONSELECTED>
929
<OPTIONSELECT Value="0" />
930
</OPTIONSELECTED>
931
</COLUMN>
932
<COLUMN ID="2797" ColName="wd_verr" PrevColName="" Pos="10" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
933
<OPTIONSELECTED>
934
</OPTIONSELECTED>
935
</COLUMN>
936
</COLUMNS>
937
<RELATIONS_START>
938
<RELATION_START ID="2620" />
939
</RELATIONS_START>
940
<RELATIONS_END>
941
<RELATION_END ID="2590" />
942
<RELATION_END ID="2594" />
943
<RELATION_END ID="2598" />
944
<RELATION_END ID="2602" />
945
</RELATIONS_END>
946
<INDICES>
947
<INDEX ID="2584" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
948
<INDEXCOLUMNS>
949
<INDEXCOLUMN idColumn="2583" LengthParam="0" />
950
</INDEXCOLUMNS>
951
</INDEX>
952
<INDEX ID="2592" IndexName="wdone_FKIndex1" IndexKind="1" FKRefDef_Obj_id="2590">
953
<INDEXCOLUMNS>
954
<INDEXCOLUMN idColumn="2593" LengthParam="0" />
955
</INDEXCOLUMNS>
956
</INDEX>
957
<INDEX ID="2596" IndexName="wdone_FKIndex2" IndexKind="1" FKRefDef_Obj_id="2594">
958
<INDEXCOLUMNS>
959
<INDEXCOLUMN idColumn="2597" LengthParam="0" />
960
</INDEXCOLUMNS>
961
</INDEX>
962
<INDEX ID="2600" IndexName="wdone_FKIndex3" IndexKind="1" FKRefDef_Obj_id="2598">
963
<INDEXCOLUMNS>
964
<INDEXCOLUMN idColumn="2601" LengthParam="0" />
965
</INDEXCOLUMNS>
966
</INDEX>
967
<INDEX ID="2604" IndexName="wdone_FKIndex4" IndexKind="1" FKRefDef_Obj_id="2602">
968
<INDEXCOLUMNS>
969
<INDEXCOLUMN idColumn="2607" LengthParam="0" />
970
</INDEXCOLUMNS>
971
</INDEX>
972
</INDICES>
973
</TABLE>
974
<TABLE ID="2609" Tablename="dration" PrevTableName="Table_13" XPos="820" YPos="880" 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="28" >
975
<COLUMNS>
976
<COLUMN ID="2611" ColName="dr_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
977
<OPTIONSELECTED>
978
<OPTIONSELECT Value="1" />
979
<OPTIONSELECT Value="0" />
980
</OPTIONSELECTED>
981
</COLUMN>
982
<COLUMN ID="2613" ColName="dr_valid" PrevColName="" Pos="1" idDatatype="9" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
983
<OPTIONSELECTED>
984
<OPTIONSELECT Value="0" />
985
</OPTIONSELECTED>
986
</COLUMN>
987
<COLUMN ID="2614" ColName="dr_ration" PrevColName="" Pos="2" idDatatype="9" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
988
<OPTIONSELECTED>
989
<OPTIONSELECT Value="0" />
990
</OPTIONSELECTED>
991
</COLUMN>
992
<COLUMN ID="2615" ColName="dr_nightr" PrevColName="" Pos="3" idDatatype="9" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
993
<OPTIONSELECTED>
994
<OPTIONSELECT Value="0" />
995
</OPTIONSELECTED>
996
</COLUMN>
997
<COLUMN ID="2616" ColName="dr_amount" PrevColName="" Pos="4" idDatatype="9" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
998
<OPTIONSELECTED>
999
<OPTIONSELECT Value="0" />
1000
</OPTIONSELECTED>
1001
</COLUMN>
1002
<COLUMN ID="2617" ColName="dr_kmcar" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1003
<OPTIONSELECTED>
1004
<OPTIONSELECT Value="0" />
1005
</OPTIONSELECTED>
1006
</COLUMN>
1007
<COLUMN ID="2618" ColName="dr_kmdrain" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1008
<OPTIONSELECTED>
1009
<OPTIONSELECT Value="0" />
1010
</OPTIONSELECTED>
1011
</COLUMN>
1012
<COLUMN ID="2619" ColName="dr_kmplain" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1013
<OPTIONSELECTED>
1014
<OPTIONSELECT Value="0" />
1015
</OPTIONSELECTED>
1016
</COLUMN>
1017
<COLUMN ID="2624" ColName="dr_wdnum" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1018
<OPTIONSELECTED>
1019
<OPTIONSELECT Value="1" />
1020
<OPTIONSELECT Value="0" />
1021
</OPTIONSELECTED>
1022
</COLUMN>
1023
</COLUMNS>
1024
<RELATIONS_END>
1025
<RELATION_END ID="2620" />
1026
</RELATIONS_END>
1027
<INDICES>
1028
<INDEX ID="2612" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1029
<INDEXCOLUMNS>
1030
<INDEXCOLUMN idColumn="2611" LengthParam="0" />
1031
</INDEXCOLUMNS>
1032
</INDEX>
1033
<INDEX ID="2622" IndexName="dration_FKIndex1" IndexKind="1" FKRefDef_Obj_id="2620">
1034
<INDEXCOLUMNS>
1035
<INDEXCOLUMN idColumn="2624" LengthParam="0" />
1036
</INDEXCOLUMNS>
1037
</INDEX>
1038
</INDICES>
1039
</TABLE>
1040
<TABLE ID="2626" Tablename="allocation" PrevTableName="Table_14" XPos="820" YPos="460" 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="30" >
1041
<COLUMNS>
1042
<COLUMN ID="2628" ColName="al_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1043
<OPTIONSELECTED>
1044
<OPTIONSELECT Value="1" />
1045
<OPTIONSELECT Value="0" />
1046
</OPTIONSELECTED>
1047
</COLUMN>
1048
<COLUMN ID="2653" ColName="al_task" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1049
<OPTIONSELECTED>
1050
<OPTIONSELECT Value="1" />
1051
<OPTIONSELECT Value="0" />
1052
</OPTIONSELECTED>
1053
</COLUMN>
1054
<COLUMN ID="2651" ColName="al_ressource" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1055
<OPTIONSELECTED>
1056
<OPTIONSELECT Value="1" />
1057
<OPTIONSELECT Value="0" />
1058
</OPTIONSELECTED>
1059
</COLUMN>
1060
<COLUMN ID="2630" ColName="al_hours" PrevColName="" Pos="1" idDatatype="9" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1061
<OPTIONSELECTED>
1062
<OPTIONSELECT Value="0" />
1063
</OPTIONSELECTED>
1064
</COLUMN>
1065
<COLUMN ID="2650" ColName="al_role" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1066
<OPTIONSELECTED>
1067
<OPTIONSELECT Value="1" />
1068
<OPTIONSELECT Value="0" />
1069
</OPTIONSELECTED>
1070
</COLUMN>
1071
<COLUMN ID="2652" ColName="al_phase" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1072
<OPTIONSELECTED>
1073
<OPTIONSELECT Value="1" />
1074
<OPTIONSELECT Value="0" />
1075
</OPTIONSELECTED>
1076
</COLUMN>
1077
<COLUMN ID="2631" ColName="al_pstart" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1078
<OPTIONSELECTED>
1079
<OPTIONSELECT Value="1" />
1080
<OPTIONSELECT Value="0" />
1081
</OPTIONSELECTED>
1082
</COLUMN>
1083
<COLUMN ID="2632" ColName="al_pduration" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1084
<OPTIONSELECTED>
1085
<OPTIONSELECT Value="1" />
1086
<OPTIONSELECT Value="0" />
1087
</OPTIONSELECTED>
1088
</COLUMN>
1089
</COLUMNS>
1090
<RELATIONS_END>
1091
<RELATION_END ID="2633" />
1092
<RELATION_END ID="2636" />
1093
<RELATION_END ID="2639" />
1094
<RELATION_END ID="2647" />
1095
</RELATIONS_END>
1096
<INDICES>
1097
<INDEX ID="2629" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1098
<INDEXCOLUMNS>
1099
<INDEXCOLUMN idColumn="2628" LengthParam="0" />
1100
</INDEXCOLUMNS>
1101
</INDEX>
1102
<INDEX ID="2635" IndexName="allocation_FKIndex1" IndexKind="1" FKRefDef_Obj_id="2633">
1103
<INDEXCOLUMNS>
1104
<INDEXCOLUMN idColumn="2651" LengthParam="0" />
1105
</INDEXCOLUMNS>
1106
</INDEX>
1107
<INDEX ID="2638" IndexName="allocation_FKIndex2" IndexKind="1" FKRefDef_Obj_id="2636">
1108
<INDEXCOLUMNS>
1109
<INDEXCOLUMN idColumn="2653" LengthParam="0" />
1110
</INDEXCOLUMNS>
1111
</INDEX>
1112
<INDEX ID="2641" IndexName="allocation_FKIndex3" IndexKind="1" FKRefDef_Obj_id="2639">
1113
<INDEXCOLUMNS>
1114
<INDEXCOLUMN idColumn="2652" LengthParam="0" />
1115
</INDEXCOLUMNS>
1116
</INDEX>
1117
<INDEX ID="2649" IndexName="allocation_FKIndex4" IndexKind="1" FKRefDef_Obj_id="2647">
1118
<INDEXCOLUMNS>
1119
<INDEXCOLUMN idColumn="2650" LengthParam="0" />
1120
</INDEXCOLUMNS>
1121
</INDEX>
1122
</INDICES>
1123
</TABLE>
1124
<TABLE ID="2642" Tablename="key_role" PrevTableName="Table_15" XPos="820" YPos="700" 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="34" >
1125
<COLUMNS>
1126
<COLUMN ID="2644" ColName="kr_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
1127
<OPTIONSELECTED>
1128
<OPTIONSELECT Value="1" />
1129
<OPTIONSELECT Value="0" />
1130
</OPTIONSELECTED>
1131
</COLUMN>
1132
<COLUMN ID="2646" ColName="kr_role" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1133
<OPTIONSELECTED>
1134
<OPTIONSELECT Value="0" />
1135
</OPTIONSELECTED>
1136
</COLUMN>
1137
</COLUMNS>
1138
<RELATIONS_START>
1139
<RELATION_START ID="2647" />
1140
</RELATIONS_START>
1141
<INDICES>
1142
<INDEX ID="2645" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1143
<INDEXCOLUMNS>
1144
<INDEXCOLUMN idColumn="2644" LengthParam="0" />
1145
</INDEXCOLUMNS>
1146
</INDEX>
1147
</INDICES>
1148
</TABLE>
1149
<TABLE ID="2655" Tablename="ptemp" PrevTableName="Table_16" XPos="20" YPos="1080" 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="36" >
1150
<COLUMNS>
1151
<COLUMN ID="2657" ColName="pt_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1152
<OPTIONSELECTED>
1153
<OPTIONSELECT Value="1" />
1154
<OPTIONSELECT Value="0" />
1155
</OPTIONSELECTED>
1156
</COLUMN>
1157
<COLUMN ID="2677" ColName="pt_tnum" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1158
<OPTIONSELECTED>
1159
<OPTIONSELECT Value="1" />
1160
<OPTIONSELECT Value="0" />
1161
</OPTIONSELECTED>
1162
</COLUMN>
1163
<COLUMN ID="2659" ColName="pt_lfd" PrevColName="" Pos="1" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1164
<OPTIONSELECTED>
1165
<OPTIONSELECT Value="1" />
1166
<OPTIONSELECT Value="0" />
1167
</OPTIONSELECTED>
1168
</COLUMN>
1169
<COLUMN ID="2660" ColName="pt_level" PrevColName="" Pos="2" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1170
<OPTIONSELECTED>
1171
<OPTIONSELECT Value="1" />
1172
<OPTIONSELECT Value="0" />
1173
</OPTIONSELECTED>
1174
</COLUMN>
1175
<COLUMN ID="2661" ColName="pt_name" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1176
<OPTIONSELECTED>
1177
<OPTIONSELECT Value="0" />
1178
</OPTIONSELECTED>
1179
</COLUMN>
1180
<COLUMN ID="2662" ColName="pt_color" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1181
<OPTIONSELECTED>
1182
<OPTIONSELECT Value="1" />
1183
<OPTIONSELECT Value="0" />
1184
</OPTIONSELECTED>
1185
</COLUMN>
1186
<COLUMN ID="2663" ColName="pt_meeting" PrevColName="" Pos="5" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1187
<OPTIONSELECTED>
1188
</OPTIONSELECTED>
1189
</COLUMN>
1190
<COLUMN ID="2678" ColName="pt_phase" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1191
<OPTIONSELECTED>
1192
<OPTIONSELECT Value="1" />
1193
<OPTIONSELECT Value="0" />
1194
</OPTIONSELECTED>
1195
</COLUMN>
1196
</COLUMNS>
1197
<RELATIONS_END>
1198
<RELATION_END ID="2664" />
1199
<RELATION_END ID="2674" />
1200
</RELATIONS_END>
1201
<INDICES>
1202
<INDEX ID="2658" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1203
<INDEXCOLUMNS>
1204
<INDEXCOLUMN idColumn="2657" LengthParam="0" />
1205
</INDEXCOLUMNS>
1206
</INDEX>
1207
<INDEX ID="2666" IndexName="ptemp_FKIndex1" IndexKind="1" FKRefDef_Obj_id="2664">
1208
<INDEXCOLUMNS>
1209
<INDEXCOLUMN idColumn="2678" LengthParam="0" />
1210
</INDEXCOLUMNS>
1211
</INDEX>
1212
<INDEX ID="2676" IndexName="ptemp_FKIndex2" IndexKind="1" FKRefDef_Obj_id="2674">
1213
<INDEXCOLUMNS>
1214
<INDEXCOLUMN idColumn="2677" LengthParam="0" />
1215
</INDEXCOLUMNS>
1216
</INDEX>
1217
</INDICES>
1218
</TABLE>
1219
<TABLE ID="2668" Tablename="tempidx" PrevTableName="Table_17" XPos="420" YPos="980" 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="38" >
1220
<COLUMNS>
1221
<COLUMN ID="2670" ColName="te_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1222
<OPTIONSELECTED>
1223
<OPTIONSELECT Value="1" />
1224
<OPTIONSELECT Value="0" />
1225
</OPTIONSELECTED>
1226
</COLUMN>
1227
<COLUMN ID="2672" ColName="te_name" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(60)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1228
<OPTIONSELECTED>
1229
<OPTIONSELECT Value="0" />
1230
</OPTIONSELECTED>
1231
</COLUMN>
1232
<COLUMN ID="2673" ColName="te_zweck" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(2048)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1233
<OPTIONSELECTED>
1234
<OPTIONSELECT Value="0" />
1235
</OPTIONSELECTED>
1236
</COLUMN>
1237
</COLUMNS>
1238
<RELATIONS_START>
1239
<RELATION_START ID="2674" />
1240
</RELATIONS_START>
1241
<INDICES>
1242
<INDEX ID="2671" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1243
<INDEXCOLUMNS>
1244
<INDEXCOLUMN idColumn="2670" LengthParam="0" />
1245
</INDEXCOLUMNS>
1246
</INDEX>
1247
</INDICES>
1248
</TABLE>
1249
<TABLE ID="2680" Tablename="calendar" PrevTableName="Table_18" XPos="620" YPos="980" 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="Enthaelt die Kalendereintraege von Tasks und Aufgaben von jedem einzelnen Mitarbeiter." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="40" >
1250
<COLUMNS>
1251
<COLUMN ID="2682" ColName="ca_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Laufende Nummer">
1252
<OPTIONSELECTED>
1253
<OPTIONSELECT Value="1" />
1254
<OPTIONSELECT Value="0" />
1255
</OPTIONSELECTED>
1256
</COLUMN>
1257
<COLUMN ID="2807" ColName="ca_writer" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Verweis auf den Verfasser des Eintrags">
1258
<OPTIONSELECTED>
1259
<OPTIONSELECT Value="1" />
1260
<OPTIONSELECT Value="0" />
1261
</OPTIONSELECTED>
1262
</COLUMN>
1263
<COLUMN ID="2703" ColName="ca_prnum" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Projektnummer">
1264
<OPTIONSELECTED>
1265
<OPTIONSELECT Value="1" />
1266
<OPTIONSELECT Value="0" />
1267
</OPTIONSELECTED>
1268
</COLUMN>
1269
<COLUMN ID="2694" ColName="ca_minum" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Mitarbeiternummer">
1270
<OPTIONSELECTED>
1271
<OPTIONSELECT Value="1" />
1272
<OPTIONSELECT Value="0" />
1273
</OPTIONSELECTED>
1274
</COLUMN>
1275
<COLUMN ID="2698" ColName="ca_task" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Nummer des zugehoerigen Tasks">
1276
<OPTIONSELECTED>
1277
<OPTIONSELECT Value="1" />
1278
<OPTIONSELECT Value="0" />
1279
</OPTIONSELECTED>
1280
</COLUMN>
1281
<COLUMN ID="2684" ColName="ca_date" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Datum des Beginns der Aufgabe">
1282
<OPTIONSELECTED>
1283
<OPTIONSELECT Value="1" />
1284
<OPTIONSELECT Value="0" />
1285
</OPTIONSELECTED>
1286
</COLUMN>
1287
<COLUMN ID="2685" ColName="ca_end" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Endedatum der Aufgabe">
1288
<OPTIONSELECTED>
1289
<OPTIONSELECT Value="1" />
1290
<OPTIONSELECT Value="0" />
1291
</OPTIONSELECTED>
1292
</COLUMN>
1293
<COLUMN ID="2686" ColName="ca_repeat" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Art der Widerholung">
1294
<OPTIONSELECTED>
1295
<OPTIONSELECT Value="1" />
1296
<OPTIONSELECT Value="0" />
1297
</OPTIONSELECTED>
1298
</COLUMN>
1299
<COLUMN ID="2687" ColName="ca_repanz" PrevColName="" Pos="4" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Anzahl der Widerholungen">
1300
<OPTIONSELECTED>
1301
<OPTIONSELECT Value="1" />
1302
<OPTIONSELECT Value="0" />
1303
</OPTIONSELECTED>
1304
</COLUMN>
1305
<COLUMN ID="2688" ColName="ca_title" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(60)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Bezeichnung des Eintrags">
1306
<OPTIONSELECTED>
1307
<OPTIONSELECT Value="0" />
1308
</OPTIONSELECTED>
1309
</COLUMN>
1310
<COLUMN ID="2689" ColName="ca_text" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(4096)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Beschreibung des Eintrags">
1311
<OPTIONSELECTED>
1312
<OPTIONSELECT Value="0" />
1313
</OPTIONSELECTED>
1314
</COLUMN>
1315
<COLUMN ID="2690" ColName="ca_status" PrevColName="" Pos="7" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Status des Eintrags">
1316
<OPTIONSELECTED>
1317
<OPTIONSELECT Value="0" />
1318
<OPTIONSELECT Value="0" />
1319
</OPTIONSELECTED>
1320
</COLUMN>
1321
<COLUMN ID="2809" ColName="ca_priority" PrevColName="" Pos="12" idDatatype="2" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Prioritaet des Eintrags">
1322
<OPTIONSELECTED>
1323
<OPTIONSELECT Value="0" />
1324
<OPTIONSELECT Value="0" />
1325
</OPTIONSELECTED>
1326
</COLUMN>
1327
</COLUMNS>
1328
<RELATIONS_END>
1329
<RELATION_END ID="2691" />
1330
<RELATION_END ID="2695" />
1331
<RELATION_END ID="2699" />
1332
<RELATION_END ID="2800" />
1333
</RELATIONS_END>
1334
<INDICES>
1335
<INDEX ID="2683" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1336
<INDEXCOLUMNS>
1337
<INDEXCOLUMN idColumn="2682" LengthParam="0" />
1338
</INDEXCOLUMNS>
1339
</INDEX>
1340
<INDEX ID="2693" IndexName="calendar_FKIndex1" IndexKind="1" FKRefDef_Obj_id="2691">
1341
<INDEXCOLUMNS>
1342
<INDEXCOLUMN idColumn="2694" LengthParam="0" />
1343
</INDEXCOLUMNS>
1344
</INDEX>
1345
<INDEX ID="2697" IndexName="calendar_FKIndex2" IndexKind="1" FKRefDef_Obj_id="2695">
1346
<INDEXCOLUMNS>
1347
<INDEXCOLUMN idColumn="2698" LengthParam="0" />
1348
</INDEXCOLUMNS>
1349
</INDEX>
1350
<INDEX ID="2701" IndexName="calendar_FKIndex3" IndexKind="1" FKRefDef_Obj_id="2699">
1351
<INDEXCOLUMNS>
1352
<INDEXCOLUMN idColumn="2703" LengthParam="0" />
1353
</INDEXCOLUMNS>
1354
</INDEX>
1355
</INDICES>
1356
</TABLE>
1357
<TABLE ID="2707" Tablename="kgroup" PrevTableName="Table_19" XPos="20" YPos="1300" 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="44" >
1358
<COLUMNS>
1359
<COLUMN ID="2709" ColName="kg_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1360
<OPTIONSELECTED>
1361
<OPTIONSELECT Value="1" />
1362
<OPTIONSELECT Value="0" />
1363
</OPTIONSELECTED>
1364
</COLUMN>
1365
<COLUMN ID="2711" ColName="kg_name" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(60)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1366
<OPTIONSELECTED>
1367
<OPTIONSELECT Value="0" />
1368
</OPTIONSELECTED>
1369
</COLUMN>
1370
<COLUMN ID="2727" ColName="kg_kunum" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1371
<OPTIONSELECTED>
1372
<OPTIONSELECT Value="1" />
1373
<OPTIONSELECT Value="0" />
1374
</OPTIONSELECTED>
1375
</COLUMN>
1376
<COLUMN ID="2731" ColName="kg_prnum" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1377
<OPTIONSELECTED>
1378
<OPTIONSELECT Value="1" />
1379
<OPTIONSELECT Value="0" />
1380
</OPTIONSELECTED>
1381
</COLUMN>
1382
</COLUMNS>
1383
<RELATIONS_END>
1384
<RELATION_END ID="2724" />
1385
<RELATION_END ID="2728" />
1386
</RELATIONS_END>
1387
<INDICES>
1388
<INDEX ID="2710" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1389
<INDEXCOLUMNS>
1390
<INDEXCOLUMN idColumn="2709" LengthParam="0" />
1391
</INDEXCOLUMNS>
1392
</INDEX>
1393
<INDEX ID="2726" IndexName="kgroup_FKIndex1" IndexKind="1" FKRefDef_Obj_id="2724">
1394
<INDEXCOLUMNS>
1395
<INDEXCOLUMN idColumn="2727" LengthParam="0" />
1396
</INDEXCOLUMNS>
1397
</INDEX>
1398
<INDEX ID="2730" IndexName="kgroup_FKIndex2" IndexKind="1" FKRefDef_Obj_id="2728">
1399
<INDEXCOLUMNS>
1400
<INDEXCOLUMN idColumn="2731" LengthParam="0" />
1401
</INDEXCOLUMNS>
1402
</INDEX>
1403
</INDICES>
1404
</TABLE>
1405
<TABLE ID="2713" Tablename="kunde" PrevTableName="Table_20" XPos="580" YPos="1260" 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="45" >
1406
<COLUMNS>
1407
<COLUMN ID="2715" ColName="ku_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1408
<OPTIONSELECTED>
1409
<OPTIONSELECT Value="1" />
1410
<OPTIONSELECT Value="0" />
1411
</OPTIONSELECTED>
1412
</COLUMN>
1413
<COLUMN ID="2717" ColName="ku_firma" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(80)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1414
<OPTIONSELECTED>
1415
<OPTIONSELECT Value="0" />
1416
</OPTIONSELECTED>
1417
</COLUMN>
1418
<COLUMN ID="2769" ColName="ku_anrede" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1419
<OPTIONSELECTED>
1420
<OPTIONSELECT Value="1" />
1421
<OPTIONSELECT Value="0" />
1422
</OPTIONSELECTED>
1423
</COLUMN>
1424
<COLUMN ID="2718" ColName="ku_vname" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(60)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1425
<OPTIONSELECTED>
1426
<OPTIONSELECT Value="0" />
1427
</OPTIONSELECTED>
1428
</COLUMN>
1429
<COLUMN ID="2719" ColName="ku_nname" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(60)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1430
<OPTIONSELECTED>
1431
<OPTIONSELECT Value="0" />
1432
</OPTIONSELECTED>
1433
</COLUMN>
1434
<COLUMN ID="2720" ColName="ku_strasse" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(60)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1435
<OPTIONSELECTED>
1436
<OPTIONSELECT Value="0" />
1437
</OPTIONSELECTED>
1438
</COLUMN>
1439
<COLUMN ID="2721" ColName="ku_hnum" PrevColName="" Pos="5" idDatatype="19" DatatypeParams="(10)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1440
<OPTIONSELECTED>
1441
<OPTIONSELECT Value="0" />
1442
</OPTIONSELECTED>
1443
</COLUMN>
1444
<COLUMN ID="2722" ColName="ku_ort" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(60)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1445
<OPTIONSELECTED>
1446
<OPTIONSELECT Value="0" />
1447
</OPTIONSELECTED>
1448
</COLUMN>
1449
<COLUMN ID="2723" ColName="ku_plz" PrevColName="" Pos="7" idDatatype="19" DatatypeParams="(16)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1450
<OPTIONSELECTED>
1451
<OPTIONSELECT Value="0" />
1452
</OPTIONSELECTED>
1453
</COLUMN>
1454
<COLUMN ID="2770" ColName="ku_costloc" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1455
<OPTIONSELECTED>
1456
<OPTIONSELECT Value="1" />
1457
<OPTIONSELECT Value="0" />
1458
</OPTIONSELECTED>
1459
</COLUMN>
1460
</COLUMNS>
1461
<RELATIONS_START>
1462
<RELATION_START ID="2724" />
1463
<RELATION_START ID="2747" />
1464
</RELATIONS_START>
1465
<RELATIONS_END>
1466
<RELATION_END ID="2763" />
1467
<RELATION_END ID="2766" />
1468
</RELATIONS_END>
1469
<INDICES>
1470
<INDEX ID="2716" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1471
<INDEXCOLUMNS>
1472
<INDEXCOLUMN idColumn="2715" LengthParam="0" />
1473
</INDEXCOLUMNS>
1474
</INDEX>
1475
<INDEX ID="2765" IndexName="kunde_FKIndex1" IndexKind="1" FKRefDef_Obj_id="2763">
1476
<INDEXCOLUMNS>
1477
<INDEXCOLUMN idColumn="2770" LengthParam="0" />
1478
</INDEXCOLUMNS>
1479
</INDEX>
1480
<INDEX ID="2768" IndexName="kunde_FKIndex2" IndexKind="1" FKRefDef_Obj_id="2766">
1481
<INDEXCOLUMNS>
1482
<INDEXCOLUMN idColumn="2769" LengthParam="0" />
1483
</INDEXCOLUMNS>
1484
</INDEX>
1485
</INDICES>
1486
</TABLE>
1487
<TABLE ID="2732" Tablename="histanteil" PrevTableName="Table_21" XPos="820" YPos="1120" 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="48" >
1488
<COLUMNS>
1489
<COLUMN ID="2734" ColName="hi_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1490
<OPTIONSELECTED>
1491
<OPTIONSELECT Value="1" />
1492
<OPTIONSELECT Value="0" />
1493
</OPTIONSELECTED>
1494
</COLUMN>
1495
<COLUMN ID="2736" ColName="hi_valid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1496
<OPTIONSELECTED>
1497
<OPTIONSELECT Value="1" />
1498
<OPTIONSELECT Value="0" />
1499
</OPTIONSELECTED>
1500
</COLUMN>
1501
<COLUMN ID="2746" ColName="hi_annum" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1502
<OPTIONSELECTED>
1503
<OPTIONSELECT Value="1" />
1504
<OPTIONSELECT Value="0" />
1505
</OPTIONSELECTED>
1506
</COLUMN>
1507
<COLUMN ID="2750" ColName="hi_kunum" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1508
<OPTIONSELECTED>
1509
<OPTIONSELECT Value="1" />
1510
<OPTIONSELECT Value="0" />
1511
</OPTIONSELECTED>
1512
</COLUMN>
1513
</COLUMNS>
1514
<RELATIONS_END>
1515
<RELATION_END ID="2743" />
1516
<RELATION_END ID="2747" />
1517
</RELATIONS_END>
1518
<INDICES>
1519
<INDEX ID="2735" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1520
<INDEXCOLUMNS>
1521
<INDEXCOLUMN idColumn="2734" LengthParam="0" />
1522
</INDEXCOLUMNS>
1523
</INDEX>
1524
<INDEX ID="2745" IndexName="histanteil_FKIndex1" IndexKind="1" FKRefDef_Obj_id="2743">
1525
<INDEXCOLUMNS>
1526
<INDEXCOLUMN idColumn="2746" LengthParam="0" />
1527
</INDEXCOLUMNS>
1528
</INDEX>
1529
<INDEX ID="2749" IndexName="histanteil_FKIndex2" IndexKind="1" FKRefDef_Obj_id="2747">
1530
<INDEXCOLUMNS>
1531
<INDEXCOLUMN idColumn="2750" LengthParam="0" />
1532
</INDEXCOLUMNS>
1533
</INDEX>
1534
</INDICES>
1535
</TABLE>
1536
<TABLE ID="2737" Tablename="anteil" PrevTableName="Table_22" XPos="820" YPos="1300" 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="49" >
1537
<COLUMNS>
1538
<COLUMN ID="2739" ColName="an_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1539
<OPTIONSELECTED>
1540
<OPTIONSELECT Value="1" />
1541
<OPTIONSELECT Value="0" />
1542
</OPTIONSELECTED>
1543
</COLUMN>
1544
<COLUMN ID="2741" ColName="an_valid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1545
<OPTIONSELECTED>
1546
<OPTIONSELECT Value="1" />
1547
<OPTIONSELECT Value="0" />
1548
</OPTIONSELECTED>
1549
</COLUMN>
1550
<COLUMN ID="2742" ColName="an_proz" PrevColName="" Pos="2" idDatatype="9" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1551
<OPTIONSELECTED>
1552
<OPTIONSELECT Value="0" />
1553
</OPTIONSELECTED>
1554
</COLUMN>
1555
</COLUMNS>
1556
<RELATIONS_START>
1557
<RELATION_START ID="2743" />
1558
</RELATIONS_START>
1559
<INDICES>
1560
<INDEX ID="2740" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1561
<INDEXCOLUMNS>
1562
<INDEXCOLUMN idColumn="2739" LengthParam="0" />
1563
</INDEXCOLUMNS>
1564
</INDEX>
1565
</INDICES>
1566
</TABLE>
1567
<TABLE ID="2753" Tablename="key_anrede" PrevTableName="Table_23" XPos="20" YPos="1400" 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="52" >
1568
<COLUMNS>
1569
<COLUMN ID="2755" ColName="ku_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1570
<OPTIONSELECTED>
1571
<OPTIONSELECT Value="1" />
1572
<OPTIONSELECT Value="0" />
1573
</OPTIONSELECTED>
1574
</COLUMN>
1575
<COLUMN ID="2757" ColName="ku_anrede" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(30)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1576
<OPTIONSELECTED>
1577
<OPTIONSELECT Value="0" />
1578
</OPTIONSELECTED>
1579
</COLUMN>
1580
</COLUMNS>
1581
<RELATIONS_START>
1582
<RELATION_START ID="2766" />
1583
</RELATIONS_START>
1584
<INDICES>
1585
<INDEX ID="2756" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1586
<INDEXCOLUMNS>
1587
<INDEXCOLUMN idColumn="2755" LengthParam="0" />
1588
</INDEXCOLUMNS>
1589
</INDEX>
1590
</INDICES>
1591
</TABLE>
1592
<TABLE ID="2758" Tablename="key_costloc" PrevTableName="Table_24" XPos="820" YPos="1400" 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="53" >
1593
<COLUMNS>
1594
<COLUMN ID="2760" ColName="kc_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
1595
<OPTIONSELECTED>
1596
<OPTIONSELECT Value="1" />
1597
<OPTIONSELECT Value="0" />
1598
</OPTIONSELECTED>
1599
</COLUMN>
1600
<COLUMN ID="2762" ColName="kc_costloc" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(60)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1601
<OPTIONSELECTED>
1602
<OPTIONSELECT Value="0" />
1603
</OPTIONSELECTED>
1604
</COLUMN>
1605
</COLUMNS>
1606
<RELATIONS_START>
1607
<RELATION_START ID="2763" />
1608
<RELATION_START ID="2792" />
1609
</RELATIONS_START>
1610
<INDICES>
1611
<INDEX ID="2761" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1612
<INDEXCOLUMNS>
1613
<INDEXCOLUMN idColumn="2760" LengthParam="0" />
1614
</INDEXCOLUMNS>
1615
</INDEX>
1616
</INDICES>
1617
</TABLE>
1618
<TABLE ID="2772" Tablename="charge" PrevTableName="Table_25" XPos="360" YPos="1180" 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="56" >
1619
<COLUMNS>
1620
<COLUMN ID="2774" ColName="ch_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
1621
<OPTIONSELECTED>
1622
<OPTIONSELECT Value="1" />
1623
<OPTIONSELECT Value="0" />
1624
</OPTIONSELECTED>
1625
</COLUMN>
1626
<COLUMN ID="2776" ColName="ch_date" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1627
<OPTIONSELECTED>
1628
<OPTIONSELECT Value="1" />
1629
<OPTIONSELECT Value="0" />
1630
</OPTIONSELECTED>
1631
</COLUMN>
1632
<COLUMN ID="2777" ColName="ch_amount" PrevColName="" Pos="2" idDatatype="9" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1633
<OPTIONSELECTED>
1634
<OPTIONSELECT Value="0" />
1635
</OPTIONSELECTED>
1636
</COLUMN>
1637
<COLUMN ID="2786" ColName="ch_category" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1638
<OPTIONSELECTED>
1639
<OPTIONSELECT Value="1" />
1640
<OPTIONSELECT Value="0" />
1641
</OPTIONSELECTED>
1642
</COLUMN>
1643
<COLUMN ID="2795" ColName="ch_costloc" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1644
<OPTIONSELECTED>
1645
<OPTIONSELECT Value="1" />
1646
<OPTIONSELECT Value="0" />
1647
</OPTIONSELECTED>
1648
</COLUMN>
1649
<COLUMN ID="2790" ColName="ch_prnum" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1650
<OPTIONSELECTED>
1651
<OPTIONSELECT Value="1" />
1652
<OPTIONSELECT Value="0" />
1653
</OPTIONSELECTED>
1654
</COLUMN>
1655
</COLUMNS>
1656
<RELATIONS_END>
1657
<RELATION_END ID="2783" />
1658
<RELATION_END ID="2787" />
1659
<RELATION_END ID="2792" />
1660
</RELATIONS_END>
1661
<INDICES>
1662
<INDEX ID="2775" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1663
<INDEXCOLUMNS>
1664
<INDEXCOLUMN idColumn="2774" LengthParam="0" />
1665
</INDEXCOLUMNS>
1666
</INDEX>
1667
<INDEX ID="2785" IndexName="charge_FKIndex1" IndexKind="1" FKRefDef_Obj_id="2783">
1668
<INDEXCOLUMNS>
1669
<INDEXCOLUMN idColumn="2786" LengthParam="0" />
1670
</INDEXCOLUMNS>
1671
</INDEX>
1672
<INDEX ID="2789" IndexName="charge_FKIndex2" IndexKind="1" FKRefDef_Obj_id="2787">
1673
<INDEXCOLUMNS>
1674
<INDEXCOLUMN idColumn="2790" LengthParam="0" />
1675
</INDEXCOLUMNS>
1676
</INDEX>
1677
<INDEX ID="2794" IndexName="charge_FKIndex3" IndexKind="1" FKRefDef_Obj_id="2792">
1678
<INDEXCOLUMNS>
1679
<INDEXCOLUMN idColumn="2795" LengthParam="0" />
1680
</INDEXCOLUMNS>
1681
</INDEX>
1682
</INDICES>
1683
</TABLE>
1684
<TABLE ID="2778" Tablename="key_category" PrevTableName="Table_26" XPos="320" YPos="1360" 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="57" >
1685
<COLUMNS>
1686
<COLUMN ID="2780" ColName="kc_num" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1687
<OPTIONSELECTED>
1688
<OPTIONSELECT Value="1" />
1689
<OPTIONSELECT Value="0" />
1690
</OPTIONSELECTED>
1691
</COLUMN>
1692
<COLUMN ID="2782" ColName="kc_category" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(60)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1693
<OPTIONSELECTED>
1694
<OPTIONSELECT Value="0" />
1695
</OPTIONSELECTED>
1696
</COLUMN>
1697
</COLUMNS>
1698
<RELATIONS_START>
1699
<RELATION_START ID="2783" />
1700
</RELATIONS_START>
1701
<INDICES>
1702
<INDEX ID="2781" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1703
<INDEXCOLUMNS>
1704
<INDEXCOLUMN idColumn="2780" LengthParam="0" />
1705
</INDEXCOLUMNS>
1706
</INDEX>
1707
</INDICES>
1708
</TABLE>
1709
</TABLES>
1710
<RELATIONS>
1711
<RELATION ID="2459" RelationName="Rel_03" Kind="2" SrcTable="2428" DestTable="2448" FKFields="ks_num=pr_sgf\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=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2461" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="6" />
1712
<RELATION ID="2462" RelationName="Rel_04" Kind="2" SrcTable="2433" DestTable="2448" FKFields="kt_num=pr_tmgroup\n" FKFieldsComments="\n" relDirection="2" MidOffset="-7" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2464" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="7" />
1713
<RELATION ID="2465" RelationName="Rel_05" Kind="2" SrcTable="2439" DestTable="2448" FKFields="ks_num=pr_status\n" FKFieldsComments="\n" relDirection="2" MidOffset="9" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2467" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="8" />
1714
<RELATION ID="2503" RelationName="Rel_06" Kind="2" SrcTable="2491" DestTable="2448" FKFields="mi_num=pr_pl\n" FKFieldsComments="\n" relDirection="1" MidOffset="141" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2505" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="11" />
1715
<RELATION ID="2512" RelationName="Rel_08" Kind="2" SrcTable="2491" DestTable="2448" FKFields="mi_num=pr_plav\n" FKFieldsComments="\n" relDirection="1" MidOffset="160" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2514" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="12" />
1716
<RELATION ID="2528" RelationName="Rel_09" Kind="2" SrcTable="2518" DestTable="2491" FKFields="kl_num=mi_land\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=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2530" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="15" />
1717
<RELATION ID="2531" RelationName="Rel_10" Kind="2" SrcTable="2523" DestTable="2491" FKFields="ka_num=mi_abt\n" FKFieldsComments="\n" relDirection="4" MidOffset="-15" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2533" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="16" />
1718
<RELATION ID="2543" RelationName="Rel_11" Kind="2" SrcTable="2448" DestTable="2537" FKFields="pr_num=pl_prnum\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=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2545" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="18" />
1719
<RELATION ID="2567" RelationName="Rel_12" Kind="2" SrcTable="2537" DestTable="2548" FKFields="pl_num=ta_plnum\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=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2569" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="20" />
1720
<RELATION ID="2576" RelationName="Rel_13" Kind="2" SrcTable="2571" DestTable="2548" FKFields="kp_num=ta_phase\n" FKFieldsComments="\n" relDirection="2" MidOffset="278" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2578" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="22" />
1721
<RELATION ID="2590" RelationName="Rel_14" Kind="2" SrcTable="2571" DestTable="2581" FKFields="kp_num=wd_phase\n" FKFieldsComments="\n" relDirection="1" MidOffset="187" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2592" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="24" />
1722
<RELATION ID="2594" RelationName="Rel_15" Kind="2" SrcTable="2448" DestTable="2581" FKFields="pr_num=wd_prnum\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=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2596" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="25" />
1723
<RELATION ID="2598" RelationName="Rel_16" Kind="2" SrcTable="2491" DestTable="2581" FKFields="mi_num=wd_minum\n" FKFieldsComments="\n" relDirection="2" MidOffset="55" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2600" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="26" />
1724
<RELATION ID="2602" RelationName="Rel_17" Kind="2" SrcTable="2548" DestTable="2581" FKFields="ta_num=wd_task\n" FKFieldsComments="\n" relDirection="4" MidOffset="10" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2604" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="27" />
1725
<RELATION ID="2620" RelationName="Rel_18" Kind="2" SrcTable="2581" DestTable="2609" FKFields="wd_num=dr_wdnum\n" FKFieldsComments="\n" relDirection="3" MidOffset="147" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2622" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="29" />
1726
<RELATION ID="2633" RelationName="Rel_19" Kind="2" SrcTable="2491" DestTable="2626" FKFields="mi_num=al_ressource\n" FKFieldsComments="\n" relDirection="2" MidOffset="-52" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2635" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="31" />
1727
<RELATION ID="2636" RelationName="Rel_20" Kind="2" SrcTable="2548" DestTable="2626" FKFields="ta_num=al_task\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=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2638" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="32" />
1728
<RELATION ID="2639" RelationName="Rel_21" Kind="2" SrcTable="2571" DestTable="2626" FKFields="kp_num=al_phase\n" FKFieldsComments="\n" relDirection="2" MidOffset="106" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2641" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="33" />
1729
<RELATION ID="2647" RelationName="Rel_22" Kind="2" SrcTable="2642" DestTable="2626" FKFields="kr_num=al_role\n" FKFieldsComments="\n" relDirection="1" 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=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2649" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="35" />
1730
<RELATION ID="2664" RelationName="Rel_23" Kind="2" SrcTable="2571" DestTable="2655" FKFields="kp_num=pt_phase\n" FKFieldsComments="\n" relDirection="3" MidOffset="2" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2666" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="37" />
1731
<RELATION ID="2674" RelationName="Rel_24" Kind="2" SrcTable="2668" DestTable="2655" FKFields="te_num=pt_tnum\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=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2676" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="39" />
1732
<RELATION ID="2691" RelationName="Rel_25" Kind="2" SrcTable="2491" DestTable="2680" FKFields="mi_num=ca_minum\n" FKFieldsComments="\n" relDirection="2" MidOffset="-144" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2693" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="41" />
1733
<RELATION ID="2695" RelationName="Rel_26" Kind="2" SrcTable="2548" DestTable="2680" FKFields="ta_num=ca_task\n" FKFieldsComments="\n" relDirection="3" MidOffset="-241" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2697" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="42" />
1734
<RELATION ID="2699" RelationName="Rel_27" Kind="2" SrcTable="2448" DestTable="2680" FKFields="pr_num=ca_prnum\n" FKFieldsComments="\n" relDirection="3" MidOffset="215" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2701" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="43" />
1735
<RELATION ID="2724" RelationName="Rel_28" Kind="2" SrcTable="2713" DestTable="2707" FKFields="ku_num=kg_kunum\n" FKFieldsComments="\n" relDirection="4" MidOffset="-10" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2726" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="46" />
1736
<RELATION ID="2728" RelationName="Rel_29" Kind="2" SrcTable="2448" DestTable="2707" FKFields="pr_num=kg_prnum\n" FKFieldsComments="\n" relDirection="3" MidOffset="528" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2730" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="47" />
1737
<RELATION ID="2743" RelationName="Rel_30" Kind="2" SrcTable="2737" DestTable="2732" FKFields="an_num=hi_annum\n" FKFieldsComments="\n" relDirection="1" 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=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2745" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="50" />
1738
<RELATION ID="2747" RelationName="Rel_31" Kind="2" SrcTable="2713" DestTable="2732" FKFields="ku_num=hi_kunum\n" FKFieldsComments="\n" relDirection="2" MidOffset="-3" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2749" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="51" />
1739
<RELATION ID="2763" RelationName="Rel_32" Kind="2" SrcTable="2758" DestTable="2713" FKFields="kc_num=ku_costloc\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=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2765" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="54" />
1740
<RELATION ID="2766" RelationName="Rel_33" Kind="2" SrcTable="2753" DestTable="2713" FKFields="ku_num=ku_anrede\n" FKFieldsComments="\n" relDirection="2" MidOffset="146" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2768" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="55" />
1741
<RELATION ID="2783" RelationName="Rel_34" Kind="2" SrcTable="2778" DestTable="2772" FKFields="kc_num=ch_category\n" FKFieldsComments="\n" relDirection="1" MidOffset="7" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2785" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="58" />
1742
<RELATION ID="2787" RelationName="Rel_35" Kind="2" SrcTable="2448" DestTable="2772" FKFields="pr_num=ch_prnum\n" FKFieldsComments="\n" relDirection="3" MidOffset="437" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2789" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="59" />
1743
<RELATION ID="2792" RelationName="Rel_36" Kind="2" SrcTable="2758" DestTable="2772" FKFields="kc_num=ch_costloc\n" FKFieldsComments="\n" relDirection="4" MidOffset="113" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=0\nOnUpdate=0\n" Comments="" FKRefDefIndex_Obj_id="2794" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="60" />
1744
<RELATION ID="2800" RelationName="Rel_34" Kind="2" SrcTable="2491" DestTable="2680" FKFields="mi_num=ca_writer\n" FKFieldsComments="\n" relDirection="2" MidOffset="-32" 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="2802" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="61" />
1745
</RELATIONS>
1746
<NOTES>
1747
</NOTES>
1748
<IMAGES>
1749
</IMAGES>
1750
</METADATA>
1751
<PLUGINDATA>
1752
<PLUGINDATARECORDS>
1753
</PLUGINDATARECORDS>
1754
</PLUGINDATA>
1755
<QUERYDATA>
1756
<QUERYRECORDS>
1757
</QUERYRECORDS>
1758
</QUERYDATA>
1759
<LINKEDMODELS>
1760
</LINKEDMODELS>
1761
</DBMODEL>