Subversion Repositories eFlore/Applications.coel

Rev

Rev 15 | Rev 20 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
14 jpm 1
<?xml version="1.0" standalone="yes" ?>
2
<DBMODEL Version="4.0">
3
<SETTINGS>
16 jpm 4
<GLOBALSETTINGS ModelName="coel" IDModel="0" IDVersion="0" VersionStr="1.0.0.0" Comments="" UseVersionHistroy="1" AutoIncVersion="1" DatabaseType="MySQL" ZoomFac="100.00" XPos="0" YPos="672" DefaultDataType="5" DefaultTablePrefix="0" DefSaveDBConn="" DefSyncDBConn="" DefQueryDBConn="" Printer="" HPageCount="4.0" PageAspectRatio="1.440892512336408" PageOrientation="1" PageFormat="A4 (210x297 mm, 8.26x11.7 inches)" SelectedPages="" UsePositionGrid="0" PositionGridX="20" PositionGridY="20" TableNameInRefs="0" DefaultTableType="0" ActivateRefDefForNewRelations="0" FKPrefix="" FKPostfix="" CreateFKRefDefIndex="0" DBQuoteCharacter="`" CreateSQLforLinkedObjects="0" DefModelFont="nimbus sans l" CanvasWidth="4096" CanvasHeight="2842" />
14 jpm 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>
16 jpm 235
<TABLEPREFIX Name="Defaut (pas de pr\\\\233fixe)" />
14 jpm 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>
16 jpm 261
<REGION ID="1443" RegionName="Collection" XPos="24" YPos="768" Width="460" Height="657" RegionColor="0" TablePrefix="0" TableType="0" OverwriteTablePrefix="0" OverwriteTableType="0" Comments="Module de gestion des Collections.\nAbreviation : CC\nAide : en cours...\nEtat: en cours...\nRevision : $Revision: 16 $" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="2" />
262
<REGION ID="18416" RegionName="Structure" XPos="516" YPos="764" Width="718" Height="1038" RegionColor="1" TablePrefix="0" TableType="0" OverwriteTablePrefix="0" OverwriteTableType="0" Comments="Module de gestion des Structures.\nAbreviation : CS\nAide : en cours...\nEtat: en cours...\nRevision : $Revision: 16 $" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="7" />
263
<REGION ID="18417" RegionName="Personne" XPos="1252" YPos="768" Width="412" Height="661" RegionColor="2" TablePrefix="0" TableType="0" OverwriteTablePrefix="0" OverwriteTableType="0" Comments="Module de gestion des Personnes.\nAbreviation : CP\nAide : OK\nEtat: OK\nRevision : $Revision: 16 $" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="8" />
264
<REGION ID="18447" RegionName="M\195\169tadonn\195\169es" XPos="20" YPos="16" Width="1023" Height="736" RegionColor="3" TablePrefix="0" TableType="0" OverwriteTablePrefix="0" OverwriteTableType="0" Comments="Module de gestion des M\195\169tadonn\195\169es.\nAbreviation : CM\nAide : en cours...\nEtat: en cours...\nRevision : $Revision: 16 $" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="11" />
14 jpm 265
</REGIONS>
266
<TABLES>
16 jpm 267
<TABLE ID="1444" Tablename="coel_collection" PrevTableName="Table_01" XPos="28" YPos="812" 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="Contient les informations sur les collections." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="3" >
14 jpm 268
<COLUMNS>
16 jpm 269
<COLUMN ID="1449" ColName="cc_id_collection" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Identifiant de la collection.">
14 jpm 270
<OPTIONSELECTED>
271
<OPTIONSELECT Value="1" />
272
<OPTIONSELECT Value="0" />
273
</OPTIONSELECTED>
274
</COLUMN>
16 jpm 275
<COLUMN ID="20822" ColName="cc_ce_collection_parente" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="0" Comments="Identifiant de la collection parente.">
276
<OPTIONSELECTED>
277
<OPTIONSELECT Value="1" />
278
<OPTIONSELECT Value="0" />
279
</OPTIONSELECTED>
280
</COLUMN>
281
<COLUMN ID="20821" ColName="cc_ce_structure" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la structure habritant physiquement la collection.">
282
<OPTIONSELECTED>
283
<OPTIONSELECT Value="1" />
284
<OPTIONSELECT Value="0" />
285
</OPTIONSELECTED>
286
</COLUMN>
287
<COLUMN ID="20838" ColName="cc_notes" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Notes sur l\aenregistrement. Information sur les modification effectu\195\169es. Permet de recr\195\169er l\ahitorique des modifications. ">
288
<OPTIONSELECTED>
289
<OPTIONSELECT Value="0" />
290
</OPTIONSELECTED>
291
</COLUMN>
292
<COLUMN ID="20839" ColName="cc_date_derniere_modif" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date de la derni\195\168re modification sur cet enregistrement.">
293
<OPTIONSELECTED>
294
</OPTIONSELECTED>
295
</COLUMN>
296
<COLUMN ID="20840" ColName="cc_ce_modifier_par" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la personne ayant effectu\195\169 la derni\195\168re modification sur cet enregistrement. ">
297
<OPTIONSELECTED>
298
<OPTIONSELECT Value="1" />
299
<OPTIONSELECT Value="0" />
300
</OPTIONSELECTED>
301
</COLUMN>
302
<COLUMN ID="20841" ColName="cc_ce_etat" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="\195\137tat de cet enregistrement.">
303
<OPTIONSELECTED>
304
<OPTIONSELECT Value="1" />
305
<OPTIONSELECT Value="0" />
306
</OPTIONSELECTED>
307
</COLUMN>
14 jpm 308
</COLUMNS>
16 jpm 309
<RELATIONS_START>
310
<RELATION_START ID="20819" />
311
</RELATIONS_START>
312
<RELATIONS_END>
313
<RELATION_END ID="20817" />
314
<RELATION_END ID="20819" />
315
<RELATION_END ID="20842" />
316
</RELATIONS_END>
14 jpm 317
<INDICES>
318
<INDEX ID="1450" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
319
<INDEXCOLUMNS>
320
<INDEXCOLUMN idColumn="1449" LengthParam="0" />
321
</INDEXCOLUMNS>
322
</INDEX>
323
</INDICES>
324
</TABLE>
16 jpm 325
<TABLE ID="1445" Tablename="coel_structure" PrevTableName="Table_02" XPos="536" YPos="788" 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="Contient les informations sur les structures." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="4" >
14 jpm 326
<COLUMNS>
16 jpm 327
<COLUMN ID="18411" ColName="cs_id_structure" PrevColName="idcoel_structure" Pos="0" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Identifiant de la structure.">
14 jpm 328
<OPTIONSELECTED>
329
<OPTIONSELECT Value="1" />
330
<OPTIONSELECT Value="0" />
331
</OPTIONSELECTED>
332
</COLUMN>
16 jpm 333
<COLUMN ID="20789" ColName="cs_ce_statut" PrevColName="" Pos="17" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant du statut de la structure.">
334
<OPTIONSELECTED>
335
<OPTIONSELECT Value="1" />
336
<OPTIONSELECT Value="0" />
337
</OPTIONSELECTED>
338
</COLUMN>
339
<COLUMN ID="20814" ColName="cs_statut_autre" PrevColName="" Pos="18" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Autre statut non list\195\169.">
340
<OPTIONSELECTED>
341
<OPTIONSELECT Value="0" />
342
</OPTIONSELECTED>
343
</COLUMN>
344
<COLUMN ID="18555" ColName="cs_uri" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="URI (LSID ou URL) de la structure. Dans le format RDF, cela sera utilis\195\169 comme URI des donn\195\169es de l\ainstitutions.">
345
<OPTIONSELECTED>
346
<OPTIONSELECT Value="0" />
347
</OPTIONSELECTED>
348
</COLUMN>
349
<COLUMN ID="18556" ColName="cs_nom" PrevColName="cs_intitule" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom officiel de la structure dans sa langue d\aorigine.">
350
<OPTIONSELECTED>
351
<OPTIONSELECT Value="0" />
352
</OPTIONSELECTED>
353
</COLUMN>
354
<COLUMN ID="18557" ColName="cs_nom_alternatif" PrevColName="cs_intitule_alternatif" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Autres noms de la structures. S\195\169parer les diff\195\169rentes valeurs par un point virgule \A;\A.">
355
<OPTIONSELECTED>
356
<OPTIONSELECT Value="0" />
357
</OPTIONSELECTED>
358
</COLUMN>
359
<COLUMN ID="18560" ColName="cs_description" PrevColName="" Pos="5" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Description de la structure pour le public.">
360
<OPTIONSELECTED>
361
</OPTIONSELECTED>
362
</COLUMN>
363
<COLUMN ID="18561" ColName="cs_identifiant_alternatif" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant alternatif. Par exemple, l\aacronyme de l\aIndex Herbariorum ou du MNHN. S\195\169parer les diff\195\169rentes valeurs par un point virgule \A;\A et le type d\aidentifiant de sa valeur par un di\195\168ze \A#\A. Exemple : IH#MPU;MNHN#163">
364
<OPTIONSELECTED>
365
<OPTIONSELECT Value="0" />
366
</OPTIONSELECTED>
367
</COLUMN>
368
<COLUMN ID="20777" ColName="cs_adresse_01" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Adresse principale.">
369
<OPTIONSELECTED>
370
<OPTIONSELECT Value="0" />
371
</OPTIONSELECTED>
372
</COLUMN>
373
<COLUMN ID="20778" ColName="cs_adresse_02" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Compl\195\169ment d\aadresse.">
374
<OPTIONSELECTED>
375
<OPTIONSELECT Value="0" />
376
</OPTIONSELECTED>
377
</COLUMN>
378
<COLUMN ID="20780" ColName="cs_date_fondation" PrevColName="" Pos="9" idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date de fondation de la structure.">
379
<OPTIONSELECTED>
380
</OPTIONSELECTED>
381
</COLUMN>
382
<COLUMN ID="20781" ColName="cs_code_postal" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(16)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Code postal.">
383
<OPTIONSELECTED>
384
<OPTIONSELECT Value="0" />
385
</OPTIONSELECTED>
386
</COLUMN>
387
<COLUMN ID="20782" ColName="cs_ville" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Ville.">
388
<OPTIONSELECTED>
389
<OPTIONSELECT Value="0" />
390
</OPTIONSELECTED>
391
</COLUMN>
392
<COLUMN ID="20783" ColName="cs_region" PrevColName="" Pos="12" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom de la r\195\169gion (\195\169tat, province) o\195\185 est situ\195\169 la structure. Utiliser les noms du standard ISO-3166-2.">
393
<OPTIONSELECTED>
394
<OPTIONSELECT Value="0" />
395
</OPTIONSELECTED>
396
</COLUMN>
397
<COLUMN ID="20784" ColName="cs_pays" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Pays de la structure. Utiliser les noms du standard ISO-3166-1.">
398
<OPTIONSELECTED>
399
<OPTIONSELECT Value="0" />
400
</OPTIONSELECTED>
401
</COLUMN>
402
<COLUMN ID="20785" ColName="cs_telephone" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="T\195\169l\195\169phone principale de la structure.">
403
<OPTIONSELECTED>
404
<OPTIONSELECT Value="0" />
405
</OPTIONSELECTED>
406
</COLUMN>
407
<COLUMN ID="20786" ColName="cs_fax" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Fax de la structure.">
408
<OPTIONSELECTED>
409
<OPTIONSELECT Value="0" />
410
</OPTIONSELECTED>
411
</COLUMN>
412
<COLUMN ID="20787" ColName="cs_courriel" PrevColName="" Pos="16" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Courriel de l\aorganisation ex : accueil@organisation.org, pas de mail individuel.">
413
<OPTIONSELECTED>
414
<OPTIONSELECT Value="0" />
415
</OPTIONSELECTED>
416
</COLUMN>
417
<COLUMN ID="20816" ColName="cs_nbre_personne" PrevColName="" Pos="19" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nombre de personne pr\195\169sentent dans la structure.">
418
<OPTIONSELECTED>
419
<OPTIONSELECT Value="1" />
420
<OPTIONSELECT Value="0" />
421
</OPTIONSELECTED>
422
</COLUMN>
423
<COLUMN ID="20824" ColName="cs_notes" PrevColName="" Pos="20" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Notes sur l\aenregistrement. Information sur les modification effectu\195\169es. Permet de recr\195\169er l\ahitorique des modifications.">
424
<OPTIONSELECTED>
425
<OPTIONSELECT Value="0" />
426
</OPTIONSELECTED>
427
</COLUMN>
428
<COLUMN ID="20825" ColName="cs_date_derniere_modif" PrevColName="" Pos="21" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date de la derni\195\168re modification sur cet enregistrement.">
429
<OPTIONSELECTED>
430
</OPTIONSELECTED>
431
</COLUMN>
432
<COLUMN ID="20826" ColName="cs_ce_modifier_par" PrevColName="" Pos="22" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la personne ayant effectu\195\169 la derni\195\168re modification sur cet enregistrement. ">
433
<OPTIONSELECTED>
434
<OPTIONSELECT Value="1" />
435
<OPTIONSELECT Value="0" />
436
</OPTIONSELECTED>
437
</COLUMN>
438
<COLUMN ID="20827" ColName="cs_ce_etat" PrevColName="" Pos="23" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="\195\137tat de cet enregistrement. ">
439
<OPTIONSELECTED>
440
<OPTIONSELECT Value="1" />
441
<OPTIONSELECT Value="0" />
442
</OPTIONSELECTED>
443
</COLUMN>
14 jpm 444
</COLUMNS>
445
<RELATIONS_START>
446
<RELATION_START ID="18419" />
16 jpm 447
<RELATION_START ID="20817" />
448
<RELATION_START ID="20859" />
449
<RELATION_START ID="20861" />
14 jpm 450
</RELATIONS_START>
16 jpm 451
<RELATIONS_END>
452
<RELATION_END ID="20830" />
453
</RELATIONS_END>
14 jpm 454
<INDICES>
455
<INDEX ID="18412" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
456
<INDEXCOLUMNS>
457
<INDEXCOLUMN idColumn="18411" LengthParam="0" />
458
</INDEXCOLUMNS>
459
</INDEX>
460
</INDICES>
461
</TABLE>
16 jpm 462
<TABLE ID="1446" Tablename="coel_personne" PrevTableName="Table_03" XPos="1324" YPos="812" 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="Contient les informations sur les personnes.\nPar personne nous entendons \195\160 la fois les utilisateurs de l\aapplication mais aussi les personnes contacts, les botanistes collecteurs, auteurs..." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="5" >
14 jpm 463
<COLUMNS>
464
<COLUMN ID="1456" ColName="cp_id_personne" PrevColName="cco_id_contact" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Identifiant d\aun contact.">
465
<OPTIONSELECTED>
466
<OPTIONSELECT Value="1" />
467
<OPTIONSELECT Value="0" />
468
</OPTIONSELECTED>
469
</COLUMN>
470
<COLUMN ID="1458" ColName="cp_nom_complet" PrevColName="cco_nom_complet" Pos="1" idDatatype="20" DatatypeParams="(100)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom complet du contact format\195\169 pour l\aaffichage.">
471
<OPTIONSELECTED>
472
<OPTIONSELECT Value="0" />
473
</OPTIONSELECTED>
474
</COLUMN>
475
<COLUMN ID="1462" ColName="cp_prefix" PrevColName="cco_prefix" Pos="5" idDatatype="20" DatatypeParams="(20)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Pr\195\169fixe du nom. Exemple : Dr, Mr.">
476
<OPTIONSELECTED>
477
<OPTIONSELECT Value="0" />
478
</OPTIONSELECTED>
479
</COLUMN>
480
<COLUMN ID="1460" ColName="cp_prenom" PrevColName="cco_prenom" Pos="3" idDatatype="20" DatatypeParams="(100)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Pr\195\169nom.">
481
<OPTIONSELECTED>
482
<OPTIONSELECT Value="0" />
483
</OPTIONSELECTED>
484
</COLUMN>
485
<COLUMN ID="1459" ColName="cp_nom" PrevColName="cco_nom" Pos="2" idDatatype="20" DatatypeParams="(100)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom de famille.">
486
<OPTIONSELECTED>
487
<OPTIONSELECT Value="0" />
488
</OPTIONSELECTED>
489
</COLUMN>
490
<COLUMN ID="1461" ColName="cp_nom_complement" PrevColName="cco_nom_complement" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Compl\195\169ment du nom ou autres noms. S\195\169parer chaque valeur par un point virgule \A;\A.">
491
<OPTIONSELECTED>
492
<OPTIONSELECT Value="0" />
493
</OPTIONSELECTED>
494
</COLUMN>
495
<COLUMN ID="1463" ColName="cp_suffix" PrevColName="cco_suffix" Pos="6" idDatatype="20" DatatypeParams="(20)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Suffixe du nom. Exemple : Jr, III.">
496
<OPTIONSELECTED>
497
<OPTIONSELECT Value="0" />
498
</OPTIONSELECTED>
499
</COLUMN>
500
<COLUMN ID="18438" ColName="cp_login" PrevColName="" Pos="31" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Login de la personne pour acc\195\169der \195\160 l\aapplication.">
501
<OPTIONSELECTED>
502
<OPTIONSELECT Value="0" />
503
</OPTIONSELECTED>
504
</COLUMN>
505
<COLUMN ID="18439" ColName="cp_mot_de_passe" PrevColName="" Pos="32" idDatatype="20" DatatypeParams="(100)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Mot de passe de la personne pour acc\195\169der \195\160 l\aapplication.">
506
<OPTIONSELECTED>
507
<OPTIONSELECT Value="0" />
508
</OPTIONSELECTED>
509
</COLUMN>
16 jpm 510
<COLUMN ID="1465" ColName="cp_role" PrevColName="cco_role" Pos="8" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="R\195\180le(s) de la personne : observateur, collecteur... S\195\169parer chaque valeur par un point virgule \A;\A.">
14 jpm 511
<OPTIONSELECTED>
512
<OPTIONSELECT Value="0" />
513
</OPTIONSELECTED>
514
</COLUMN>
16 jpm 515
<COLUMN ID="18392" ColName="cp_adresse_01" PrevColName="cco_perso_adresse" Pos="13" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Adresse de la personne.">
14 jpm 516
<OPTIONSELECTED>
517
<OPTIONSELECT Value="0" />
518
</OPTIONSELECTED>
519
</COLUMN>
16 jpm 520
<COLUMN ID="18391" ColName="cp_adresse_02" PrevColName="cco_perso_adresse_complement" Pos="12" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Compl\195\169ment d\aadresse personnelle.">
14 jpm 521
<OPTIONSELECTED>
522
<OPTIONSELECT Value="0" />
523
</OPTIONSELECTED>
524
</COLUMN>
16 jpm 525
<COLUMN ID="18394" ColName="cp_region" PrevColName="cco_perso_region" Pos="15" idDatatype="20" DatatypeParams="(100)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom de la r\195\169gion (\195\169tat, province) o\195\185 vit la personne. Utiliser les noms du standard ISO-3166-2.">
14 jpm 526
<OPTIONSELECTED>
527
<OPTIONSELECT Value="0" />
528
</OPTIONSELECTED>
529
</COLUMN>
16 jpm 530
<COLUMN ID="18390" ColName="cp_bp" PrevColName="cco_perso_bp" Pos="11" idDatatype="20" DatatypeParams="(20)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Boite postale de l\aadresse de la personne.">
14 jpm 531
<OPTIONSELECTED>
532
<OPTIONSELECT Value="0" />
533
</OPTIONSELECTED>
534
</COLUMN>
16 jpm 535
<COLUMN ID="18395" ColName="cp_code_postal" PrevColName="cco_perso_code_postal" Pos="16" idDatatype="20" DatatypeParams="(10)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Code postal (zip) personnel.">
14 jpm 536
<OPTIONSELECTED>
537
<OPTIONSELECT Value="0" />
538
</OPTIONSELECTED>
539
</COLUMN>
16 jpm 540
<COLUMN ID="18393" ColName="cp_ville" PrevColName="cco_perso_ville" Pos="14" idDatatype="20" DatatypeParams="(100)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom de la localit\195\169 (ville) o\195\185 vit la personne.">
14 jpm 541
<OPTIONSELECTED>
542
<OPTIONSELECT Value="0" />
543
</OPTIONSELECTED>
544
</COLUMN>
16 jpm 545
<COLUMN ID="18396" ColName="cp_pays" PrevColName="cco_perso_pays" Pos="17" idDatatype="20" DatatypeParams="(100)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom du pays o\195\185 vit la personne. Utiliser les noms du standard ISO-3166-1.">
14 jpm 546
<OPTIONSELECTED>
547
<OPTIONSELECT Value="0" />
548
</OPTIONSELECTED>
549
</COLUMN>
16 jpm 550
<COLUMN ID="18397" ColName="cp_tel_fixe" PrevColName="cco_perso_tel_fixe" Pos="18" idDatatype="20" DatatypeParams="(25)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Num\195\169ro de t\195\169l\195\169phone fixe personnel.">
14 jpm 551
<OPTIONSELECTED>
552
<OPTIONSELECT Value="0" />
553
</OPTIONSELECTED>
554
</COLUMN>
16 jpm 555
<COLUMN ID="18398" ColName="cp_tel_portable" PrevColName="cco_perso_tel_portable" Pos="19" idDatatype="20" DatatypeParams="(25)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Num\195\169ro de t\195\169l\195\169phone portable personnel.">
14 jpm 556
<OPTIONSELECTED>
557
<OPTIONSELECT Value="0" />
558
</OPTIONSELECTED>
559
</COLUMN>
16 jpm 560
<COLUMN ID="18399" ColName="cp_fax" PrevColName="cco_perso_fax" Pos="20" idDatatype="20" DatatypeParams="(25)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Num\195\169ro de fax personnel.">
14 jpm 561
<OPTIONSELECTED>
562
<OPTIONSELECT Value="0" />
563
</OPTIONSELECTED>
564
</COLUMN>
16 jpm 565
<COLUMN ID="18400" ColName="cp_tel_complement" PrevColName="cco_perso_tel_complement" Pos="21" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Num\195\169ro(s) de t\195\169l\195\169phone, pager... personnels compl\195\169mentaires. S\195\169parer chaque valeur par un point virgule \A;\A.">
14 jpm 566
<OPTIONSELECTED>
567
<OPTIONSELECT Value="0" />
568
</OPTIONSELECTED>
569
</COLUMN>
16 jpm 570
<COLUMN ID="18401" ColName="cp_courriel" PrevColName="cco_perso_courriel" Pos="22" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Adresse(s) de courriel personnel. S\195\169parer chaque valeur par un point virgule \A;\A. Mettre les adresses dans leur ordre d\aimportance.">
14 jpm 571
<OPTIONSELECTED>
572
<OPTIONSELECT Value="0" />
573
</OPTIONSELECTED>
574
</COLUMN>
16 jpm 575
<COLUMN ID="18402" ColName="cp_url" PrevColName="cco_perso_url" Pos="23" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="URL(s) de site web personnel. S\195\169parer chaque valeur par un point virgule \A;\A. Mettre les adresses dans leur ordre d\aimportance.">
14 jpm 576
<OPTIONSELECTED>
577
<OPTIONSELECT Value="0" />
578
</OPTIONSELECTED>
579
</COLUMN>
16 jpm 580
<COLUMN ID="18403" ColName="cp_logo" PrevColName="cco_perso_logo" Pos="24" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="URL(s) de logo personnel. S\195\169parer chaque valeur par un point virgule \A;\A. Mettre les adresses dans leur ordre d\aimportance.">
14 jpm 581
<OPTIONSELECTED>
582
<OPTIONSELECT Value="0" />
583
</OPTIONSELECTED>
584
</COLUMN>
16 jpm 585
<COLUMN ID="18436" ColName="cp_bota_specialite" PrevColName="" Pos="29" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Indiquer s\195\169parer par des points virgules \A;\A les sp\195\169cialit\195\169s botaniques de la personne.">
14 jpm 586
<OPTIONSELECTED>
587
<OPTIONSELECT Value="0" />
588
</OPTIONSELECTED>
589
</COLUMN>
16 jpm 590
<COLUMN ID="18446" ColName="cp_bool_licence" PrevColName="" Pos="33" idDatatype="1" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="0" Comments="Indique quand la valeur vaut 1 que l\autilisateur a accept\195\169 la licence d\autilisation de l\aapplication. ">
14 jpm 591
<OPTIONSELECTED>
16 jpm 592
<OPTIONSELECT Value="1" />
14 jpm 593
<OPTIONSELECT Value="0" />
594
</OPTIONSELECTED>
595
</COLUMN>
16 jpm 596
<COLUMN ID="18404" ColName="cp_notes" PrevColName="cco_notes" Pos="25" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Notes sur l\aenregistrement. Information sur les modification effectu\195\169es. Permet de recr\195\169er l\ahitorique des modifications.">
14 jpm 597
<OPTIONSELECTED>
598
<OPTIONSELECT Value="0" />
599
</OPTIONSELECTED>
600
</COLUMN>
16 jpm 601
<COLUMN ID="18405" ColName="cp_date_derniere_modif" PrevColName="cco_" Pos="26" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date de la derni\195\168re modification sur cet enregistrement.">
14 jpm 602
<OPTIONSELECTED>
16 jpm 603
</OPTIONSELECTED>
604
</COLUMN>
605
<COLUMN ID="18407" ColName="cp_ce_modifier_par" PrevColName="cco_ce_modifier_par" Pos="27" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la personne ayant effectu\195\169 la derni\195\168re modification sur cet enregistrement.">
606
<OPTIONSELECTED>
607
<OPTIONSELECT Value="1" />
14 jpm 608
<OPTIONSELECT Value="0" />
609
</OPTIONSELECTED>
610
</COLUMN>
16 jpm 611
<COLUMN ID="18408" ColName="cp_ce_etat" PrevColName="cco_ce_etat" Pos="28" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="\195\137tat de cet enregistrement.">
14 jpm 612
<OPTIONSELECTED>
613
<OPTIONSELECT Value="1" />
614
<OPTIONSELECT Value="0" />
615
</OPTIONSELECTED>
616
</COLUMN>
16 jpm 617
</COLUMNS>
618
<RELATIONS_START>
619
<RELATION_START ID="18425" />
620
<RELATION_START ID="20828" />
621
<RELATION_START ID="20830" />
622
<RELATION_START ID="20834" />
623
<RELATION_START ID="20842" />
624
<RELATION_START ID="20844" />
625
</RELATIONS_START>
626
<RELATIONS_END>
627
<RELATION_END ID="20834" />
628
</RELATIONS_END>
629
<INDICES>
630
<INDEX ID="1457" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
631
<INDEXCOLUMNS>
632
<INDEXCOLUMN idColumn="1456" LengthParam="0" />
633
</INDEXCOLUMNS>
634
</INDEX>
635
</INDICES>
636
</TABLE>
637
<TABLE ID="1447" Tablename="coel_structure_a_equipe" PrevTableName="Table_04" XPos="944" YPos="892" 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="Table de liaison permettant d\aindiquer la composition de la structure en personnel.\nElle permet d\aindiquer pour une personne vis \195\160 vis d\aune structure :\n - si elle est contact\n - les informations de la personne sp\195\169cifique \195\160 cette structure (ex. : t\195\169l\195\169phone du travail, fonction, service, statut...)." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="6" >
638
<COLUMNS>
639
<COLUMN ID="20886" ColName="csae_id_structure" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la structure.">
14 jpm 640
<OPTIONSELECTED>
641
<OPTIONSELECT Value="1" />
642
<OPTIONSELECT Value="0" />
643
</OPTIONSELECTED>
644
</COLUMN>
16 jpm 645
<COLUMN ID="20887" ColName="csae_id_personne" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la personne.">
14 jpm 646
<OPTIONSELECTED>
16 jpm 647
<OPTIONSELECT Value="1" />
14 jpm 648
<OPTIONSELECT Value="0" />
649
</OPTIONSELECTED>
650
</COLUMN>
16 jpm 651
<COLUMN ID="18533" ColName="csae_fonction" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Intitul\195\169 de la fonction de la personne dans son travail. Liste : directeur, conservateur, technicien...">
14 jpm 652
<OPTIONSELECTED>
16 jpm 653
<OPTIONSELECT Value="0" />
14 jpm 654
</OPTIONSELECTED>
655
</COLUMN>
16 jpm 656
<COLUMN ID="18534" ColName="csae_service" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(100)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom du service ou d\195\169partement dans lequel la personne travaille.">
14 jpm 657
<OPTIONSELECTED>
16 jpm 658
<OPTIONSELECT Value="0" />
659
</OPTIONSELECTED>
660
</COLUMN>
661
<COLUMN ID="18537" ColName="csae_statut" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Statut(s) de la personne : salari\195\169, b\195\169n\195\169vole... S\195\169parer chaque valeur par un point virgule \A;\A.">
662
<OPTIONSELECTED>
663
<OPTIONSELECT Value="0" />
664
</OPTIONSELECTED>
665
</COLUMN>
666
<COLUMN ID="18433" ColName="csae_mark_contact" PrevColName="csae_bool_contact" Pos="2" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="0" Comments="Si la personne est un contact la valeur vaut 1 sinon c\aest 0.">
667
<OPTIONSELECTED>
668
</OPTIONSELECTED>
669
</COLUMN>
670
<COLUMN ID="18546" ColName="csae_bota_travail_hebdo_tps" PrevColName="" Pos="10" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Temps de travail hebdomadaire de la personne dans la structure botanique. Ce champ est \195\160 but statistique et n\aapparaitra pas en ligne.">
671
<OPTIONSELECTED>
14 jpm 672
<OPTIONSELECT Value="1" />
673
<OPTIONSELECT Value="0" />
674
</OPTIONSELECTED>
675
</COLUMN>
16 jpm 676
<COLUMN ID="18441" ColName="csae_notes" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Notes sur l\aenregistrement. Information sur les modification effectu\195\169es. Permet de recr\195\169er l\ahitorique des modifications. ">
14 jpm 677
<OPTIONSELECTED>
16 jpm 678
<OPTIONSELECT Value="0" />
679
</OPTIONSELECTED>
680
</COLUMN>
681
<COLUMN ID="18442" ColName="csae_date_derniere_modif" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date de la derni\195\168re modification sur cet enregistrement.">
682
<OPTIONSELECTED>
683
</OPTIONSELECTED>
684
</COLUMN>
685
<COLUMN ID="18443" ColName="csae_ce_modifier_par" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la personne ayant effectu\195\169 la derni\195\168re modification sur cet enregistrement. ">
686
<OPTIONSELECTED>
14 jpm 687
<OPTIONSELECT Value="1" />
688
<OPTIONSELECT Value="0" />
689
</OPTIONSELECTED>
690
</COLUMN>
16 jpm 691
<COLUMN ID="18444" ColName="csae_ce_etat" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="\195\137tat de cet enregistrement.">
692
<OPTIONSELECTED>
693
<OPTIONSELECT Value="1" />
694
<OPTIONSELECT Value="0" />
695
</OPTIONSELECTED>
696
</COLUMN>
14 jpm 697
</COLUMNS>
16 jpm 698
<RELATIONS_END>
699
<RELATION_END ID="18419" />
700
<RELATION_END ID="18425" />
701
<RELATION_END ID="20828" />
702
</RELATIONS_END>
703
<INDICES>
704
<INDEX ID="20888" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
705
<INDEXCOLUMNS>
706
<INDEXCOLUMN idColumn="20886" LengthParam="0" />
707
<INDEXCOLUMN idColumn="20887" LengthParam="0" />
708
</INDEXCOLUMNS>
709
</INDEX>
710
</INDICES>
711
</TABLE>
712
<TABLE ID="18448" Tablename="coel_meta_table" PrevTableName="Table_05" XPos="764" YPos="140" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="12" >
713
<COLUMNS>
714
<COLUMN ID="18450" ColName="cmt_id_table" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
715
<OPTIONSELECTED>
716
<OPTIONSELECT Value="1" />
717
<OPTIONSELECT Value="0" />
718
</OPTIONSELECTED>
719
</COLUMN>
720
<COLUMN ID="18485" ColName="cmt_nom" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
721
<OPTIONSELECTED>
722
<OPTIONSELECT Value="0" />
723
</OPTIONSELECTED>
724
</COLUMN>
725
</COLUMNS>
14 jpm 726
<RELATIONS_START>
16 jpm 727
<RELATION_START ID="20806" />
728
<RELATION_START ID="20808" />
14 jpm 729
</RELATIONS_START>
730
<INDICES>
16 jpm 731
<INDEX ID="18451" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
14 jpm 732
<INDEXCOLUMNS>
16 jpm 733
<INDEXCOLUMN idColumn="18450" LengthParam="0" />
14 jpm 734
</INDEXCOLUMNS>
735
</INDEX>
736
</INDICES>
737
</TABLE>
16 jpm 738
<TABLE ID="18452" Tablename="coel_meta_donnee" PrevTableName="Table_06" XPos="332" YPos="400" 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" >
14 jpm 739
<COLUMNS>
16 jpm 740
<COLUMN ID="18454" ColName="cmd_id_donnee" PrevColName="cmt_id_donnee" Pos="0" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
14 jpm 741
<OPTIONSELECTED>
742
<OPTIONSELECT Value="1" />
743
<OPTIONSELECT Value="0" />
744
</OPTIONSELECTED>
745
</COLUMN>
16 jpm 746
<COLUMN ID="20811" ColName="cmd_ce_table" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
14 jpm 747
<OPTIONSELECTED>
748
<OPTIONSELECT Value="1" />
749
<OPTIONSELECT Value="0" />
750
</OPTIONSELECTED>
751
</COLUMN>
16 jpm 752
<COLUMN ID="20800" ColName="cmd_ce_caracteristique" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
14 jpm 753
<OPTIONSELECTED>
754
<OPTIONSELECT Value="1" />
755
<OPTIONSELECT Value="0" />
756
</OPTIONSELECTED>
757
</COLUMN>
16 jpm 758
<COLUMN ID="20804" ColName="cmd_ce_identifiant" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
14 jpm 759
<OPTIONSELECTED>
16 jpm 760
<OPTIONSELECT Value="1" />
761
<OPTIONSELECT Value="0" />
14 jpm 762
</OPTIONSELECTED>
763
</COLUMN>
16 jpm 764
<COLUMN ID="18479" ColName="cmd_valeur" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
14 jpm 765
<OPTIONSELECTED>
16 jpm 766
<OPTIONSELECT Value="0" />
14 jpm 767
</OPTIONSELECTED>
768
</COLUMN>
16 jpm 769
</COLUMNS>
770
<RELATIONS_END>
771
<RELATION_END ID="18470" />
772
<RELATION_END ID="20806" />
773
</RELATIONS_END>
774
<INDICES>
775
<INDEX ID="18455" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
776
<INDEXCOLUMNS>
777
<INDEXCOLUMN idColumn="18454" LengthParam="0" />
778
</INDEXCOLUMNS>
779
</INDEX>
780
</INDICES>
781
</TABLE>
782
<TABLE ID="18456" Tablename="coel_meta_caracteristique" PrevTableName="Table_07" XPos="348" YPos="140" 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="14" >
783
<COLUMNS>
784
<COLUMN ID="18458" ColName="cmc_id_caracteristique" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Identifiant de la caract\195\169ristique.">
14 jpm 785
<OPTIONSELECTED>
786
<OPTIONSELECT Value="1" />
787
<OPTIONSELECT Value="0" />
788
</OPTIONSELECTED>
789
</COLUMN>
16 jpm 790
<COLUMN ID="18493" ColName="cmc_ce_type" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
14 jpm 791
<OPTIONSELECTED>
792
<OPTIONSELECT Value="1" />
793
<OPTIONSELECT Value="0" />
794
</OPTIONSELECTED>
795
</COLUMN>
16 jpm 796
<COLUMN ID="18503" ColName="cmc_intitule" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Intitul\195\169 de la caract\195\169ristique.">
797
<OPTIONSELECTED>
798
<OPTIONSELECT Value="0" />
799
</OPTIONSELECTED>
800
</COLUMN>
14 jpm 801
</COLUMNS>
16 jpm 802
<RELATIONS_START>
803
<RELATION_START ID="18470" />
804
<RELATION_START ID="18494" />
805
<RELATION_START ID="18504" />
806
</RELATIONS_START>
14 jpm 807
<RELATIONS_END>
16 jpm 808
<RELATION_END ID="18490" />
14 jpm 809
</RELATIONS_END>
810
<INDICES>
16 jpm 811
<INDEX ID="18459" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
14 jpm 812
<INDEXCOLUMNS>
16 jpm 813
<INDEXCOLUMN idColumn="18458" LengthParam="0" />
14 jpm 814
</INDEXCOLUMNS>
815
</INDEX>
16 jpm 816
<INDEX ID="18492" IndexName="coel_meta_caracteristique_FKIndex1" IndexKind="1" FKRefDef_Obj_id="18490">
14 jpm 817
<INDEXCOLUMNS>
16 jpm 818
<INDEXCOLUMN idColumn="18493" LengthParam="0" />
14 jpm 819
</INDEXCOLUMNS>
820
</INDEX>
16 jpm 821
</INDICES>
822
</TABLE>
823
<TABLE ID="18462" Tablename="coel_meta_type" PrevTableName="Table_08" XPos="112" YPos="44" 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="15" >
824
<COLUMNS>
825
<COLUMN ID="18464" ColName="cmty_id_type" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
826
<OPTIONSELECTED>
827
<OPTIONSELECT Value="1" />
828
<OPTIONSELECT Value="0" />
829
</OPTIONSELECTED>
830
</COLUMN>
831
<COLUMN ID="18488" ColName="cmty_sql_type" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(32)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
832
<OPTIONSELECTED>
833
<OPTIONSELECT Value="0" />
834
</OPTIONSELECTED>
835
</COLUMN>
836
<COLUMN ID="18489" ColName="cmty_longueur" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
837
<OPTIONSELECTED>
838
<OPTIONSELECT Value="1" />
839
<OPTIONSELECT Value="0" />
840
</OPTIONSELECTED>
841
</COLUMN>
842
</COLUMNS>
843
<RELATIONS_START>
844
<RELATION_START ID="18490" />
845
</RELATIONS_START>
846
<INDICES>
847
<INDEX ID="18465" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
14 jpm 848
<INDEXCOLUMNS>
16 jpm 849
<INDEXCOLUMN idColumn="18464" LengthParam="0" />
14 jpm 850
</INDEXCOLUMNS>
851
</INDEX>
852
</INDICES>
853
</TABLE>
16 jpm 854
<TABLE ID="18466" Tablename="coel_meta_valeur" PrevTableName="Table_09" XPos="44" YPos="248" 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="16" >
855
<COLUMNS>
856
<COLUMN ID="18468" ColName="cmv_id_valeur" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
857
<OPTIONSELECTED>
858
<OPTIONSELECT Value="1" />
859
<OPTIONSELECT Value="0" />
860
</OPTIONSELECTED>
861
</COLUMN>
862
<COLUMN ID="18497" ColName="cmv_ce_caracteristique" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
863
<OPTIONSELECTED>
864
<OPTIONSELECT Value="1" />
865
<OPTIONSELECT Value="0" />
866
</OPTIONSELECTED>
867
</COLUMN>
868
</COLUMNS>
869
<RELATIONS_END>
870
<RELATION_END ID="18494" />
871
</RELATIONS_END>
872
<INDICES>
873
<INDEX ID="18469" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
874
<INDEXCOLUMNS>
875
<INDEXCOLUMN idColumn="18468" LengthParam="0" />
876
</INDEXCOLUMNS>
877
</INDEX>
878
<INDEX ID="18496" IndexName="coel_meta_valeur_FKIndex1" IndexKind="1" FKRefDef_Obj_id="18494">
879
<INDEXCOLUMNS>
880
<INDEXCOLUMN idColumn="18497" LengthParam="0" />
881
</INDEXCOLUMNS>
882
</INDEX>
883
</INDICES>
884
</TABLE>
885
<TABLE ID="18498" Tablename="coel_meta_historisation" PrevTableName="Table_10" XPos="720" YPos="412" 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" >
886
<COLUMNS>
887
<COLUMN ID="18500" ColName="cmh_id_historisation" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Identifiant de cet enregistrement historis\195\169.">
888
<OPTIONSELECTED>
889
<OPTIONSELECT Value="1" />
890
<OPTIONSELECT Value="0" />
891
</OPTIONSELECTED>
892
</COLUMN>
893
<COLUMN ID="20810" ColName="cmh_ce_table" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
894
<OPTIONSELECTED>
895
<OPTIONSELECT Value="1" />
896
<OPTIONSELECT Value="0" />
897
</OPTIONSELECTED>
898
</COLUMN>
899
<COLUMN ID="18526" ColName="cmh_ce_caracteristique" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
900
<OPTIONSELECTED>
901
<OPTIONSELECT Value="1" />
902
<OPTIONSELECT Value="0" />
903
</OPTIONSELECTED>
904
</COLUMN>
905
<COLUMN ID="18514" ColName="cmh_ce_identifiant" PrevColName="cmh_id_donnee" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant de cette donn\195\169es dans la table d\aorigine.">
906
<OPTIONSELECTED>
907
<OPTIONSELECT Value="1" />
908
<OPTIONSELECT Value="0" />
909
</OPTIONSELECTED>
910
</COLUMN>
911
<COLUMN ID="18513" ColName="cmh_valeur" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Valeur de la colonne.">
912
<OPTIONSELECTED>
913
<OPTIONSELECT Value="0" />
914
</OPTIONSELECTED>
915
</COLUMN>
916
<COLUMN ID="18515" ColName="cmh_date" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date et heure de la modification de l\aenregistrement.">
917
<OPTIONSELECTED>
918
</OPTIONSELECTED>
919
</COLUMN>
920
<COLUMN ID="20846" ColName="cmh_ce_modifier_par" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
921
<OPTIONSELECTED>
922
<OPTIONSELECT Value="1" />
923
<OPTIONSELECT Value="0" />
924
</OPTIONSELECTED>
925
</COLUMN>
926
<COLUMN ID="18517" ColName="cmh_ce_etat" PrevColName="cmh_mode" Pos="7" idDatatype="20" DatatypeParams="(1)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant indiquant le mode de mise \195\160 jour. Ici cela devrait toujours \195\170tre de la modification.">
927
<OPTIONSELECTED>
928
<OPTIONSELECT Value="0" />
929
</OPTIONSELECTED>
930
</COLUMN>
931
<COLUMN ID="18518" ColName="cmh_ip_mac" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Adresse ip \195\160 l\aorigine de la modification.">
932
<OPTIONSELECTED>
933
<OPTIONSELECT Value="0" />
934
</OPTIONSELECTED>
935
</COLUMN>
936
</COLUMNS>
937
<RELATIONS_END>
938
<RELATION_END ID="18504" />
939
<RELATION_END ID="20808" />
940
<RELATION_END ID="20844" />
941
</RELATIONS_END>
942
<INDICES>
943
<INDEX ID="18501" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
944
<INDEXCOLUMNS>
945
<INDEXCOLUMN idColumn="18500" LengthParam="0" />
946
</INDEXCOLUMNS>
947
</INDEX>
948
<INDEX ID="18523" IndexName="coel_meta_historisation_FKIndex1" IndexKind="1" FKRefDef_Obj_id="18504">
949
<INDEXCOLUMNS>
950
<INDEXCOLUMN idColumn="18526" LengthParam="0" />
951
</INDEXCOLUMNS>
952
</INDEX>
953
</INDICES>
954
</TABLE>
955
<TABLE ID="20850" Tablename="coel_structure_conservation" PrevTableName="Table_11" XPos="868" YPos="1280" 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="Toutes les donn\195\169es sp\195\169cifiques \195\160 la conservation au sein d\aune structure." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="31" >
956
<COLUMNS>
957
<COLUMN ID="20852" ColName="csc_id_structure" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
958
<OPTIONSELECTED>
959
<OPTIONSELECT Value="1" />
960
<OPTIONSELECT Value="0" />
961
</OPTIONSELECTED>
962
</COLUMN>
963
<COLUMN ID="20869" ColName="csc_mark_formation" PrevColName="" Pos="1" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="0" Comments="Le personnel s\aoccupant des collections botaniques a-t-il suivi des formations en conservation\194\160?">
964
<OPTIONSELECTED>
965
</OPTIONSELECTED>
966
</COLUMN>
967
<COLUMN ID="20871" ColName="csc_formation" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Si oui, lesquelles?">
968
<OPTIONSELECTED>
969
<OPTIONSELECT Value="0" />
970
</OPTIONSELECTED>
971
</COLUMN>
972
<COLUMN ID="20872" ColName="csc_mark_formation_interet" PrevColName="" Pos="3" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Le personnel s\aoccupant des collections botaniques a-t-il suivi des formations en conservation\194\160?">
973
<OPTIONSELECTED>
974
</OPTIONSELECTED>
975
</COLUMN>
976
<COLUMN ID="20874" ColName="csc_ce_stockage_local" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Avez-vous des locaux sp\195\169cifiques de stockage des collections botaniques\194\160?">
977
<OPTIONSELECTED>
978
<OPTIONSELECT Value="1" />
979
<OPTIONSELECT Value="0" />
980
</OPTIONSELECTED>
981
</COLUMN>
982
<COLUMN ID="20875" ColName="csc_stockage_local_autre" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Autre type de local de stockage non list\195\169.">
983
<OPTIONSELECTED>
984
<OPTIONSELECT Value="0" />
985
</OPTIONSELECTED>
986
</COLUMN>
987
</COLUMNS>
988
<RELATIONS_END>
989
<RELATION_END ID="20859" />
990
</RELATIONS_END>
991
<INDICES>
992
<INDEX ID="20853" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
993
<INDEXCOLUMNS>
994
<INDEXCOLUMN idColumn="20852" LengthParam="0" />
995
</INDEXCOLUMNS>
996
</INDEX>
997
</INDICES>
998
</TABLE>
999
<TABLE ID="20854" Tablename="coel_structure_valorisation" PrevTableName="Table_12" XPos="548" YPos="1280" 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="Toutes les donn\195\169es sp\195\169cifiques \195\160 la valorisation au sein d\aune structure." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="32" >
1000
<COLUMNS>
1001
<COLUMN ID="20866" ColName="csv_id_structure" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1002
<OPTIONSELECTED>
1003
<OPTIONSELECT Value="1" />
1004
<OPTIONSELECT Value="0" />
1005
</OPTIONSELECTED>
1006
</COLUMN>
1007
</COLUMNS>
1008
<RELATIONS_END>
1009
<RELATION_END ID="20861" />
1010
</RELATIONS_END>
1011
<INDICES>
1012
<INDEX ID="20867" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1013
<INDEXCOLUMNS>
1014
<INDEXCOLUMN idColumn="20866" LengthParam="0" />
1015
</INDEXCOLUMNS>
1016
</INDEX>
1017
</INDICES>
1018
</TABLE>
14 jpm 1019
</TABLES>
1020
<RELATIONS>
16 jpm 1021
<RELATION ID="18419" RelationName="fk_cs_csae" Kind="1" SrcTable="1445" DestTable="1447" FKFields="cs_id_structure=csae_id_structure\n" FKFieldsComments="Identifiant de la structure.\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="2" CaptionOffsetY="-44" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="18530" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="9" />
1022
<RELATION ID="18425" RelationName="fk_cp_csae" Kind="1" SrcTable="1446" DestTable="1447" FKFields="cp_id_personne=csae_id_personne\n" FKFieldsComments="Identifiant de la personne constituant l\a\195\169quipe d\aun service d\aune structure.\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="18531" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="10" />
1023
<RELATION ID="18470" RelationName="fk_cmc_cmd" Kind="2" SrcTable="18456" DestTable="18452" FKFields="cmc_id_caracteristique=cmd_ce_caracteristique\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-53" CaptionOffsetY="-24" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="17" />
1024
<RELATION ID="18490" RelationName="fk_cmty_cmc" Kind="2" SrcTable="18462" DestTable="18456" FKFields="cmty_id_type=cmc_ce_type\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-62" CaptionOffsetY="-20" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="18492" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="19" />
1025
<RELATION ID="18494" RelationName="fk_cmc_cmv" Kind="2" SrcTable="18456" DestTable="18466" FKFields="cmc_id_caracteristique=cmv_ce_caracteristique\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-51" CaptionOffsetY="-25" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="18496" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="20" />
1026
<RELATION ID="18504" RelationName="fk_cmc_cmh" Kind="2" SrcTable="18456" DestTable="18498" FKFields="cmc_id_caracteristique=cmh_ce_caracteristique\n" FKFieldsComments="Identifiant de la caract\195\169ristique.\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="18523" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="22" />
1027
<RELATION ID="20806" RelationName="fk_cmt_cmd" Kind="2" SrcTable="18448" DestTable="18452" FKFields="cmt_id_table=cmd_ce_table\n" FKFieldsComments="\n" relDirection="4" MidOffset="25" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="0" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="22" />
1028
<RELATION ID="20808" RelationName="fk_cmt_cmh" Kind="2" SrcTable="18448" DestTable="18498" FKFields="cmt_id_table=cmh_ce_table\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="0" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="23" />
1029
<RELATION ID="20817" RelationName="fk_cs_cc" Kind="2" SrcTable="1445" DestTable="1444" FKFields="cs_id_structure=cc_ce_structure\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="0" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="24" />
1030
<RELATION ID="20819" RelationName="fk_cc_cc_parente" Kind="2" SrcTable="1444" DestTable="1444" FKFields="cc_id_collection=cc_ce_collection_parente\n" FKFieldsComments="\n" relDirection="2" MidOffset="23" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-66" CaptionOffsetY="-23" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="0" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="25" />
1031
<RELATION ID="20828" RelationName="fk_cp_csae_modifier_par" Kind="2" SrcTable="1446" DestTable="1447" FKFields="cp_id_personne=csae_ce_modifier_par\n" FKFieldsComments="Identifiant de la personne ayant effectu\195\169 la derni\195\168re modification sur cet enregistrement.\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="0" Invisible="1" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="26" />
1032
<RELATION ID="20830" RelationName="fk_cp_cs_modifier_par" Kind="2" SrcTable="1446" DestTable="1445" FKFields="cp_id_personne=cs_ce_modifier_par\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="0" Invisible="1" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="27" />
1033
<RELATION ID="20834" RelationName="fk_cp_cp_modifier_par" Kind="2" SrcTable="1446" DestTable="1446" FKFields="cp_id_personne=cp_ce_modifier_par\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="0" Invisible="1" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="28" />
1034
<RELATION ID="20842" RelationName="fk_cp_cc_modifier_par" Kind="2" SrcTable="1446" DestTable="1444" FKFields="cp_id_personne=cc_ce_modifier_par\n" FKFieldsComments="Identifiant de la personne ayant effectu\195\169 la derni\195\168re modification sur cet enregistrement.\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="0" Invisible="1" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="29" />
1035
<RELATION ID="20844" RelationName="fk_cp_cmh_modifier_par" Kind="2" SrcTable="1446" DestTable="18498" FKFields="cp_id_personne=cmh_ce_modifier_par\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="0" Invisible="1" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="30" />
1036
<RELATION ID="20859" RelationName="fk_cs_csc" Kind="4" SrcTable="1445" DestTable="20850" FKFields="cs_id_structure=csc_id_structure\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="0" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="33" />
1037
<RELATION ID="20861" RelationName="fk_cs_csv" Kind="4" SrcTable="1445" DestTable="20854" FKFields="cs_id_structure=csv_id_structure\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="0" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="34" />
14 jpm 1038
</RELATIONS>
1039
<NOTES>
1040
</NOTES>
1041
<IMAGES>
1042
</IMAGES>
1043
</METADATA>
1044
<PLUGINDATA>
1045
<PLUGINDATARECORDS>
1046
</PLUGINDATARECORDS>
1047
</PLUGINDATA>
1048
<QUERYDATA>
1049
<QUERYRECORDS>
1050
</QUERYRECORDS>
1051
</QUERYDATA>
1052
<LINKEDMODELS>
1053
</LINKEDMODELS>
1054
</DBMODEL>