Subversion Repositories eFlore/Applications.coel

Rev

Rev 55 | Rev 67 | 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>
55 jpm 4
<GLOBALSETTINGS ModelName="coel" IDModel="0" IDVersion="0" VersionStr="1.0.0.0" Comments="BDD_NOM : tela_coel" UseVersionHistroy="1" AutoIncVersion="1" DatabaseType="MySQL" ZoomFac="69.00" XPos="0" YPos="254" 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>
20 jpm 235
<TABLEPREFIX Name="Defaut (pas de prefixe)" />
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>
66 jpm 261
<REGION ID="21340" RegionName="Projet" XPos="28" YPos="504" Width="744" Height="410" RegionColor="5" TablePrefix="0" TableType="0" OverwriteTablePrefix="0" OverwriteTableType="0" Comments="Module de gestion des Projets.\nAbreviation : CPR\nAide : OK\nEtat: OK\nRevision : $Revision: 66 $" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="74" />
262
<REGION ID="21218" RegionName="Publication" XPos="24" YPos="2357" Width="747" Height="286" RegionColor="4" TablePrefix="0" TableType="0" OverwriteTablePrefix="0" OverwriteTableType="0" Comments="Module de gestion des Publications.\nAbreviation : CPU\nAide : OK\nEtat: OK\nRevision : $Revision: 66 $" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="63" />
263
<REGION ID="18447" RegionName="M\195\169tadonn\195\169e" XPos="20" YPos="16" Width="1464" Height="480" RegionColor="3" TablePrefix="0" TableType="0" OverwriteTablePrefix="0" OverwriteTableType="0" Comments="Module de gestion des M\195\169tadonn\195\169es.\nAbreviation : CM\nAide : OK\nEtat: OK\nRevision : $Revision: 66 $" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="19" />
264
<REGION ID="18417" RegionName="Personne" XPos="784" YPos="505" Width="700" Height="872" RegionColor="2" TablePrefix="0" TableType="0" OverwriteTablePrefix="0" OverwriteTableType="0" Comments="Module de gestion des Personnes.\nAbreviation : CP\nAide : OK\nEtat: OK\nRevision : $Revision: 66 $" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="16" />
265
<REGION ID="18416" RegionName="Structure" XPos="785" YPos="1386" Width="701" Height="959" RegionColor="1" TablePrefix="0" TableType="0" OverwriteTablePrefix="0" OverwriteTableType="0" Comments="Module de gestion des Structures.\nAbreviation : CS\nAide : OK\nEtat: OK\nRevision : $Revision: 66 $" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="15" />
55 jpm 266
<REGION ID="1443" RegionName="Collection" XPos="28" YPos="924" Width="741" Height="1421" RegionColor="0" TablePrefix="0" TableType="0" OverwriteTablePrefix="0" OverwriteTableType="0" Comments="Module de gestion des Collections.\nAbreviation : CC\nAide : OK\nEtat: OK\nRevision : $Revision: 66 $" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="2" />
14 jpm 267
</REGIONS>
268
<TABLES>
42 jpm 269
<TABLE ID="1444" Tablename="coel_collection" PrevTableName="Table_01" XPos="36" YPos="1151" 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.INFO : cc_nom\n" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="5" >
14 jpm 270
<COLUMNS>
41 jpm 271
<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 272
<OPTIONSELECTED>
273
<OPTIONSELECT Value="1" />
274
<OPTIONSELECT Value="0" />
275
</OPTIONSELECTED>
276
</COLUMN>
41 jpm 277
<COLUMN ID="21630" ColName="cc_ce_projet" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant du projet dans lequel les informations de la collection sont saisies.">
23 jpm 278
<OPTIONSELECTED>
279
<OPTIONSELECT Value="1" />
280
<OPTIONSELECT Value="0" />
281
</OPTIONSELECTED>
282
</COLUMN>
41 jpm 283
<COLUMN ID="21167" ColName="cc_ce_mere" 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. Si la collection courrante n\aa pas de parente laisser la valeur 0 par d\195\169faut.">
16 jpm 284
<OPTIONSELECTED>
285
<OPTIONSELECT Value="1" />
286
<OPTIONSELECT Value="0" />
287
</OPTIONSELECTED>
288
</COLUMN>
41 jpm 289
<COLUMN ID="20821" ColName="cc_ce_structure" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="0" Comments="Identifiant de la structure habritant physiquement la collection. Si c\aest un particulier, laisser la valeur 0 par d\195\169faut et utiliser la table liant les collections aux personnes.">
16 jpm 290
<OPTIONSELECTED>
291
<OPTIONSELECT Value="1" />
292
<OPTIONSELECT Value="0" />
293
</OPTIONSELECTED>
294
</COLUMN>
20 jpm 295
<COLUMN ID="21095" ColName="cc_guid" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant global unique de type LSID ou URI.">
296
<OPTIONSELECTED>
297
<OPTIONSELECT Value="0" />
298
</OPTIONSELECTED>
299
</COLUMN>
300
<COLUMN ID="21099" ColName="cc_truk_identifiant_alternatif" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Autres identifiants de la structure.">
301
<OPTIONSELECTED>
302
<OPTIONSELECT Value="0" />
303
</OPTIONSELECTED>
304
</COLUMN>
305
<COLUMN ID="21096" ColName="cc_truk_code" PrevColName="cc_truk_sigle_usage" Pos="8" idDatatype="20" DatatypeParams="(100)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Code(s) de la collection.">
306
<OPTIONSELECTED>
307
<OPTIONSELECT Value="0" />
308
</OPTIONSELECTED>
309
</COLUMN>
310
<COLUMN ID="21100" ColName="cc_nom" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom de la collection dans la langue d\aorigine. Afficher vis \195\160 vis du public.">
311
<OPTIONSELECTED>
312
<OPTIONSELECT Value="0" />
313
</OPTIONSELECTED>
314
</COLUMN>
315
<COLUMN ID="21101" ColName="cc_truk_nom_alternatif" PrevColName="" Pos="11" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom alternatif de la collection.">
316
<OPTIONSELECTED>
317
</OPTIONSELECTED>
318
</COLUMN>
319
<COLUMN ID="21141" ColName="cc_description" PrevColName="" Pos="12" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Description principale de la collection pour un large public.">
320
<OPTIONSELECTED>
321
</OPTIONSELECTED>
322
</COLUMN>
323
<COLUMN ID="21142" ColName="cc_description_specialiste" PrevColName="" Pos="13" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Description de la collection pour un public de sp\195\169cialistes.">
324
<OPTIONSELECTED>
325
</OPTIONSELECTED>
326
</COLUMN>
327
<COLUMN ID="21187" ColName="cc_historique" PrevColName="" Pos="20" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Historique de la collection (acquisition, diff\195\169rentes interventions de restauration, de traitement ...).">
328
<OPTIONSELECTED>
329
</OPTIONSELECTED>
330
</COLUMN>
331
<COLUMN ID="21182" ColName="cc_truk_url" PrevColName="cc_url" Pos="18" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="URL(s) du site web ou de la page concernant la collection.">
332
<OPTIONSELECTED>
333
<OPTIONSELECT Value="0" />
334
</OPTIONSELECTED>
335
</COLUMN>
336
<COLUMN ID="21333" ColName="cc_truk_url_objet" PrevColName="" Pos="34" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="URL(s) indiquant un web service ou une page permettant d\aacc\195\168der \195\160 des informations sur les objets de la collection.">
337
<OPTIONSELECTED>
338
<OPTIONSELECT Value="0" />
339
</OPTIONSELECTED>
340
</COLUMN>
341
<COLUMN ID="21262" ColName="cc_truk_groupement_principe" PrevColName="cc_ce_truk_principe_groupe" Pos="21" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Principal but de groupement de la collection au niveau int\195\169lectuel plut\195\180t que physique.">
342
<OPTIONSELECTED>
343
<OPTIONSELECT Value="0" />
344
</OPTIONSELECTED>
345
</COLUMN>
346
<COLUMN ID="21265" ColName="cc_truk_groupement_but" PrevColName="" Pos="22" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Principal but de r\195\169alisation de la collection.">
347
<OPTIONSELECTED>
348
<OPTIONSELECT Value="1" />
349
<OPTIONSELECT Value="0" />
350
</OPTIONSELECTED>
351
</COLUMN>
41 jpm 352
<COLUMN ID="21146" ColName="cc_ce_type" PrevColName="" Pos="14" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type de la collection vis \195\160 vis du standard NCD.">
20 jpm 353
<OPTIONSELECTED>
354
<OPTIONSELECT Value="1" />
355
<OPTIONSELECT Value="0" />
356
</OPTIONSELECTED>
357
</COLUMN>
41 jpm 358
<COLUMN ID="21177" ColName="cc_truk_type_depot" PrevColName="cc_ce_type_depot" Pos="17" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type(s) de d\195\169p\195\180t de la collection.">
20 jpm 359
<OPTIONSELECTED>
360
<OPTIONSELECT Value="0" />
361
</OPTIONSELECTED>
362
</COLUMN>
363
<COLUMN ID="21175" ColName="cc_cote" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="C\195\180te de la collection.">
364
<OPTIONSELECTED>
365
<OPTIONSELECT Value="0" />
366
</OPTIONSELECTED>
367
</COLUMN>
368
<COLUMN ID="21176" ColName="cc_dimenssion" PrevColName="" Pos="16" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Dimenssion, taille de la collection sous forme de texte libre.">
369
<OPTIONSELECTED>
370
<OPTIONSELECT Value="0" />
371
</OPTIONSELECTED>
372
</COLUMN>
373
<COLUMN ID="21307" ColName="cc_condition_acces" PrevColName="" Pos="23" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Condition d\aacc\195\168s \195\160 la collection. Peut \195\170tre d\195\169finit par d\195\169faut par la structure.">
374
<OPTIONSELECTED>
375
</OPTIONSELECTED>
376
</COLUMN>
377
<COLUMN ID="21308" ColName="cc_condition_usage" PrevColName="" Pos="24" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Condition d\ausages de la collection. Peut \195\170tre d\195\169finit par d\195\169faut par la structure.">
378
<OPTIONSELECTED>
379
</OPTIONSELECTED>
380
</COLUMN>
381
<COLUMN ID="21183" ColName="cc_truk_couverture_vernaculaire" PrevColName="cc_truk_nature" Pos="19" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nature de la collection sous forme de nom(s) vernaculaire(s).">
382
<OPTIONSELECTED>
383
<OPTIONSELECT Value="0" />
384
</OPTIONSELECTED>
385
</COLUMN>
386
<COLUMN ID="21313" ColName="cc_truk_couverture_taxonomique" PrevColName="cc_couverture_taxonomique" Pos="25" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom de famille ou de taxons sup\195\169rieurs pr\195\169sent dans la collection.">
387
<OPTIONSELECTED>
388
<OPTIONSELECT Value="0" />
389
</OPTIONSELECTED>
390
</COLUMN>
391
<COLUMN ID="21327" ColName="cc_truk_couverture_regne" PrevColName="" Pos="32" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Liste des r\195\168gnes couverts par la collection.">
392
<OPTIONSELECTED>
393
<OPTIONSELECT Value="0" />
394
</OPTIONSELECTED>
395
</COLUMN>
396
<COLUMN ID="21314" ColName="cc_truk_couverture_temporelle" PrevColName="cc_couverture_temporelle" Pos="26" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="P\195\169riode de temps couverte par la collection.">
397
<OPTIONSELECTED>
398
<OPTIONSELECT Value="0" />
399
</OPTIONSELECTED>
400
</COLUMN>
401
<COLUMN ID="21326" ColName="cc_truk_couverture_vie" PrevColName="cc_truk_couverture_periode_vie" Pos="31" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="P\195\169riode de temps durant laquelle le mat\195\169riel biologique \195\169tait en vie. Inclu les p\195\169riodes de temps pal\195\169ontologiques.">
402
<OPTIONSELECTED>
403
<OPTIONSELECT Value="0" />
404
</OPTIONSELECTED>
405
</COLUMN>
406
<COLUMN ID="20841" ColName="cc_truk_conservation_statut" PrevColName="cc_ce_etat" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Indiquer la date d\aune estimation s\195\169par\195\169e par un di\195\168se du statut estim\195\169 utilisant l\a\195\169chelle de McGinley. Plusieurs estimations seront s\195\169par\195\169s par un point virgule.">
407
<OPTIONSELECTED>
408
<OPTIONSELECT Value="0" />
409
</OPTIONSELECTED>
410
</COLUMN>
411
<COLUMN ID="21328" ColName="cc_truk_preservation" PrevColName="" Pos="33" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Liste indiquant les proc\195\169dures ou techniques de conservation utilis\195\169es pour les collections non vivantes.">
412
<OPTIONSELECTED>
413
<OPTIONSELECT Value="0" />
414
</OPTIONSELECTED>
415
</COLUMN>
416
<COLUMN ID="21335" ColName="cc_ce_developpement" PrevColName="" Pos="35" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Indique le changement potentiel dans la port\195\169e de la collection.">
417
<OPTIONSELECTED>
418
<OPTIONSELECT Value="0" />
419
</OPTIONSELECTED>
420
</COLUMN>
23 jpm 421
<COLUMN ID="21337" ColName="cc_truk_periode_constitution" PrevColName="cc_truk_periode_formation" Pos="36" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Liste de p\195\169riodes de temps durant laquelle la collection a \195\169t\195\169 assembl\195\169e.">
20 jpm 422
<OPTIONSELECTED>
423
<OPTIONSELECT Value="0" />
424
</OPTIONSELECTED>
425
</COLUMN>
23 jpm 426
<COLUMN ID="21338" ColName="cc_truk_couverture_lieu" PrevColName="" Pos="37" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Liste de lieux (continent, pays, region, d\195\169partement, commune, autres lieux historique ou texte libre) desquels le mat\195\169riel de la collection est originaire.">
20 jpm 427
<OPTIONSELECTED>
428
<OPTIONSELECT Value="0" />
429
</OPTIONSELECTED>
430
</COLUMN>
431
<COLUMN ID="21339" ColName="cc_truk_coordonnee" PrevColName="" Pos="38" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Liste de coordonn\195\169es d\195\169cimales des lieux d\aorigine du mat\195\169riel de la collection.">
432
<OPTIONSELECTED>
433
<OPTIONSELECT Value="0" />
434
</OPTIONSELECTED>
435
</COLUMN>
41 jpm 436
<COLUMN ID="21325" ColName="cc_ce_specimen_type" PrevColName="cc_mark_specimen_type" Pos="30" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Y-a-t\ail des \195\169chantillons-types?">
20 jpm 437
<OPTIONSELECTED>
23 jpm 438
<OPTIONSELECT Value="1" />
439
<OPTIONSELECT Value="0" />
20 jpm 440
</OPTIONSELECTED>
441
</COLUMN>
41 jpm 442
<COLUMN ID="21506" ColName="cc_specimen_type_nbre" PrevColName="" Pos="41" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nombre de sp\195\169cimen type pr\195\169sent dans la collection.">
23 jpm 443
<OPTIONSELECTED>
444
<OPTIONSELECT Value="1" />
445
<OPTIONSELECT Value="0" />
446
</OPTIONSELECTED>
447
</COLUMN>
41 jpm 448
<COLUMN ID="21507" ColName="cc_mark_speciment_type_nbre_precision" PrevColName="cc_ce_speciment_type_nbre_precision" Pos="41" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Pr\195\169cision sur le nombre de sp\195\169cimens types indiqu\195\169 (1 = exact, 0 = approximatif).">
23 jpm 449
<OPTIONSELECTED>
450
</OPTIONSELECTED>
451
</COLUMN>
41 jpm 452
<COLUMN ID="21508" ColName="cc_ce_specimen_type_classement" PrevColName="" Pos="42" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type de classement des specimens types.">
23 jpm 453
<OPTIONSELECTED>
454
<OPTIONSELECT Value="1" />
455
<OPTIONSELECT Value="0" />
456
</OPTIONSELECTED>
457
</COLUMN>
22 jpm 458
<COLUMN ID="21345" ColName="cc_expedition_nom" PrevColName="" Pos="39" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom de l\aexp\195\169dition durant laquelle le mat\195\169riel a \195\169t\195\169 collect\195\169.">
459
<OPTIONSELECTED>
460
<OPTIONSELECT Value="0" />
461
</OPTIONSELECTED>
462
</COLUMN>
20 jpm 463
<COLUMN ID="21323" ColName="cc_truk_digital_medium" PrevColName="" Pos="29" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Pour les collections digitales, listes des types de support d\aenregistrement. Ex. : DVD-R.">
464
<OPTIONSELECTED>
465
<OPTIONSELECT Value="0" />
466
</OPTIONSELECTED>
467
</COLUMN>
468
<COLUMN ID="21322" ColName="cc_truk_digital_format" PrevColName="" Pos="28" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Pour les collections digitales, listes des types MIME.">
469
<OPTIONSELECTED>
470
<OPTIONSELECT Value="0" />
471
</OPTIONSELECTED>
472
</COLUMN>
37 jpm 473
<COLUMN ID="20839" ColName="cc_ce_meta" PrevColName="cc_date_derniere_modif" Pos="4" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant des m\195\169tadonn\195\169es de cet enregistrement.">
16 jpm 474
<OPTIONSELECTED>
37 jpm 475
<OPTIONSELECT Value="1" />
476
<OPTIONSELECT Value="0" />
16 jpm 477
</OPTIONSELECTED>
478
</COLUMN>
14 jpm 479
</COLUMNS>
16 jpm 480
<RELATIONS_START>
481
<RELATION_START ID="20819" />
20 jpm 482
<RELATION_START ID="21108" />
483
<RELATION_START ID="21152" />
484
<RELATION_START ID="21223" />
23 jpm 485
<RELATION_START ID="21496" />
486
<RELATION_START ID="21498" />
16 jpm 487
</RELATIONS_START>
488
<RELATIONS_END>
489
<RELATION_END ID="20817" />
490
<RELATION_END ID="20819" />
23 jpm 491
<RELATION_END ID="21628" />
16 jpm 492
</RELATIONS_END>
14 jpm 493
<INDICES>
494
<INDEX ID="1450" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
495
<INDEXCOLUMNS>
496
<INDEXCOLUMN idColumn="1449" LengthParam="0" />
497
</INDEXCOLUMNS>
498
</INDEX>
499
</INDICES>
500
</TABLE>
55 jpm 501
<TABLE ID="1445" Tablename="coel_structure" PrevTableName="Table_02" XPos="806" YPos="1410" 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.\nINFO : cs_nom" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="40" >
14 jpm 502
<COLUMNS>
55 jpm 503
<COLUMN ID="18411" ColName="cs_id_structure" PrevColName="idcoel_structure" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Identifiant de la structure.">
14 jpm 504
<OPTIONSELECTED>
505
<OPTIONSELECT Value="1" />
506
<OPTIONSELECT Value="0" />
507
</OPTIONSELECTED>
508
</COLUMN>
55 jpm 509
<COLUMN ID="21627" ColName="cs_ce_projet" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant du projet dans lequel les informations de la structure sont saisies.">
23 jpm 510
<OPTIONSELECTED>
511
<OPTIONSELECT Value="1" />
512
<OPTIONSELECT Value="0" />
513
</OPTIONSELECTED>
514
</COLUMN>
55 jpm 515
<COLUMN ID="21165" ColName="cs_ce_mere" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la structure m\195\168re.">
16 jpm 516
<OPTIONSELECTED>
517
<OPTIONSELECT Value="1" />
518
<OPTIONSELECT Value="0" />
519
</OPTIONSELECTED>
520
</COLUMN>
20 jpm 521
<COLUMN ID="18555" ColName="cs_guid" PrevColName="cs_uri" 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.">
16 jpm 522
<OPTIONSELECTED>
523
<OPTIONSELECT Value="0" />
524
</OPTIONSELECTED>
525
</COLUMN>
20 jpm 526
<COLUMN ID="18561" ColName="cs_truk_identifiant_alternatif" PrevColName="cs_identifiant_alternatif" 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">
16 jpm 527
<OPTIONSELECTED>
528
<OPTIONSELECT Value="0" />
529
</OPTIONSELECTED>
530
</COLUMN>
531
<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.">
532
<OPTIONSELECTED>
533
<OPTIONSELECT Value="0" />
534
</OPTIONSELECTED>
535
</COLUMN>
20 jpm 536
<COLUMN ID="18557" ColName="cs_truk_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.">
16 jpm 537
<OPTIONSELECTED>
538
<OPTIONSELECT Value="0" />
539
</OPTIONSELECTED>
540
</COLUMN>
541
<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.">
542
<OPTIONSELECTED>
543
</OPTIONSELECTED>
544
</COLUMN>
55 jpm 545
<COLUMN ID="20789" ColName="cs_ce_type" PrevColName="cs_ce_statut" Pos="17" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant du type de la structure vis \195\160 vis du standard NCD.">
16 jpm 546
<OPTIONSELECTED>
20 jpm 547
<OPTIONSELECT Value="1" />
16 jpm 548
<OPTIONSELECT Value="0" />
549
</OPTIONSELECTED>
550
</COLUMN>
55 jpm 551
<COLUMN ID="21169" ColName="cs_ce_truk_type_prive" PrevColName="" Pos="24" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="1" DefaultValue="0" Comments="Type priv\195\169 de structure.">
20 jpm 552
<OPTIONSELECTED>
553
<OPTIONSELECT Value="1" />
554
<OPTIONSELECT Value="0" />
555
</OPTIONSELECTED>
556
</COLUMN>
55 jpm 557
<COLUMN ID="21170" ColName="cs_ce_truk_type_public" PrevColName="" Pos="25" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="1" DefaultValue="0" Comments="Type public de structure.">
20 jpm 558
<OPTIONSELECTED>
559
<OPTIONSELECT Value="1" />
560
<OPTIONSELECT Value="0" />
561
</OPTIONSELECTED>
562
</COLUMN>
16 jpm 563
<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.">
564
<OPTIONSELECTED>
565
<OPTIONSELECT Value="0" />
566
</OPTIONSELECTED>
567
</COLUMN>
568
<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.">
569
<OPTIONSELECTED>
570
<OPTIONSELECT Value="0" />
571
</OPTIONSELECTED>
572
</COLUMN>
573
<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.">
574
<OPTIONSELECTED>
575
</OPTIONSELECTED>
576
</COLUMN>
577
<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.">
578
<OPTIONSELECTED>
579
<OPTIONSELECT Value="0" />
580
</OPTIONSELECTED>
581
</COLUMN>
582
<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.">
583
<OPTIONSELECTED>
584
<OPTIONSELECT Value="0" />
585
</OPTIONSELECTED>
586
</COLUMN>
587
<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.">
588
<OPTIONSELECTED>
589
<OPTIONSELECT Value="0" />
590
</OPTIONSELECTED>
591
</COLUMN>
592
<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.">
593
<OPTIONSELECTED>
594
<OPTIONSELECT Value="0" />
595
</OPTIONSELECTED>
596
</COLUMN>
597
<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.">
598
<OPTIONSELECTED>
599
<OPTIONSELECT Value="0" />
600
</OPTIONSELECTED>
601
</COLUMN>
602
<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.">
603
<OPTIONSELECTED>
604
<OPTIONSELECT Value="0" />
605
</OPTIONSELECTED>
606
</COLUMN>
20 jpm 607
<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 principal de contact de l\aorganisation ex : accueil@organisation.org, pas de mail individuel.">
16 jpm 608
<OPTIONSELECTED>
609
<OPTIONSELECT Value="0" />
610
</OPTIONSELECTED>
611
</COLUMN>
20 jpm 612
<COLUMN ID="21159" ColName="cs_truk_url" PrevColName="" Pos="22" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="URL du site web principal de la structure ou de page web particuli\195\168re.">
613
<OPTIONSELECTED>
614
<OPTIONSELECT Value="0" />
615
</OPTIONSELECTED>
616
</COLUMN>
55 jpm 617
<COLUMN ID="20816" ColName="cs_nbre_personne" PrevColName="" Pos="19" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nombre de personne pr\195\169sentent dans la structure.">
16 jpm 618
<OPTIONSELECTED>
619
<OPTIONSELECT Value="1" />
620
<OPTIONSELECT Value="0" />
621
</OPTIONSELECTED>
622
</COLUMN>
20 jpm 623
<COLUMN ID="21310" ColName="cs_condition_acces" PrevColName="" Pos="26" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Conditions d\aacc\195\168s \195\160 la structure.">
624
<OPTIONSELECTED>
625
</OPTIONSELECTED>
626
</COLUMN>
627
<COLUMN ID="21311" ColName="cs_condition_usage" PrevColName="" Pos="27" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Conditions d\ausage g\195\169n\195\169rales des collections de la structure.">
628
<OPTIONSELECTED>
629
</OPTIONSELECTED>
630
</COLUMN>
55 jpm 631
<COLUMN ID="20825" ColName="cs_ce_meta" PrevColName="cs_date_derniere_modif" Pos="21" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant des m\195\169tadonn\195\169es de cet enregistrement.">
16 jpm 632
<OPTIONSELECTED>
37 jpm 633
<OPTIONSELECT Value="1" />
634
<OPTIONSELECT Value="0" />
16 jpm 635
</OPTIONSELECTED>
636
</COLUMN>
14 jpm 637
</COLUMNS>
638
<RELATIONS_START>
639
<RELATION_START ID="18419" />
16 jpm 640
<RELATION_START ID="20817" />
641
<RELATION_START ID="20859" />
642
<RELATION_START ID="20861" />
20 jpm 643
<RELATION_START ID="21163" />
23 jpm 644
<RELATION_START ID="21616" />
14 jpm 645
</RELATIONS_START>
16 jpm 646
<RELATIONS_END>
20 jpm 647
<RELATION_END ID="21163" />
23 jpm 648
<RELATION_END ID="21625" />
55 jpm 649
<RELATION_END ID="21957" />
650
<RELATION_END ID="21959" />
651
<RELATION_END ID="21961" />
652
<RELATION_END ID="21964" />
16 jpm 653
</RELATIONS_END>
14 jpm 654
<INDICES>
655
<INDEX ID="18412" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
656
<INDEXCOLUMNS>
657
<INDEXCOLUMN idColumn="18411" LengthParam="0" />
658
</INDEXCOLUMNS>
659
</INDEX>
660
</INDICES>
661
</TABLE>
66 jpm 662
<TABLE ID="1446" Tablename="coel_personne" PrevTableName="Table_03" XPos="865" YPos="719" 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...\nINFO : cp_fmt_nom_complet" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="67" >
14 jpm 663
<COLUMNS>
664
<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.">
665
<OPTIONSELECTED>
666
<OPTIONSELECT Value="1" />
667
<OPTIONSELECT Value="0" />
668
</OPTIONSELECTED>
669
</COLUMN>
24 jpm 670
<COLUMN ID="21624" ColName="cp_ce_projet" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant du projet auquel la personne appartient. Exemple : utilisateur appli coel, HUH, IPNI...">
23 jpm 671
<OPTIONSELECTED>
672
<OPTIONSELECT Value="1" />
673
<OPTIONSELECT Value="0" />
674
</OPTIONSELECTED>
675
</COLUMN>
32 jpm 676
<COLUMN ID="1458" ColName="cp_fmt_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 (le format peut \195\170tre diff\195\169rent en fonction du projet).">
14 jpm 677
<OPTIONSELECTED>
678
<OPTIONSELECT Value="0" />
679
</OPTIONSELECTED>
680
</COLUMN>
32 jpm 681
<COLUMN ID="1462" ColName="cp_ce_truk_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 principal. Exemple : Dr., Prof., Mr., Lord, von...">
14 jpm 682
<OPTIONSELECTED>
683
<OPTIONSELECT Value="0" />
684
</OPTIONSELECTED>
685
</COLUMN>
32 jpm 686
<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 principal (le plus connu, r\195\169pandu) de la personne. Un point virgule peut s\195\169parer le pr\195\169nom principal de pr\195\169noms secondaires \195\160 ne pas afficher dans le nom complet.">
14 jpm 687
<OPTIONSELECTED>
688
<OPTIONSELECT Value="0" />
689
</OPTIONSELECTED>
690
</COLUMN>
32 jpm 691
<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="Indiquer les lieux de r\195\169colte (code ISO des pays) s\195\169par\195\169s par des points virgules. Apr\195\168s chaque code ISO indiqu\195\169 les ann\195\169es de r\195\169colte s\195\169par\195\169es par des vigules ou des tirets pour les p\195\169riodes continues). Si le pays de r\195\169colte est inconnu utilis\195\169 un point d\ainterogration. Exemple : FR#1905-1908,1910;PS#1912.">
14 jpm 692
<OPTIONSELECTED>
693
<OPTIONSELECT Value="0" />
694
</OPTIONSELECTED>
695
</COLUMN>
20 jpm 696
<COLUMN ID="1463" ColName="cp_ce_truk_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 principal. Exemple : Jr, III.">
14 jpm 697
<OPTIONSELECTED>
698
<OPTIONSELECT Value="0" />
699
</OPTIONSELECTED>
700
</COLUMN>
32 jpm 701
<COLUMN ID="1461" ColName="cp_truk_nom_autre" PrevColName="cco_nom_complement" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom(s) complet alternatif et surnoms. Pour les valeurs, s\195\169parez l\aidentifiant de l\aabreviation par un symbole pipe \A|\A. Exemple: HUH#105714|Sharp, Aaron John;APN#9544-1|Sharp, Aaron John (\aJack\a)">
14 jpm 702
<OPTIONSELECTED>
703
<OPTIONSELECT Value="0" />
704
</OPTIONSELECTED>
705
</COLUMN>
20 jpm 706
<COLUMN ID="21132" ColName="cp_abreviation" PrevColName="" Pos="35" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Abreviation retenu du nom.">
14 jpm 707
<OPTIONSELECTED>
708
<OPTIONSELECT Value="0" />
709
</OPTIONSELECTED>
710
</COLUMN>
32 jpm 711
<COLUMN ID="21133" ColName="cp_truk_abreviation_autre" PrevColName="" Pos="36" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Autres abr\195\169viations du nom.">
14 jpm 712
<OPTIONSELECTED>
713
<OPTIONSELECT Value="0" />
714
</OPTIONSELECTED>
715
</COLUMN>
20 jpm 716
<COLUMN ID="21123" ColName="cp_naissance_date" PrevColName="cp_date_naissance" Pos="30" idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00" Comments="Date de naissance de la personne.">
14 jpm 717
<OPTIONSELECTED>
20 jpm 718
</OPTIONSELECTED>
719
</COLUMN>
32 jpm 720
<COLUMN ID="21126" ColName="cp_naissance_lieu" PrevColName="" Pos="32" idDatatype="20" DatatypeParams="(100)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Lieu de naissance de la personne.">
20 jpm 721
<OPTIONSELECTED>
14 jpm 722
<OPTIONSELECT Value="0" />
723
</OPTIONSELECTED>
724
</COLUMN>
20 jpm 725
<COLUMN ID="21124" ColName="cp_deces_date" PrevColName="cp_date_deces" Pos="31" idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date de d\195\169c\195\169s de la personne. Par d\195\169faut, si la personne n\aest pas d\195\169c\195\169d\195\169 le champ reste null. Si la personne est d\195\169c\195\169d\195\169e mais que l\aon ne connait pas la date mettre : 0000-00-00">
726
<OPTIONSELECTED>
727
</OPTIONSELECTED>
728
</COLUMN>
729
<COLUMN ID="21127" ColName="cp_deces_lieu" PrevColName="" Pos="33" idDatatype="20" DatatypeParams="(100)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Lieu de d\195\169c\195\169s de la personne.">
730
<OPTIONSELECTED>
731
<OPTIONSELECT Value="0" />
732
</OPTIONSELECTED>
733
</COLUMN>
734
<COLUMN ID="21258" ColName="cp_biographie" PrevColName="" Pos="35" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Vie et renomm\195\169e (locale, r\195\169gionale, ...) de la personne.">
735
<OPTIONSELECTED>
736
</OPTIONSELECTED>
737
</COLUMN>
16 jpm 738
<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 739
<OPTIONSELECTED>
740
<OPTIONSELECT Value="0" />
741
</OPTIONSELECTED>
742
</COLUMN>
16 jpm 743
<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 744
<OPTIONSELECTED>
745
<OPTIONSELECT Value="0" />
746
</OPTIONSELECTED>
747
</COLUMN>
16 jpm 748
<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 749
<OPTIONSELECTED>
750
<OPTIONSELECT Value="0" />
751
</OPTIONSELECTED>
752
</COLUMN>
16 jpm 753
<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 754
<OPTIONSELECTED>
755
<OPTIONSELECT Value="0" />
756
</OPTIONSELECTED>
757
</COLUMN>
16 jpm 758
<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 759
<OPTIONSELECTED>
760
<OPTIONSELECT Value="0" />
761
</OPTIONSELECTED>
762
</COLUMN>
16 jpm 763
<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 764
<OPTIONSELECTED>
765
<OPTIONSELECT Value="0" />
766
</OPTIONSELECTED>
767
</COLUMN>
16 jpm 768
<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 769
<OPTIONSELECTED>
770
<OPTIONSELECT Value="0" />
771
</OPTIONSELECTED>
772
</COLUMN>
20 jpm 773
<COLUMN ID="18400" ColName="cp_truk_telephone" 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.">
14 jpm 774
<OPTIONSELECTED>
775
<OPTIONSELECT Value="0" />
776
</OPTIONSELECTED>
777
</COLUMN>
20 jpm 778
<COLUMN ID="21173" ColName="cp_truk_fax" PrevColName="" Pos="34" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Num\195\169ro(s) de fax.">
14 jpm 779
<OPTIONSELECTED>
780
<OPTIONSELECT Value="0" />
781
</OPTIONSELECTED>
782
</COLUMN>
20 jpm 783
<COLUMN ID="18401" ColName="cp_truk_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. Ajouter les adresses dans leur ordre d\aimportance.">
14 jpm 784
<OPTIONSELECTED>
785
<OPTIONSELECT Value="0" />
786
</OPTIONSELECTED>
787
</COLUMN>
20 jpm 788
<COLUMN ID="18402" ColName="cp_truk_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. Ajouter les adresses dans leur ordre d\aimportance.">
14 jpm 789
<OPTIONSELECTED>
790
<OPTIONSELECT Value="0" />
791
</OPTIONSELECTED>
792
</COLUMN>
20 jpm 793
<COLUMN ID="18403" ColName="cp_truk_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. Ajouter les adresses dans leur ordre d\aimportance.">
14 jpm 794
<OPTIONSELECTED>
795
<OPTIONSELECT Value="0" />
796
</OPTIONSELECTED>
797
</COLUMN>
20 jpm 798
<COLUMN ID="18436" ColName="cp_ce_truk_specialite" PrevColName="cp_bota_specialite" 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 naturalistes de la personne.">
14 jpm 799
<OPTIONSELECTED>
800
<OPTIONSELECT Value="0" />
801
</OPTIONSELECTED>
802
</COLUMN>
32 jpm 803
<COLUMN ID="21129" ColName="cp_truk_recolte" PrevColName="" Pos="34" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Indiquer les lieux de r\195\169colte s\195\169par\195\169s par des points virgules. Indiquer le r\195\169f\195\169rentiel g\195\169ographique utilis\195\169 puis apr\195\168s un # mettre le code ou identitifiant de la zone g\195\169ographique. Apr\195\168s chaque code ISO un peut signe pipe | peut \195\170tre suivi des ann\195\169es de r\195\169colte s\195\169par\195\169es par des vigules ou des tirets pour les p\195\169riodes continues). Si le pays de r\195\169colte est inconnu utilis\195\169 un point d\ainterogration. Exemple : ISO-3166-1#FR|1905-1908,1910;ISO-3166-1#PS|1912;ISO-3166-2#FR-34|1917.">
14 jpm 804
<OPTIONSELECTED>
805
<OPTIONSELECT Value="0" />
806
</OPTIONSELECTED>
807
</COLUMN>
23 jpm 808
<COLUMN ID="21554" ColName="cp_ce_truk_role" PrevColName="" Pos="36" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="R\195\180le g\195\169n\195\169rale de la personne vis \195\160 vis de l\aensemble des projets : superadmin, admin...">
809
<OPTIONSELECTED>
810
<OPTIONSELECT Value="0" />
811
</OPTIONSELECTED>
812
</COLUMN>
20 jpm 813
<COLUMN ID="18446" ColName="cp_bool_licence" PrevColName="" Pos="33" idDatatype="22" 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 814
<OPTIONSELECTED>
20 jpm 815
</OPTIONSELECTED>
816
</COLUMN>
66 jpm 817
<COLUMN ID="21966" ColName="cp_session_id" PrevColName="" Pos="34" idDatatype="20" DatatypeParams="(100)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant de session de la personne utilisatrice de l\aapplication.">
818
<OPTIONSELECTED>
819
<OPTIONSELECT Value="0" />
820
</OPTIONSELECTED>
821
</COLUMN>
20 jpm 822
<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.">
823
<OPTIONSELECTED>
14 jpm 824
<OPTIONSELECT Value="0" />
825
</OPTIONSELECTED>
826
</COLUMN>
66 jpm 827
<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. Encod\195\169 par SHA1.">
14 jpm 828
<OPTIONSELECTED>
829
<OPTIONSELECT Value="0" />
830
</OPTIONSELECTED>
831
</COLUMN>
37 jpm 832
<COLUMN ID="18405" ColName="cp_ce_meta" PrevColName="cco_" Pos="26" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant des m\195\169tadonn\195\169es de cet enregistrement.">
14 jpm 833
<OPTIONSELECTED>
37 jpm 834
<OPTIONSELECT Value="1" />
835
<OPTIONSELECT Value="0" />
14 jpm 836
</OPTIONSELECTED>
837
</COLUMN>
16 jpm 838
</COLUMNS>
839
<RELATIONS_START>
840
<RELATION_START ID="18425" />
20 jpm 841
<RELATION_START ID="21110" />
842
<RELATION_START ID="21239" />
23 jpm 843
<RELATION_START ID="21563" />
24 jpm 844
<RELATION_START ID="21666" />
26 jpm 845
<RELATION_START ID="21789" />
16 jpm 846
</RELATIONS_START>
847
<RELATIONS_END>
23 jpm 848
<RELATION_END ID="21622" />
16 jpm 849
</RELATIONS_END>
850
<INDICES>
851
<INDEX ID="1457" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
852
<INDEXCOLUMNS>
853
<INDEXCOLUMN idColumn="1456" LengthParam="0" />
854
</INDEXCOLUMNS>
855
</INDEX>
856
</INDICES>
857
</TABLE>
37 jpm 858
<TABLE ID="1447" Tablename="coel_structure_a_personne" PrevTableName="Table_04" XPos="1203" YPos="1523" 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="59" >
16 jpm 859
<COLUMNS>
37 jpm 860
<COLUMN ID="21568" ColName="csap_id_structure" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la structure.">
14 jpm 861
<OPTIONSELECTED>
862
<OPTIONSELECT Value="1" />
863
<OPTIONSELECT Value="0" />
864
</OPTIONSELECTED>
865
</COLUMN>
24 jpm 866
<COLUMN ID="21567" ColName="csap_id_personne" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant d\aune personne.">
14 jpm 867
<OPTIONSELECTED>
16 jpm 868
<OPTIONSELECT Value="1" />
14 jpm 869
<OPTIONSELECT Value="0" />
870
</OPTIONSELECTED>
871
</COLUMN>
37 jpm 872
<COLUMN ID="21609" ColName="cspa_id_role" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="R\195\180le de la personne vis \195\160 vis de la structure.">
14 jpm 873
<OPTIONSELECTED>
23 jpm 874
<OPTIONSELECT Value="1" />
16 jpm 875
<OPTIONSELECT Value="0" />
14 jpm 876
</OPTIONSELECTED>
877
</COLUMN>
23 jpm 878
<COLUMN ID="18533" ColName="csap_ce_truk_fonction" PrevColName="csae_fonction" 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.">
14 jpm 879
<OPTIONSELECTED>
16 jpm 880
<OPTIONSELECT Value="0" />
881
</OPTIONSELECTED>
882
</COLUMN>
23 jpm 883
<COLUMN ID="18534" ColName="csap_service" PrevColName="csae_service" 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.">
16 jpm 884
<OPTIONSELECTED>
885
<OPTIONSELECT Value="0" />
886
</OPTIONSELECTED>
887
</COLUMN>
23 jpm 888
<COLUMN ID="18537" ColName="csap_ce_truk_statut" PrevColName="csae_statut" 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...">
16 jpm 889
<OPTIONSELECTED>
23 jpm 890
<OPTIONSELECT Value="0" />
16 jpm 891
</OPTIONSELECTED>
892
</COLUMN>
23 jpm 893
<COLUMN ID="18433" ColName="csap_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.">
16 jpm 894
<OPTIONSELECTED>
23 jpm 895
</OPTIONSELECTED>
896
</COLUMN>
37 jpm 897
<COLUMN ID="18546" ColName="csap_bota_travail_hebdo_tps" PrevColName="csae_bota_travail_hebdo_tps" Pos="10" idDatatype="5" 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.">
23 jpm 898
<OPTIONSELECTED>
14 jpm 899
<OPTIONSELECT Value="1" />
900
<OPTIONSELECT Value="0" />
901
</OPTIONSELECTED>
902
</COLUMN>
37 jpm 903
<COLUMN ID="18442" ColName="csap_ce_meta" PrevColName="csae_date_derniere_modif" Pos="4" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant des m\195\169tadonn\195\169es de cet enregistrement.">
14 jpm 904
<OPTIONSELECTED>
37 jpm 905
<OPTIONSELECT Value="1" />
906
<OPTIONSELECT Value="0" />
16 jpm 907
</OPTIONSELECTED>
908
</COLUMN>
14 jpm 909
</COLUMNS>
16 jpm 910
<RELATIONS_END>
911
<RELATION_END ID="18419" />
912
<RELATION_END ID="18425" />
913
</RELATIONS_END>
914
<INDICES>
915
<INDEX ID="20888" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
916
<INDEXCOLUMNS>
23 jpm 917
<INDEXCOLUMN idColumn="21568" LengthParam="0" />
918
<INDEXCOLUMN idColumn="21567" LengthParam="0" />
919
<INDEXCOLUMN idColumn="21609" LengthParam="0" />
16 jpm 920
</INDEXCOLUMNS>
921
</INDEX>
922
</INDICES>
923
</TABLE>
37 jpm 924
<TABLE ID="18452" Tablename="coel_meta_donnee" PrevTableName="Table_06" XPos="272" YPos="312" 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 champs suppl\195\169mentaires (non standard ou de sp\195\169cialisation) de la base de donn\195\169es." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="29" >
16 jpm 925
<COLUMNS>
37 jpm 926
<COLUMN ID="18454" ColName="cmd_id_donnee" PrevColName="cmt_id_donnee" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Identifiant de la donn\195\169e.">
16 jpm 927
<OPTIONSELECTED>
928
<OPTIONSELECT Value="1" />
929
<OPTIONSELECT Value="0" />
930
</OPTIONSELECTED>
931
</COLUMN>
37 jpm 932
<COLUMN ID="21806" ColName="cmd_ce_table" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant de la table.">
16 jpm 933
<OPTIONSELECTED>
37 jpm 934
<OPTIONSELECT Value="1" />
16 jpm 935
<OPTIONSELECT Value="0" />
936
</OPTIONSELECTED>
937
</COLUMN>
37 jpm 938
<COLUMN ID="20804" ColName="cmd_ce_ligne" PrevColName="cmd_ce_identifiant" Pos="3" idDatatype="20" DatatypeParams="(64)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant de la ligne \195\160 laquelle le champ dans la table d\aorigine appartient. Pour les tables \195\160 cl\195\169 primaire multi colonnes, bien respecter l\aordre des champs de la cl\195\169 et inscrire chaque valeur de cl\195\169 s\195\169par\195\169e par un tiret \A-\A.">
25 jpm 939
<OPTIONSELECTED>
940
<OPTIONSELECT Value="0" />
941
</OPTIONSELECTED>
942
</COLUMN>
37 jpm 943
<COLUMN ID="21797" ColName="cmd_ce_champ" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant du champ.">
25 jpm 944
<OPTIONSELECTED>
37 jpm 945
<OPTIONSELECT Value="1" />
25 jpm 946
<OPTIONSELECT Value="0" />
947
</OPTIONSELECTED>
948
</COLUMN>
37 jpm 949
<COLUMN ID="18479" ColName="cmd_valeur" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Valeur.">
950
<OPTIONSELECTED>
951
<OPTIONSELECT Value="0" />
952
</OPTIONSELECTED>
953
</COLUMN>
16 jpm 954
</COLUMNS>
37 jpm 955
<RELATIONS_END>
956
<RELATION_END ID="18470" />
957
</RELATIONS_END>
14 jpm 958
<INDICES>
37 jpm 959
<INDEX ID="18455" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
14 jpm 960
<INDEXCOLUMNS>
37 jpm 961
<INDEXCOLUMN idColumn="18454" LengthParam="0" />
14 jpm 962
</INDEXCOLUMNS>
963
</INDEX>
964
</INDICES>
965
</TABLE>
42 jpm 966
<TABLE ID="18456" Tablename="coel_meta_colonne" PrevTableName="Table_07" XPos="572" YPos="93" 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 l\aensemble des champs des tables de la base de donn\195\169es.\nINFO : cmc_nom" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="25" >
14 jpm 967
<COLUMNS>
37 jpm 968
<COLUMN ID="18458" ColName="cmc_id_champ" PrevColName="cmc_id_caracteristique" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Identifiant du nom du champ dans la table.">
14 jpm 969
<OPTIONSELECTED>
970
<OPTIONSELECT Value="1" />
971
<OPTIONSELECT Value="0" />
972
</OPTIONSELECTED>
973
</COLUMN>
37 jpm 974
<COLUMN ID="21832" ColName="cmc_ce_projet" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
14 jpm 975
<OPTIONSELECTED>
976
<OPTIONSELECT Value="1" />
977
<OPTIONSELECT Value="0" />
978
</OPTIONSELECTED>
979
</COLUMN>
37 jpm 980
<COLUMN ID="21824" ColName="cmc_ce_liste" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
14 jpm 981
<OPTIONSELECTED>
982
<OPTIONSELECT Value="1" />
983
<OPTIONSELECT Value="0" />
984
</OPTIONSELECTED>
985
</COLUMN>
37 jpm 986
<COLUMN ID="21800" ColName="cmc_ce_table" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant de la table \195\160 laquelle ce champ appartient.">
14 jpm 987
<OPTIONSELECTED>
16 jpm 988
<OPTIONSELECT Value="1" />
989
<OPTIONSELECT Value="0" />
14 jpm 990
</OPTIONSELECTED>
991
</COLUMN>
37 jpm 992
<COLUMN ID="18503" ColName="cmc_nom" PrevColName="cmc_intitule" Pos="2" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Intitul\195\169 du champ.">
14 jpm 993
<OPTIONSELECTED>
16 jpm 994
<OPTIONSELECT Value="0" />
14 jpm 995
</OPTIONSELECTED>
996
</COLUMN>
37 jpm 997
<COLUMN ID="21732" ColName="cmc_abreviation" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(20)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Abr\195\169viation du champ.">
14 jpm 998
<OPTIONSELECTED>
999
<OPTIONSELECT Value="0" />
1000
</OPTIONSELECTED>
1001
</COLUMN>
37 jpm 1002
<COLUMN ID="21733" ColName="cmc_description" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(510)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Description du champ.">
14 jpm 1003
<OPTIONSELECTED>
1004
<OPTIONSELECT Value="0" />
1005
</OPTIONSELECTED>
1006
</COLUMN>
37 jpm 1007
<COLUMN ID="21809" ColName="cmc_ce_format_sql" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant du format SQL utilis\195\169 pour ce champ.">
16 jpm 1008
<OPTIONSELECTED>
25 jpm 1009
<OPTIONSELECT Value="1" />
16 jpm 1010
<OPTIONSELECT Value="0" />
1011
</OPTIONSELECTED>
1012
</COLUMN>
41 jpm 1013
<COLUMN ID="21810" ColName="cmc_taille" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(20)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Taille du format SQL du champ.">
25 jpm 1014
<OPTIONSELECTED>
1015
<OPTIONSELECT Value="0" />
1016
</OPTIONSELECTED>
1017
</COLUMN>
37 jpm 1018
<COLUMN ID="21835" ColName="cmc_ce_meta" PrevColName="cmc_ce_modifier_par" Pos="10" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
25 jpm 1019
<OPTIONSELECTED>
37 jpm 1020
<OPTIONSELECT Value="1" />
25 jpm 1021
<OPTIONSELECT Value="0" />
1022
</OPTIONSELECTED>
1023
</COLUMN>
14 jpm 1024
</COLUMNS>
16 jpm 1025
<RELATIONS_START>
1026
<RELATION_START ID="18470" />
1027
<RELATION_START ID="18504" />
1028
</RELATIONS_START>
14 jpm 1029
<RELATIONS_END>
37 jpm 1030
<RELATION_END ID="21822" />
1031
<RELATION_END ID="21830" />
1032
<RELATION_END ID="21863" />
14 jpm 1033
</RELATIONS_END>
1034
<INDICES>
16 jpm 1035
<INDEX ID="18459" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
14 jpm 1036
<INDEXCOLUMNS>
16 jpm 1037
<INDEXCOLUMN idColumn="18458" LengthParam="0" />
14 jpm 1038
</INDEXCOLUMNS>
1039
</INDEX>
16 jpm 1040
</INDICES>
1041
</TABLE>
42 jpm 1042
<TABLE ID="18466" Tablename="coel_meta_liste_valeur" PrevTableName="Table_09" XPos="127" YPos="26" 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="Liste l\aensemble des valeurs des tables de type liste.\nUn champ contient des valeurs dans cette table quand il est de type \ALISTE\A.\nINFO : cmlv_nom" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="24" >
16 jpm 1043
<COLUMNS>
37 jpm 1044
<COLUMN ID="18468" ColName="cmlv_id_valeur" PrevColName="cmv_id_valeur" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Identifiant d\aune valeur de liste. Notez que les listes sont des valeurs de la liste des listes.">
16 jpm 1045
<OPTIONSELECTED>
1046
<OPTIONSELECT Value="1" />
1047
<OPTIONSELECT Value="0" />
1048
</OPTIONSELECTED>
1049
</COLUMN>
37 jpm 1050
<COLUMN ID="21821" ColName="cmlv_ce_parent" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la cat\195\169gorie ou des informations sur la liste. Les listes ont pour parent la valeur 0 qui correspond \195\160 la liste des listes.">
16 jpm 1051
<OPTIONSELECTED>
1052
<OPTIONSELECT Value="1" />
1053
<OPTIONSELECT Value="0" />
1054
</OPTIONSELECTED>
1055
</COLUMN>
37 jpm 1056
<COLUMN ID="21818" ColName="cmlv_ce_projet" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant du projet de la valeur.">
16 jpm 1057
<OPTIONSELECTED>
1058
<OPTIONSELECT Value="1" />
1059
<OPTIONSELECT Value="0" />
1060
</OPTIONSELECTED>
1061
</COLUMN>
42 jpm 1062
<COLUMN ID="21723" ColName="cmlv_nom" PrevColName="cmv_nom" Pos="2" idDatatype="20" DatatypeParams="(100)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom de la valeur.">
16 jpm 1063
<OPTIONSELECTED>
1064
<OPTIONSELECT Value="0" />
1065
</OPTIONSELECTED>
1066
</COLUMN>
37 jpm 1067
<COLUMN ID="21724" ColName="cmlv_abreviation" PrevColName="cmv_abreviation" Pos="3" idDatatype="20" DatatypeParams="(20)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Abr\195\169viation, code ou identifiant de la valeur.">
25 jpm 1068
<OPTIONSELECTED>
1069
<OPTIONSELECT Value="0" />
1070
</OPTIONSELECTED>
1071
</COLUMN>
37 jpm 1072
<COLUMN ID="21725" ColName="cmlv_description" PrevColName="cmv_description" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Description de cette valeur.">
25 jpm 1073
<OPTIONSELECTED>
1074
<OPTIONSELECT Value="0" />
1075
</OPTIONSELECTED>
1076
</COLUMN>
37 jpm 1077
<COLUMN ID="21814" ColName="cmlv_ce_meta" PrevColName="cmlv_ce_modifier_par" Pos="6" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
25 jpm 1078
<OPTIONSELECTED>
37 jpm 1079
<OPTIONSELECT Value="1" />
25 jpm 1080
<OPTIONSELECT Value="0" />
1081
</OPTIONSELECTED>
1082
</COLUMN>
16 jpm 1083
</COLUMNS>
37 jpm 1084
<RELATIONS_START>
1085
<RELATION_START ID="21819" />
1086
<RELATION_START ID="21822" />
55 jpm 1087
<RELATION_START ID="21959" />
1088
<RELATION_START ID="21961" />
1089
<RELATION_START ID="21964" />
37 jpm 1090
</RELATIONS_START>
16 jpm 1091
<RELATIONS_END>
37 jpm 1092
<RELATION_END ID="21816" />
1093
<RELATION_END ID="21819" />
1094
<RELATION_END ID="21861" />
16 jpm 1095
</RELATIONS_END>
1096
<INDICES>
1097
<INDEX ID="18469" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1098
<INDEXCOLUMNS>
1099
<INDEXCOLUMN idColumn="18468" LengthParam="0" />
1100
</INDEXCOLUMNS>
1101
</INDEX>
1102
</INDICES>
1103
</TABLE>
37 jpm 1104
<TABLE ID="18498" Tablename="coel_meta_historique_colonne" PrevTableName="Table_10" XPos="840" YPos="316" 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 l\ahistorique des valeurs des champs pour les enregistrements des tables de la base de donn\195\169es.\n" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="38" >
16 jpm 1105
<COLUMNS>
37 jpm 1106
<COLUMN ID="18500" ColName="cmhc_id_historique_colonne" PrevColName="cmh_id_historisation" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Identifiant de cet enregistrement historis\195\169.">
16 jpm 1107
<OPTIONSELECTED>
1108
<OPTIONSELECT Value="1" />
1109
<OPTIONSELECT Value="0" />
1110
</OPTIONSELECTED>
1111
</COLUMN>
37 jpm 1112
<COLUMN ID="21858" ColName="cmhc_ce_historique_ligne" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
16 jpm 1113
<OPTIONSELECTED>
1114
<OPTIONSELECT Value="1" />
1115
<OPTIONSELECT Value="0" />
1116
</OPTIONSELECTED>
1117
</COLUMN>
37 jpm 1118
<COLUMN ID="21795" ColName="cmhc_ce_champ" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant du champ.">
16 jpm 1119
<OPTIONSELECTED>
1120
<OPTIONSELECT Value="1" />
1121
<OPTIONSELECT Value="0" />
1122
</OPTIONSELECTED>
1123
</COLUMN>
26 jpm 1124
<COLUMN ID="18513" ColName="cmhc_valeur" PrevColName="cmh_valeur" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Valeur du champ pour cette ligne.">
16 jpm 1125
<OPTIONSELECTED>
1126
<OPTIONSELECT Value="0" />
1127
</OPTIONSELECTED>
1128
</COLUMN>
1129
</COLUMNS>
1130
<RELATIONS_END>
1131
<RELATION_END ID="18504" />
37 jpm 1132
<RELATION_END ID="21856" />
16 jpm 1133
</RELATIONS_END>
1134
<INDICES>
1135
<INDEX ID="18501" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1136
<INDEXCOLUMNS>
1137
<INDEXCOLUMN idColumn="18500" LengthParam="0" />
1138
</INDEXCOLUMNS>
1139
</INDEX>
1140
</INDICES>
1141
</TABLE>
37 jpm 1142
<TABLE ID="20850" Tablename="coel_structure_conservation" PrevTableName="Table_11" XPos="1170" YPos="1795" 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="53" >
16 jpm 1143
<COLUMNS>
20 jpm 1144
<COLUMN ID="20978" ColName="csc_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.">
16 jpm 1145
<OPTIONSELECTED>
1146
<OPTIONSELECT Value="1" />
1147
<OPTIONSELECT Value="0" />
1148
</OPTIONSELECTED>
1149
</COLUMN>
1150
<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?">
1151
<OPTIONSELECTED>
1152
</OPTIONSELECTED>
1153
</COLUMN>
20 jpm 1154
<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="Les formations en conservation suvi par le personnel.">
16 jpm 1155
<OPTIONSELECTED>
1156
<OPTIONSELECT Value="0" />
1157
</OPTIONSELECTED>
1158
</COLUMN>
1159
<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?">
1160
<OPTIONSELECTED>
1161
</OPTIONSELECTED>
1162
</COLUMN>
20 jpm 1163
<COLUMN ID="20874" ColName="csc_truk_stockage_local" PrevColName="csc_ce_stockage_local" Pos="4" idDatatype="20" DatatypeParams="(255)" 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?">
16 jpm 1164
<OPTIONSELECTED>
20 jpm 1165
<OPTIONSELECT Value="0" />
1166
</OPTIONSELECTED>
1167
</COLUMN>
1168
<COLUMN ID="20912" ColName="csc_truk_stockage_meuble" PrevColName="csc_stockage_meuble" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Avez-vous des meubles sp\195\169cifiques au stockage des collections botaniques\194\160? ">
1169
<OPTIONSELECTED>
1170
<OPTIONSELECT Value="0" />
1171
</OPTIONSELECTED>
1172
</COLUMN>
1173
<COLUMN ID="20914" ColName="csc_truk_stockage_parametre" PrevColName="csc" Pos="8" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Quels param\195\168tres ma\195\174trisez-vous ?">
1174
<OPTIONSELECTED>
1175
<OPTIONSELECT Value="0" />
1176
</OPTIONSELECTED>
1177
</COLUMN>
1178
<COLUMN ID="20952" ColName="csc_mark_collection_commune" PrevColName="" Pos="7" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0" Comments="Les collections botaniques sont-elles conserv\195\169es avec d\aautres collections dans les m\195\170mes locaux\194\160(probl\195\168me de conservation en commun) ? ">
1179
<OPTIONSELECTED>
1180
</OPTIONSELECTED>
1181
</COLUMN>
1182
<COLUMN ID="20954" ColName="csc_truk_collection_autre" PrevColName="csc_truk_collection_ature" Pos="8" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Actuellement, vos collections botaniques s\aaccroissent-elles de nouvelles acquisitions\194\160?">
1183
<OPTIONSELECTED>
1184
<OPTIONSELECT Value="0" />
1185
</OPTIONSELECTED>
1186
</COLUMN>
1187
<COLUMN ID="20960" ColName="csc_mark_acces_controle" PrevColName="" Pos="9" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="L\aacc\195\168s \195\160 vos collections botaniques est-il contr\195\180l\195\169 (ex.\194\160: manipulation r\195\169serv\195\169e \195\160 des personnes comp\195\169tentes)\194\160?">
1188
<OPTIONSELECTED>
1189
</OPTIONSELECTED>
1190
</COLUMN>
1191
<COLUMN ID="20961" ColName="csc_mark_restauration" PrevColName="" Pos="10" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Effectuez-vous actuellement des op\195\169rations de restauration ou de remise en \195\169tat de vos collections botaniques\194\160?">
1192
<OPTIONSELECTED>
1193
</OPTIONSELECTED>
1194
</COLUMN>
1195
<COLUMN ID="20963" ColName="csc_truk_restauration_operation" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Les diff\195\169rentes op\195\169rations de restauration actuellement men\195\169es.">
1196
<OPTIONSELECTED>
1197
<OPTIONSELECT Value="0" />
1198
</OPTIONSELECTED>
1199
</COLUMN>
1200
<COLUMN ID="20964" ColName="csc_ce_materiel_conservation" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Utilisez-vous du mat\195\169riel de conservation ?">
1201
<OPTIONSELECTED>
16 jpm 1202
<OPTIONSELECT Value="1" />
1203
<OPTIONSELECT Value="0" />
1204
</OPTIONSELECTED>
1205
</COLUMN>
20 jpm 1206
<COLUMN ID="20967" ColName="csc_truk_materiel_autre" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Le mat\195\169riel, dit de \Anon conservation\A utilis\195\169.">
16 jpm 1207
<OPTIONSELECTED>
1208
<OPTIONSELECT Value="0" />
1209
</OPTIONSELECTED>
1210
</COLUMN>
20 jpm 1211
<COLUMN ID="20969" ColName="csc_mark_traitement" PrevColName="" Pos="14" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="R\195\169alisez-vous actuellement des traitements globaux contre les insectes\194\160?">
1212
<OPTIONSELECTED>
1213
</OPTIONSELECTED>
1214
</COLUMN>
1215
<COLUMN ID="20970" ColName="csc_truk_traitement" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Traitements globaux contre les insectes.">
1216
<OPTIONSELECTED>
1217
<OPTIONSELECT Value="0" />
1218
</OPTIONSELECTED>
1219
</COLUMN>
1220
<COLUMN ID="20971" ColName="csc_mark_acquisition_collection" PrevColName="csc_mark_acquisition" Pos="16" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Actuellement, vos collections botaniques s\aaccroissent-elles de nouvelles acquisitions\194\160?">
1221
<OPTIONSELECTED>
1222
</OPTIONSELECTED>
1223
</COLUMN>
1224
<COLUMN ID="20973" ColName="csc_mark_acquisition_echantillon" PrevColName="" Pos="17" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Actuellement mettez-vous en herbier de nouveaux \195\169chantillons\194\160? ">
1225
<OPTIONSELECTED>
1226
</OPTIONSELECTED>
1227
</COLUMN>
1228
<COLUMN ID="20974" ColName="csc_mark_acquisition_traitement" PrevColName="" Pos="18" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Si oui, faites-vous un traitement contre les insectes avant l\aint\195\169gration dans vos collections\194\160?">
1229
<OPTIONSELECTED>
1230
</OPTIONSELECTED>
1231
</COLUMN>
1232
<COLUMN ID="20975" ColName="csc_truk_acquisition_traitement_poison" PrevColName="" Pos="19" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Traitement de type empoisonnement effectu\195\169 lors des des acquisitions.">
1233
<OPTIONSELECTED>
1234
<OPTIONSELECT Value="0" />
1235
</OPTIONSELECTED>
1236
</COLUMN>
1237
<COLUMN ID="20976" ColName="csc_truk_acquisition_traitement_insecte" PrevColName="" Pos="20" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Traitement de type d\195\169sinctisation effectu\195\169 lors des des acquisitions.">
1238
<OPTIONSELECTED>
1239
<OPTIONSELECT Value="0" />
1240
</OPTIONSELECTED>
1241
</COLUMN>
16 jpm 1242
</COLUMNS>
1243
<RELATIONS_END>
1244
<RELATION_END ID="20859" />
1245
</RELATIONS_END>
1246
<INDICES>
20 jpm 1247
<INDEX ID="20979" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
16 jpm 1248
<INDEXCOLUMNS>
20 jpm 1249
<INDEXCOLUMN idColumn="20978" LengthParam="0" />
16 jpm 1250
</INDEXCOLUMNS>
1251
</INDEX>
1252
</INDICES>
1253
</TABLE>
37 jpm 1254
<TABLE ID="20854" Tablename="coel_structure_valorisation" PrevTableName="Table_12" XPos="827" YPos="2026" 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="41" >
16 jpm 1255
<COLUMNS>
20 jpm 1256
<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="Identifiant de la structure.">
16 jpm 1257
<OPTIONSELECTED>
1258
<OPTIONSELECT Value="1" />
1259
<OPTIONSELECT Value="0" />
1260
</OPTIONSELECTED>
1261
</COLUMN>
20 jpm 1262
<COLUMN ID="20981" ColName="csv_mark_action" PrevColName="" Pos="1" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Avez-vous r\195\169alis\195\169 des actions de valorisation de vos collections botaniques\194\160ou avez-vous \195\169t\195\169 sollicit\195\169s pour la valorisation de ces collections ?">
1263
<OPTIONSELECTED>
1264
</OPTIONSELECTED>
1265
</COLUMN>
1266
<COLUMN ID="20982" ColName="csv_truk_action" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Les actions de valorisation r\195\169alis\195\169es.">
1267
<OPTIONSELECTED>
1268
<OPTIONSELECT Value="0" />
1269
</OPTIONSELECTED>
1270
</COLUMN>
1271
<COLUMN ID="20983" ColName="csv_publication" PrevColName="" Pos="3" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Quelques titres des ouvrages, articles scientifiques, ... ?">
1272
<OPTIONSELECTED>
1273
</OPTIONSELECTED>
1274
</COLUMN>
1275
<COLUMN ID="20984" ColName="csv_collection_autre" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="L\aorganisme dispose-t-il d\aautres collections (permettant une valorisation pluridisciplinaire)\194\160?">
1276
<OPTIONSELECTED>
1277
<OPTIONSELECT Value="1" />
1278
<OPTIONSELECT Value="0" />
1279
</OPTIONSELECTED>
1280
</COLUMN>
1281
<COLUMN ID="20985" ColName="csv_mark_action_future" PrevColName="" Pos="5" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Envisagez-vous des actions de valorisation dans le cadre de votre politique culturelle\194\160?">
1282
<OPTIONSELECTED>
1283
</OPTIONSELECTED>
1284
</COLUMN>
1285
<COLUMN ID="20986" ColName="csv_action_future" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Les actions de valorisation futures envisag\195\169es.">
1286
<OPTIONSELECTED>
1287
<OPTIONSELECT Value="0" />
1288
</OPTIONSELECTED>
1289
</COLUMN>
1290
<COLUMN ID="20987" ColName="csv_mark_recherche" PrevColName="" Pos="7" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Vos collections botaniques sont-elles utilis\195\169es pour des recherches scientifiques\194\160?">
1291
<OPTIONSELECTED>
1292
</OPTIONSELECTED>
1293
</COLUMN>
1294
<COLUMN ID="20988" ColName="csv_truk_recherche_provenance" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Si oui, par des chercheurs (professionnels ou amateurs ) de  quelle provenance\194\160?">
1295
<OPTIONSELECTED>
1296
<OPTIONSELECT Value="0" />
1297
</OPTIONSELECTED>
1298
</COLUMN>
1299
<COLUMN ID="20990" ColName="csv_truk_recherche_type" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Et pour quelles types de recherches\194\160? ">
1300
<OPTIONSELECTED>
1301
<OPTIONSELECT Value="0" />
1302
</OPTIONSELECTED>
1303
</COLUMN>
1304
<COLUMN ID="20992" ColName="csv_mark_acces_ss_motif" PrevColName="" Pos="10" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Peut-on consulter vos collections botaniques sans motif de recherches scientifiques ?">
1305
<OPTIONSELECTED>
1306
</OPTIONSELECTED>
1307
</COLUMN>
1308
<COLUMN ID="20993" ColName="csv_acces_ss_motif" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Si oui, quelles d\195\169marches doit-on faire pour les consulter\194\160?">
1309
<OPTIONSELECTED>
1310
<OPTIONSELECT Value="0" />
1311
</OPTIONSELECTED>
1312
</COLUMN>
1313
<COLUMN ID="20994" ColName="csv_mark_visite_ss_motif" PrevColName="" Pos="12" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Peut-on visiter vos collections botaniques en dehors d\aobjectif de recherches scientifiques\194\160?">
1314
<OPTIONSELECTED>
1315
</OPTIONSELECTED>
1316
</COLUMN>
1317
<COLUMN ID="20995" ColName="csv_visite_ss_motif" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Si oui, quelles d\195\169marches doit-on faire pour les visiter\194\160?">
1318
<OPTIONSELECTED>
1319
<OPTIONSELECT Value="0" />
1320
</OPTIONSELECTED>
1321
</COLUMN>
16 jpm 1322
</COLUMNS>
1323
<RELATIONS_END>
1324
<RELATION_END ID="20861" />
1325
</RELATIONS_END>
1326
<INDICES>
1327
<INDEX ID="20867" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1328
<INDEXCOLUMNS>
1329
<INDEXCOLUMN idColumn="20866" LengthParam="0" />
1330
</INDEXCOLUMNS>
1331
</INDEX>
1332
</INDICES>
1333
</TABLE>
25 jpm 1334
<TABLE ID="21104" Tablename="coel_collection_a_personne" PrevTableName="Table_14" XPos="408" YPos="932" 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="Permet de lister les personnes en rapport avec une collection." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="22" >
20 jpm 1335
<COLUMNS>
23 jpm 1336
<COLUMN ID="21106" ColName="ccap_id_collection" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la collection associ\195\169e \195\160 une personne.">
20 jpm 1337
<OPTIONSELECTED>
1338
<OPTIONSELECT Value="1" />
1339
<OPTIONSELECT Value="0" />
1340
</OPTIONSELECTED>
1341
</COLUMN>
1342
<COLUMN ID="21112" ColName="ccap_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 associ\195\169e \195\160 une collection.">
1343
<OPTIONSELECTED>
1344
<OPTIONSELECT Value="1" />
1345
<OPTIONSELECT Value="0" />
1346
</OPTIONSELECTED>
1347
</COLUMN>
23 jpm 1348
<COLUMN ID="21139" ColName="ccap_id_role" PrevColName="ccap_ce_truk_role" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="R\195\180le(s) de la personne : auteur, collecteur... permet aussi de conna\195\174tre qui a les droits de modification sur la collection.">
20 jpm 1349
<OPTIONSELECTED>
1350
<OPTIONSELECT Value="0" />
1351
</OPTIONSELECTED>
1352
</COLUMN>
37 jpm 1353
<COLUMN ID="21115" ColName="ccap_ce_meta" PrevColName="ccap_date_derniere_modif" Pos="3" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant des m\195\169tadonn\195\169es de cet enregistrement.">
20 jpm 1354
<OPTIONSELECTED>
37 jpm 1355
<OPTIONSELECT Value="1" />
1356
<OPTIONSELECT Value="0" />
20 jpm 1357
</OPTIONSELECTED>
1358
</COLUMN>
1359
</COLUMNS>
1360
<RELATIONS_END>
1361
<RELATION_END ID="21108" />
1362
<RELATION_END ID="21110" />
1363
</RELATIONS_END>
1364
<INDICES>
1365
<INDEX ID="21107" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1366
<INDEXCOLUMNS>
1367
<INDEXCOLUMN idColumn="21106" LengthParam="0" />
1368
<INDEXCOLUMN idColumn="21112" LengthParam="0" />
23 jpm 1369
<INDEXCOLUMN idColumn="21139" LengthParam="0" />
20 jpm 1370
</INDEXCOLUMNS>
1371
</INDEX>
1372
</INDICES>
1373
</TABLE>
26 jpm 1374
<TABLE ID="21148" Tablename="coel_collection_botanique" PrevTableName="Table_14" XPos="424" YPos="1458" 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 informations sp\195\169cialis\195\169es sur une collection de type : botanique" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="8" >
20 jpm 1375
<COLUMNS>
1376
<COLUMN ID="21150" ColName="ccb_id_collection" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la collection botanique.">
1377
<OPTIONSELECTED>
1378
<OPTIONSELECT Value="1" />
1379
<OPTIONSELECT Value="0" />
1380
</OPTIONSELECTED>
1381
</COLUMN>
1382
<COLUMN ID="21156" ColName="ccb_ce_truk_type" PrevColName="ccb_ce_type" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type(s) pr\195\169cis de collection botanique.">
1383
<OPTIONSELECTED>
1384
<OPTIONSELECT Value="1" />
1385
<OPTIONSELECT Value="0" />
1386
</OPTIONSELECTED>
1387
</COLUMN>
23 jpm 1388
<COLUMN ID="21343" ColName="ccb_truk_unite_rangement" PrevColName="ccb_truk" Pos="2" idDatatype="20" DatatypeParams="(510)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type(s) unit\195\169 de rangement de la collection botanique. \\\nPour chaque type : indication du nombre d\aunit\195\169, de la pr\195\169cision du nom (exact, approximatif), des formats.">
22 jpm 1389
<OPTIONSELECTED>
1390
<OPTIONSELECT Value="0" />
1391
</OPTIONSELECTED>
1392
</COLUMN>
1393
<COLUMN ID="21348" ColName="ccb_ce_unite_rangement_etat" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="\195\137tat de la majorit\195\169 des unit\195\169s de rangements (\195\169tat des rubans, des poign\195\169es, des sangles, des cartons...).">
1394
<OPTIONSELECTED>
1395
<OPTIONSELECT Value="1" />
1396
<OPTIONSELECT Value="0" />
1397
</OPTIONSELECTED>
1398
</COLUMN>
23 jpm 1399
<COLUMN ID="21350" ColName="ccb_truk_unite_base" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(510)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type(s) d\aunit\195\169 de base de la collection,\194\160 si diff\195\169rent de l\aunit\195\169 de rangement. \\\nEx. : si l\aunit\195\169 de rangement est un carton, l\aunit\195\169 de base peut \195\170tre  une enveloppe. \\\nPour chaque type : indication du nombre d\aunit\195\169, de la pr\195\169cision du nom (exact, approximatif), des formats, du nombre de parts, de la pr\195\169cision sur le nombre de parts  (exact, approximatif), du nombre d\aesp\195\168ces, de la pr\195\169cision sur le nombre d\aesp\195\168ces (exact, approximatif).">
22 jpm 1400
<OPTIONSELECTED>
1401
<OPTIONSELECT Value="0" />
1402
</OPTIONSELECTED>
1403
</COLUMN>
1404
<COLUMN ID="21355" ColName="ccb_truk_conservation_papier_type" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type(s) du papier de conservation.">
1405
<OPTIONSELECTED>
1406
<OPTIONSELECT Value="0" />
1407
</OPTIONSELECTED>
1408
</COLUMN>
1409
<COLUMN ID="21356" ColName="ccb_truk_conservation_methode" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type(s) de m\195\169thode de conservation.">
1410
<OPTIONSELECTED>
1411
<OPTIONSELECT Value="0" />
1412
</OPTIONSELECTED>
1413
</COLUMN>
1414
<COLUMN ID="21357" ColName="ccb_specimen_fixation_pourcent" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Pourcentage de sp\195\169cimens fix\195\169s.">
1415
<OPTIONSELECTED>
1416
<OPTIONSELECT Value="1" />
1417
<OPTIONSELECT Value="0" />
1418
</OPTIONSELECTED>
1419
</COLUMN>
1420
<COLUMN ID="21358" ColName="ccb_etiquette_fixation_pourcent" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Pourcentage d\a\195\169tiquettes fix\195\169es.">
1421
<OPTIONSELECTED>
1422
<OPTIONSELECT Value="1" />
1423
<OPTIONSELECT Value="0" />
1424
</OPTIONSELECTED>
1425
</COLUMN>
1426
<COLUMN ID="21359" ColName="ccb_truk_specimen_fixation_methode" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type(s) de fixation des sp\195\169cimens.">
1427
<OPTIONSELECTED>
1428
<OPTIONSELECT Value="0" />
1429
</OPTIONSELECTED>
1430
</COLUMN>
1431
<COLUMN ID="21361" ColName="ccb_truk_etiquette_fixation_support" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type(s) de fixation des \195\169tiquettes fix\195\169es au support.">
1432
<OPTIONSELECTED>
1433
<OPTIONSELECT Value="0" />
1434
</OPTIONSELECTED>
1435
</COLUMN>
1436
<COLUMN ID="21362" ColName="ccb_truk_etiquette_fixation_specimen" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type(s) de fixation des \195\169tiquettes fix\195\169es au sp\195\169cimen.">
1437
<OPTIONSELECTED>
1438
<OPTIONSELECT Value="0" />
1439
</OPTIONSELECTED>
1440
</COLUMN>
1441
<COLUMN ID="21364" ColName="ccb_truk_etiquette_ecriture" PrevColName="" Pos="12" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type(s) d\a\195\169criture sur les \195\169tiquettes.">
1442
<OPTIONSELECTED>
1443
<OPTIONSELECT Value="0" />
1444
</OPTIONSELECTED>
1445
</COLUMN>
1446
<COLUMN ID="21365" ColName="ccb_ce_traitement" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="La collection botanique semble-t-elle avoir \195\169t\195\169 empoisonn\195\169e ou d\195\169sinsectis\195\169e lors de sa r\195\169alisation ?">
1447
<OPTIONSELECTED>
1448
<OPTIONSELECT Value="1" />
1449
<OPTIONSELECT Value="0" />
1450
</OPTIONSELECTED>
1451
</COLUMN>
1452
<COLUMN ID="21366" ColName="ccb_truk_traitement_poison" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type(s) d\aempoisonement de la collection.">
1453
<OPTIONSELECTED>
1454
<OPTIONSELECT Value="0" />
1455
</OPTIONSELECTED>
1456
</COLUMN>
1457
<COLUMN ID="21367" ColName="ccb_truk_traitement_isecte" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type(s) de d\195\169sinctisation de la collection.">
1458
<OPTIONSELECTED>
1459
<OPTIONSELECT Value="0" />
1460
</OPTIONSELECTED>
1461
</COLUMN>
1462
<COLUMN ID="21368" ColName="ccb_ce_etat_general" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="\195\137tat g\195\169n\195\169ral de la collection\194\160(grosses attaques d\ainsectes, pourriture, papier tr\195\168s fragile, etc... de 1 tr\195\168s mauvais \195\160 5 tr\195\168s bon \195\169tat).">
1463
<OPTIONSELECTED>
1464
<OPTIONSELECT Value="1" />
1465
<OPTIONSELECT Value="0" />
1466
</OPTIONSELECTED>
1467
</COLUMN>
1468
<COLUMN ID="21369" ColName="ccb_truk_degradation_specimen" PrevColName="" Pos="17" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type(s) de causes des d\195\169gradations des sp\195\169cimens not\195\169es de 1 tr\195\168s mauvais \195\160 5 tr\195\168s bon \195\169tat.">
1469
<OPTIONSELECTED>
1470
<OPTIONSELECT Value="0" />
1471
</OPTIONSELECTED>
1472
</COLUMN>
1473
<COLUMN ID="21370" ColName="ccb_truk_degradation_presentation" PrevColName="" Pos="18" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type(s) de causes des d\195\169gradations de la pr\195\169sentation not\195\169es de 1 tr\195\168s mauvais \195\160 5 tr\195\168s bon \195\169tat.">
1474
<OPTIONSELECTED>
1475
<OPTIONSELECT Value="0" />
1476
</OPTIONSELECTED>
1477
</COLUMN>
1478
<COLUMN ID="21371" ColName="ccb_ce_determination" PrevColName="" Pos="19" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Les \195\169chantillons sont-ils d\195\169terminables ? (de 1\194\160: quelques fragment de plantes \195\160 5 plantes enti\195\168res).">
1479
<OPTIONSELECTED>
1480
<OPTIONSELECT Value="1" />
1481
<OPTIONSELECT Value="0" />
1482
</OPTIONSELECTED>
1483
</COLUMN>
41 jpm 1484
<COLUMN ID="21944" ColName="ccb_truk_nature" PrevColName="" Pos="40" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nature de l\aherbier.">
1485
<OPTIONSELECTED>
1486
<OPTIONSELECT Value="0" />
1487
</OPTIONSELECTED>
1488
</COLUMN>
1489
<COLUMN ID="21945" ColName="ccb_specialite" PrevColName="" Pos="41" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Collection botanique sp\195\169cialis\195\169e (ex. herbier de c\195\169r\195\169ales...)">
1490
<OPTIONSELECTED>
1491
<OPTIONSELECT Value="0" />
1492
</OPTIONSELECTED>
1493
</COLUMN>
23 jpm 1494
<COLUMN ID="21471" ColName="ccb_recolte_date_debut" PrevColName="" Pos="20" idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date extr\195\170me de d\195\169but de r\195\169colte.">
1495
<OPTIONSELECTED>
1496
</OPTIONSELECTED>
1497
</COLUMN>
1498
<COLUMN ID="21472" ColName="ccb_ce_recolte_date_debut_type" PrevColName="" Pos="21" idDatatype="5" DatatypeParams="(3)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type de date extr\195\170me de d\195\169but de r\195\169colte.">
1499
<OPTIONSELECTED>
1500
<OPTIONSELECT Value="1" />
1501
<OPTIONSELECT Value="0" />
1502
</OPTIONSELECTED>
1503
</COLUMN>
1504
<COLUMN ID="21474" ColName="ccb_recolte_date_fin" PrevColName="" Pos="22" idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date extr\195\170me de fin de r\195\169colte.">
1505
<OPTIONSELECTED>
1506
</OPTIONSELECTED>
1507
</COLUMN>
1508
<COLUMN ID="21475" ColName="ccb_ce_recolte_date_fin_type" PrevColName="" Pos="23" idDatatype="5" DatatypeParams="(3)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Type de date extr\195\170me de fin de r\195\169colte.">
1509
<OPTIONSELECTED>
1510
<OPTIONSELECT Value="1" />
1511
<OPTIONSELECT Value="0" />
1512
</OPTIONSELECTED>
1513
</COLUMN>
1514
<COLUMN ID="21477" ColName="ccb_annotation_classement" PrevColName="ccb_classement" Pos="24" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Indiquer le type de classement ou des informations concernant un \195\169ventuel classement.">
1515
<OPTIONSELECTED>
1516
</OPTIONSELECTED>
1517
</COLUMN>
1518
<COLUMN ID="21478" ColName="ccb_ce_classement_etat" PrevColName="" Pos="25" idDatatype="5" DatatypeParams="(3)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="\195\137tat du classement (de 1 tr\195\168s mauvais \195\160 5 tr\195\168s bon).">
1519
<OPTIONSELECTED>
1520
<OPTIONSELECT Value="1" />
1521
<OPTIONSELECT Value="0" />
1522
</OPTIONSELECTED>
1523
</COLUMN>
1524
<COLUMN ID="21479" ColName="ccb_truk_etiquette_renseignement" PrevColName="" Pos="26" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Pourcentage pour chaque type de renseignements port\195\169s sur l\a\195\169tiquette\194\160ou sur la part.">
1525
<OPTIONSELECTED>
1526
<OPTIONSELECT Value="0" />
1527
</OPTIONSELECTED>
1528
</COLUMN>
1529
<COLUMN ID="21480" ColName="ccb_ce_precision_localite" PrevColName="" Pos="27" idDatatype="5" DatatypeParams="(3)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Les localit\195\169s sont elles pr\195\169cises?">
1530
<OPTIONSELECTED>
1531
<OPTIONSELECT Value="1" />
1532
<OPTIONSELECT Value="0" />
1533
</OPTIONSELECTED>
1534
</COLUMN>
1535
<COLUMN ID="21481" ColName="ccb_ce_precision_date" PrevColName="" Pos="28" idDatatype="5" DatatypeParams="(3)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Les dates sont elles pr\195\169cises?">
1536
<OPTIONSELECTED>
1537
<OPTIONSELECT Value="1" />
1538
<OPTIONSELECT Value="0" />
1539
</OPTIONSELECTED>
1540
</COLUMN>
1541
<COLUMN ID="21483" ColName="ccb_annotation_diverse" PrevColName="ccb_truk_annotation" Pos="29" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Autres annotations (dons, annotations personnelles, recettes, utilisations m\195\169dicales...).">
1542
<OPTIONSELECTED>
1543
</OPTIONSELECTED>
1544
</COLUMN>
1545
<COLUMN ID="21501" ColName="ccb_ce_collection_integre" PrevColName="" Pos="30" idDatatype="5" DatatypeParams="(3)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="La collection observ\195\169e int\195\168gre-t-elle des collections botaniques ant\195\169rieures ?">
1546
<OPTIONSELECTED>
1547
<OPTIONSELECT Value="1" />
1548
<OPTIONSELECT Value="0" />
1549
</OPTIONSELECTED>
1550
</COLUMN>
1551
<COLUMN ID="21502" ColName="ccb_ce_collection_integre_info" PrevColName="ccb_collection_integre_info" Pos="31" idDatatype="5" DatatypeParams="(3)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Les noms de ces collections sont-ils not\195\169s sur les \195\169tiquettes de chaque \195\169chantillon\194\160?">
1552
<OPTIONSELECTED>
1553
<OPTIONSELECT Value="1" />
1554
<OPTIONSELECT Value="0" />
1555
</OPTIONSELECTED>
1556
</COLUMN>
1557
<COLUMN ID="21514" ColName="ccb_ce_inventaire" PrevColName="" Pos="32" idDatatype="5" DatatypeParams="(3)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Existe-t-il un inventaire de cette collection?">
1558
<OPTIONSELECTED>
1559
<OPTIONSELECT Value="1" />
1560
<OPTIONSELECT Value="0" />
1561
</OPTIONSELECTED>
1562
</COLUMN>
1563
<COLUMN ID="21515" ColName="ccb_ce_inventaire_auteur" PrevColName="" Pos="33" idDatatype="5" DatatypeParams="(3)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="L\aauteur de la collection a-t-il particip\195\169 \195\160 cet inventaire?">
1564
<OPTIONSELECTED>
1565
<OPTIONSELECT Value="1" />
1566
<OPTIONSELECT Value="0" />
1567
</OPTIONSELECTED>
1568
</COLUMN>
1569
<COLUMN ID="21517" ColName="ccb_ce_inventaire_forme" PrevColName="" Pos="35" idDatatype="5" DatatypeParams="(3)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Forme de l\ainventaire (mnauscrit, informatique...).">
1570
<OPTIONSELECTED>
1571
<OPTIONSELECT Value="1" />
1572
<OPTIONSELECT Value="0" />
1573
</OPTIONSELECTED>
1574
</COLUMN>
1575
<COLUMN ID="21516" ColName="ccb_inventaire_info" PrevColName="" Pos="34" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Quelles informations retrouve-t-on?">
1576
<OPTIONSELECTED>
1577
</OPTIONSELECTED>
1578
</COLUMN>
1579
<COLUMN ID="21518" ColName="ccb_ce_truk_inventaire_digital" PrevColName="" Pos="36" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Si inventaire digial, quel logiciel utilisez vous?">
1580
<OPTIONSELECTED>
1581
<OPTIONSELECT Value="0" />
1582
</OPTIONSELECTED>
1583
</COLUMN>
1584
<COLUMN ID="21519" ColName="ccb_inventaire_digital_pourcent" PrevColName="" Pos="37" idDatatype="5" DatatypeParams="(3)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Pourcentage de la documentation en base de donn\195\169es.">
1585
<OPTIONSELECTED>
1586
<OPTIONSELECT Value="1" />
1587
<OPTIONSELECT Value="0" />
1588
</OPTIONSELECTED>
1589
</COLUMN>
1590
<COLUMN ID="21520" ColName="ccb_ce_inventaire_etat" PrevColName="ccb_inventaire_etat" Pos="38" idDatatype="5" DatatypeParams="(3)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="L\ainventaire est il complet ou partiel?">
1591
<OPTIONSELECTED>
1592
<OPTIONSELECT Value="1" />
1593
<OPTIONSELECT Value="0" />
1594
</OPTIONSELECTED>
1595
</COLUMN>
1596
<COLUMN ID="21521" ColName="ccb_inventaire_donnee_type" PrevColName="" Pos="39" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Quels sont les \195\169l\195\169ments qui ont d\195\169j\195\160 \195\169t\195\169 inventori\195\169s (Ex. : familles, localit\195\169s...) ?">
1597
<OPTIONSELECTED>
1598
</OPTIONSELECTED>
1599
</COLUMN>
20 jpm 1600
</COLUMNS>
1601
<RELATIONS_END>
1602
<RELATION_END ID="21152" />
1603
</RELATIONS_END>
1604
<INDICES>
1605
<INDEX ID="21151" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1606
<INDEXCOLUMNS>
1607
<INDEXCOLUMN idColumn="21150" LengthParam="0" />
1608
</INDEXCOLUMNS>
1609
</INDEX>
1610
</INDICES>
1611
</TABLE>
42 jpm 1612
<TABLE ID="21188" Tablename="coel_publication" PrevTableName="Table_15" XPos="99" YPos="2366" 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="Publication de type articles scientifiques, ouvrages ou sites web.\nINFO : cpu_fmt_nom_complet" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="75" >
20 jpm 1613
<COLUMNS>
1614
<COLUMN ID="21190" ColName="cpu_id_publication" PrevColName="cp_id_publication" Pos="0" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Identifiant de la publication.">
1615
<OPTIONSELECTED>
1616
<OPTIONSELECT Value="1" />
1617
<OPTIONSELECT Value="0" />
1618
</OPTIONSELECTED>
1619
</COLUMN>
24 jpm 1620
<COLUMN ID="21633" ColName="cpu_ce_projet" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant du projet dans lequel les donn\195\169es de cet enregistrement ont \195\169t\195\169 saisies.">
20 jpm 1621
<OPTIONSELECTED>
1622
<OPTIONSELECT Value="1" />
1623
<OPTIONSELECT Value="0" />
1624
</OPTIONSELECTED>
1625
</COLUMN>
42 jpm 1626
<COLUMN ID="21955" ColName="cpu_fmt_nom_complet" PrevColName="cpu_fmt_nom" Pos="13" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Intitul\195\169 de la publication complet">
1627
<OPTIONSELECTED>
1628
<OPTIONSELECT Value="0" />
1629
</OPTIONSELECTED>
1630
</COLUMN>
20 jpm 1631
<COLUMN ID="21305" ColName="cpu_uri" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="URI de la publication qui peut \195\170tre un site web...">
1632
<OPTIONSELECTED>
1633
<OPTIONSELECT Value="0" />
1634
</OPTIONSELECTED>
1635
</COLUMN>
23 jpm 1636
<COLUMN ID="21205" ColName="cpu_fmt_auteur" PrevColName="cpu_truk_auteur" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Contient le nom format\195\169 de l\aintitul\195\169 auteur(s). Si plusieurs personnes sont auteurs, l\aintitul\195\169 est format\195\169 ici.">
20 jpm 1637
<OPTIONSELECTED>
1638
<OPTIONSELECT Value="0" />
1639
</OPTIONSELECTED>
1640
</COLUMN>
1641
<COLUMN ID="21193" ColName="cpu_titre" PrevColName="cp_titre" Pos="1" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Titre de l\aarticle ou de l\aouvrage.">
1642
<OPTIONSELECTED>
1643
<OPTIONSELECT Value="0" />
1644
</OPTIONSELECTED>
1645
</COLUMN>
23 jpm 1646
<COLUMN ID="21198" ColName="cpu_collection" PrevColName="cpu_intitule_collection" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Intitul\195\169 de la collection, c\aest \195\160 dire de la revue.">
20 jpm 1647
<OPTIONSELECTED>
1648
<OPTIONSELECT Value="0" />
1649
</OPTIONSELECTED>
1650
</COLUMN>
23 jpm 1651
<COLUMN ID="21203" ColName="cpu_ce_editeur" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="1" DefaultValue="0" Comments="Identifiant de la structure \195\169ditrice.">
20 jpm 1652
<OPTIONSELECTED>
1653
<OPTIONSELECT Value="1" />
1654
<OPTIONSELECT Value="0" />
1655
</OPTIONSELECTED>
1656
</COLUMN>
1657
<COLUMN ID="21204" ColName="cpu_truk_editeur" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Contient le nom de l\a\195\169diteur s\ail n\aest pas renseign\195\169e par cpu_ce_editeur. Si cpu_ce_editeur est diff\195\169rent de 0 alors il contient le nom complet de la structure \195\169ditrice.">
1658
<OPTIONSELECTED>
1659
<OPTIONSELECT Value="0" />
1660
</OPTIONSELECTED>
1661
</COLUMN>
1662
<COLUMN ID="21206" ColName="cpu_date_parution" PrevColName="" Pos="7" idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date de parution de la publication.">
1663
<OPTIONSELECTED>
1664
</OPTIONSELECTED>
1665
</COLUMN>
1666
<COLUMN ID="21211" ColName="cpu_indication_nvt" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Indication du num\195\169ro, volume ou tome de la publication. Plut\195\180t utilis\195\169 pour les ouvrages et non les articles de revue.">
1667
<OPTIONSELECTED>
1668
<OPTIONSELECT Value="0" />
1669
</OPTIONSELECTED>
1670
</COLUMN>
23 jpm 1671
<COLUMN ID="21212" ColName="cpu_fascicule" PrevColName="cpu_titre_fascicule" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Indication du titre du fascicule. Surtout utilis\195\169 pour les revues.">
20 jpm 1672
<OPTIONSELECTED>
1673
<OPTIONSELECT Value="0" />
1674
</OPTIONSELECTED>
1675
</COLUMN>
1676
<COLUMN ID="21213" ColName="cpu_truk_pages" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(25)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Indication du nombre de pages (pour les ouvrages) ou des pages de d\195\169but et de fin pour un artcile. Dans le cas des ouvrages un nombre doit \195\170tre pr\195\169sent. Pour les articles deux nombres ou point d\aint\195\169rogation s\195\169par\195\169s par un tiret.">
1677
<OPTIONSELECTED>
1678
<OPTIONSELECT Value="0" />
1679
</OPTIONSELECTED>
1680
</COLUMN>
37 jpm 1681
<COLUMN ID="21215" ColName="cpu_ce_meta" PrevColName="cpu_date_derniere_modif" Pos="12" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant des m\195\169tadonn\195\169es de cet enregistrement.">
20 jpm 1682
<OPTIONSELECTED>
1683
<OPTIONSELECT Value="1" />
1684
<OPTIONSELECT Value="0" />
1685
</OPTIONSELECTED>
1686
</COLUMN>
1687
</COLUMNS>
1688
<RELATIONS_START>
1689
<RELATION_START ID="21226" />
1690
<RELATION_START ID="21241" />
1691
</RELATIONS_START>
1692
<RELATIONS_END>
23 jpm 1693
<RELATION_END ID="21616" />
1694
<RELATION_END ID="21631" />
20 jpm 1695
</RELATIONS_END>
1696
<INDICES>
1697
<INDEX ID="21191" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1698
<INDEXCOLUMNS>
1699
<INDEXCOLUMN idColumn="21190" LengthParam="0" />
1700
</INDEXCOLUMNS>
1701
</INDEX>
1702
</INDICES>
1703
</TABLE>
26 jpm 1704
<TABLE ID="21219" Tablename="coel_collection_a_publication" PrevTableName="Table_16" XPos="142" YPos="1976" 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="Permet de lister les publication li\195\169es \195\160 une collection." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="21" >
20 jpm 1705
<COLUMNS>
24 jpm 1706
<COLUMN ID="21225" ColName="ccapu_id_collection" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de collection.">
20 jpm 1707
<OPTIONSELECTED>
1708
<OPTIONSELECT Value="1" />
1709
<OPTIONSELECT Value="0" />
1710
</OPTIONSELECTED>
1711
</COLUMN>
24 jpm 1712
<COLUMN ID="21244" ColName="ccapu_id_publication" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la publication.">
20 jpm 1713
<OPTIONSELECTED>
1714
<OPTIONSELECT Value="1" />
1715
<OPTIONSELECT Value="0" />
1716
</OPTIONSELECTED>
1717
</COLUMN>
1718
<COLUMN ID="21316" ColName="ccapu_mark_licence" PrevColName="" Pos="6" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Bool\195\169en indiquant si la publication indiqu\195\169 correspond aux droits de propri\195\169t\195\169s intellectuelles de la collection.">
1719
<OPTIONSELECTED>
1720
</OPTIONSELECTED>
1721
</COLUMN>
37 jpm 1722
<COLUMN ID="21232" ColName="ccapu_ce_meta" PrevColName="ccapu_date_derniere_modif" Pos="3" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant des m\195\169tadonn\195\169es de cet enregistrement.">
20 jpm 1723
<OPTIONSELECTED>
37 jpm 1724
<OPTIONSELECT Value="1" />
1725
<OPTIONSELECT Value="0" />
20 jpm 1726
</OPTIONSELECTED>
1727
</COLUMN>
1728
</COLUMNS>
1729
<RELATIONS_END>
1730
<RELATION_END ID="21223" />
1731
<RELATION_END ID="21226" />
1732
</RELATIONS_END>
1733
<INDICES>
1734
<INDEX ID="21222" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1735
<INDEXCOLUMNS>
1736
<INDEXCOLUMN idColumn="21225" LengthParam="0" />
1737
<INDEXCOLUMN idColumn="21244" LengthParam="0" />
1738
</INDEXCOLUMNS>
1739
</INDEX>
1740
</INDICES>
1741
</TABLE>
42 jpm 1742
<TABLE ID="21235" Tablename="coel_publication_a_personne" PrevTableName="Table_17" XPos="506" YPos="2404" 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="Permet de lister les publications d\aune personne." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="76" >
20 jpm 1743
<COLUMNS>
24 jpm 1744
<COLUMN ID="21571" ColName="cpuap_id_publication" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant d\aune publication.">
20 jpm 1745
<OPTIONSELECTED>
1746
<OPTIONSELECT Value="1" />
1747
<OPTIONSELECT Value="0" />
1748
</OPTIONSELECTED>
1749
</COLUMN>
24 jpm 1750
<COLUMN ID="21572" ColName="cpuap_id_personne" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant d\aune personne.">
20 jpm 1751
<OPTIONSELECTED>
1752
<OPTIONSELECT Value="1" />
1753
<OPTIONSELECT Value="0" />
1754
</OPTIONSELECTED>
1755
</COLUMN>
29 jpm 1756
<COLUMN ID="21611" ColName="cpuap_id_role" PrevColName="cpupa_id_role" Pos="7" idDatatype="5" DatatypeParams="(3)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="R\195\180le de la personne vis \195\160 vis de la publication : contributeur, auteur...">
20 jpm 1757
<OPTIONSELECTED>
23 jpm 1758
<OPTIONSELECT Value="1" />
20 jpm 1759
<OPTIONSELECT Value="0" />
1760
</OPTIONSELECTED>
1761
</COLUMN>
23 jpm 1762
<COLUMN ID="21247" ColName="cpuap_ce_truk_type" PrevColName="cpap_ce_truk_type" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Contient le type de r\195\169f\195\169rence bibliographique : n\195\169crologie, biographie, publication personnelle...">
20 jpm 1763
<OPTIONSELECTED>
1764
<OPTIONSELECT Value="0" />
1765
</OPTIONSELECTED>
1766
</COLUMN>
37 jpm 1767
<COLUMN ID="21249" ColName="cpuap_ce_meta" PrevColName="cpap_date_derniere_modif" Pos="4" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant des m\195\169tadonn\195\169es de cet enregistrement.">
20 jpm 1768
<OPTIONSELECTED>
37 jpm 1769
<OPTIONSELECT Value="1" />
1770
<OPTIONSELECT Value="0" />
20 jpm 1771
</OPTIONSELECTED>
1772
</COLUMN>
1773
</COLUMNS>
1774
<RELATIONS_END>
1775
<RELATION_END ID="21239" />
1776
<RELATION_END ID="21241" />
1777
</RELATIONS_END>
1778
<INDICES>
1779
<INDEX ID="21238" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1780
<INDEXCOLUMNS>
23 jpm 1781
<INDEXCOLUMN idColumn="21571" LengthParam="0" />
1782
<INDEXCOLUMN idColumn="21572" LengthParam="0" />
1783
<INDEXCOLUMN idColumn="21611" LengthParam="0" />
20 jpm 1784
</INDEXCOLUMNS>
1785
</INDEX>
1786
</INDICES>
1787
</TABLE>
26 jpm 1788
<TABLE ID="21486" Tablename="coel_collection_a_relation" PrevTableName="Table_18" XPos="94" YPos="941" 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="Permet de lister les relations entre collection autre que hi\195\169rarchique." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="20" >
23 jpm 1789
<COLUMNS>
37 jpm 1790
<COLUMN ID="21660" ColName="ccar_id_collection_01" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la collection n\194\1761.">
23 jpm 1791
<OPTIONSELECTED>
1792
<OPTIONSELECT Value="1" />
1793
<OPTIONSELECT Value="0" />
1794
</OPTIONSELECTED>
1795
</COLUMN>
37 jpm 1796
<COLUMN ID="21661" ColName="ccar_id_collection_02" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la collection n\194\1762.">
23 jpm 1797
<OPTIONSELECTED>
1798
<OPTIONSELECT Value="1" />
1799
<OPTIONSELECT Value="0" />
1800
</OPTIONSELECTED>
1801
</COLUMN>
37 jpm 1802
<COLUMN ID="21491" ColName="ccar_id_relation" PrevColName="ccr_ce_relation" Pos="2" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Indentifiant du type de la relation.">
23 jpm 1803
<OPTIONSELECTED>
1804
<OPTIONSELECT Value="1" />
1805
<OPTIONSELECT Value="0" />
1806
</OPTIONSELECTED>
1807
</COLUMN>
37 jpm 1808
<COLUMN ID="21493" ColName="ccar_ce_meta" PrevColName="ccr_date_derniere_modif" Pos="4" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant des m\195\169tadonn\195\169es de cet enregistrement.">
23 jpm 1809
<OPTIONSELECTED>
37 jpm 1810
<OPTIONSELECT Value="1" />
1811
<OPTIONSELECT Value="0" />
23 jpm 1812
</OPTIONSELECTED>
1813
</COLUMN>
1814
</COLUMNS>
1815
<RELATIONS_END>
1816
<RELATION_END ID="21496" />
1817
<RELATION_END ID="21498" />
1818
</RELATIONS_END>
1819
<INDICES>
1820
<INDEX ID="21489" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1821
<INDEXCOLUMNS>
1822
<INDEXCOLUMN idColumn="21660" LengthParam="0" />
1823
<INDEXCOLUMN idColumn="21661" LengthParam="0" />
24 jpm 1824
<INDEXCOLUMN idColumn="21491" LengthParam="0" />
23 jpm 1825
</INDEXCOLUMNS>
1826
</INDEX>
1827
</INDICES>
1828
</TABLE>
42 jpm 1829
<TABLE ID="21522" Tablename="coel_projet" PrevTableName="EFLORE_PROJET" XPos="36" YPos="532" 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 un projet de donn\195\169es.\nINFO : cpr_nom" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="3" >
23 jpm 1830
<COLUMNS>
24 jpm 1831
<COLUMN ID="21523" ColName="cpr_id_projet" PrevColName="EPR_ID_PROJET" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Identifiant d\aun projet.">
23 jpm 1832
<OPTIONSELECTED>
1833
<OPTIONSELECT Value="0" />
1834
<OPTIONSELECT Value="0" />
1835
</OPTIONSELECTED>
1836
</COLUMN>
26 jpm 1837
<COLUMN ID="21526" ColName="cpr_nom" PrevColName="EPR_INTITULE_PROJET" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom du projet.">
23 jpm 1838
<OPTIONSELECTED>
1839
<OPTIONSELECT Value="0" />
1840
</OPTIONSELECTED>
1841
</COLUMN>
24 jpm 1842
<COLUMN ID="21527" ColName="cpr_abreviation" PrevColName="EPR_ABREVIATION_PROJET" Pos="5" idDatatype="20" DatatypeParams="(40)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Abr\195\169viation du projet.">
23 jpm 1843
<OPTIONSELECTED>
1844
<OPTIONSELECT Value="0" />
1845
</OPTIONSELECTED>
1846
</COLUMN>
24 jpm 1847
<COLUMN ID="21528" ColName="cpr_resume" PrevColName="EPR_DESCRIPTION_PROJET" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="R\195\169sum\195\169 du projet.">
23 jpm 1848
<OPTIONSELECTED>
1849
<OPTIONSELECT Value="0" />
1850
</OPTIONSELECTED>
1851
</COLUMN>
24 jpm 1852
<COLUMN ID="21538" ColName="cpr_description" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Description d\195\169taill\195\169e du projet.">
23 jpm 1853
<OPTIONSELECTED>
1854
</OPTIONSELECTED>
1855
</COLUMN>
24 jpm 1856
<COLUMN ID="21529" ColName="cpr_url" PrevColName="EPR_LIEN_WEB" Pos="7" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="URL principal o\195\185 trouver des compl\195\169ments d\ainformation sur le projet.">
23 jpm 1857
<OPTIONSELECTED>
1858
<OPTIONSELECT Value="0" />
1859
</OPTIONSELECTED>
1860
</COLUMN>
37 jpm 1861
<COLUMN ID="21539" ColName="cpr_ce_meta" PrevColName="cpr_date_derniere_modif" Pos="7" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant des m\195\169tadonn\195\169es de cet enregistrement.">
23 jpm 1862
<OPTIONSELECTED>
37 jpm 1863
<OPTIONSELECT Value="1" />
1864
<OPTIONSELECT Value="0" />
23 jpm 1865
</OPTIONSELECTED>
1866
</COLUMN>
1867
</COLUMNS>
1868
<RELATIONS_START>
1869
<RELATION_START ID="21560" />
1870
<RELATION_START ID="21622" />
1871
<RELATION_START ID="21625" />
1872
<RELATION_START ID="21628" />
1873
<RELATION_START ID="21631" />
1874
<RELATION_START ID="21650" />
37 jpm 1875
<RELATION_START ID="21816" />
1876
<RELATION_START ID="21830" />
23 jpm 1877
</RELATIONS_START>
1878
<INDICES>
1879
<INDEX ID="21532" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1880
<INDEXCOLUMNS>
1881
<INDEXCOLUMN idColumn="21523" LengthParam="0" />
1882
</INDEXCOLUMNS>
1883
</INDEX>
1884
</INDICES>
1885
</TABLE>
37 jpm 1886
<TABLE ID="21544" Tablename="coel_personne_a_relation" PrevTableName="Table_20" XPos="852" YPos="537" 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="Relation entre deux personnes vis \195\160 vis d\aun projet." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="68" >
23 jpm 1887
<COLUMNS>
24 jpm 1888
<COLUMN ID="21664" ColName="cpar_id_personne_01" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la personne n\194\1761.">
23 jpm 1889
<OPTIONSELECTED>
1890
<OPTIONSELECT Value="1" />
1891
<OPTIONSELECT Value="0" />
1892
</OPTIONSELECTED>
1893
</COLUMN>
24 jpm 1894
<COLUMN ID="21668" ColName="cpar_id_personne_02" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la personne n\194\1762.">
23 jpm 1895
<OPTIONSELECTED>
1896
<OPTIONSELECT Value="1" />
1897
<OPTIONSELECT Value="0" />
1898
</OPTIONSELECTED>
1899
</COLUMN>
24 jpm 1900
<COLUMN ID="21665" ColName="cpar_id_projet" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant du projet dans lequel la relation entre les deux personnes s\a\195\169tablie.">
23 jpm 1901
<OPTIONSELECTED>
1902
<OPTIONSELECT Value="1" />
1903
<OPTIONSELECT Value="0" />
1904
</OPTIONSELECTED>
1905
</COLUMN>
24 jpm 1906
<COLUMN ID="21549" ColName="cpar_id_role" PrevColName="cpap_ce_role" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant du r\195\180le ou de la valeur \195\169tablie entre les deux personnes.">
23 jpm 1907
<OPTIONSELECTED>
1908
<OPTIONSELECT Value="1" />
1909
<OPTIONSELECT Value="0" />
1910
</OPTIONSELECTED>
1911
</COLUMN>
37 jpm 1912
<COLUMN ID="21557" ColName="cpar_ce_meta" PrevColName="cpap_date_derniere_modif" Pos="4" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant des m\195\169tadonn\195\169es de cet enregistrement.">
23 jpm 1913
<OPTIONSELECTED>
37 jpm 1914
<OPTIONSELECT Value="1" />
1915
<OPTIONSELECT Value="0" />
23 jpm 1916
</OPTIONSELECTED>
1917
</COLUMN>
1918
</COLUMNS>
1919
<RELATIONS_END>
1920
<RELATION_END ID="21560" />
1921
<RELATION_END ID="21563" />
24 jpm 1922
<RELATION_END ID="21666" />
23 jpm 1923
</RELATIONS_END>
1924
<INDICES>
1925
<INDEX ID="21547" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1926
<INDEXCOLUMNS>
24 jpm 1927
<INDEXCOLUMN idColumn="21664" LengthParam="0" />
1928
<INDEXCOLUMN idColumn="21668" LengthParam="0" />
1929
<INDEXCOLUMN idColumn="21665" LengthParam="0" />
1930
<INDEXCOLUMN idColumn="21549" LengthParam="0" />
23 jpm 1931
</INDEXCOLUMNS>
1932
</INDEX>
1933
</INDICES>
1934
</TABLE>
42 jpm 1935
<TABLE ID="21634" Tablename="coel_projet_version" PrevTableName="eflore_projet_version" XPos="364" YPos="672" 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 contenant les informations sur la version d\aun projet.\nINFO : cprv_nom" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="11447" OrderPos="4" >
23 jpm 1936
<COLUMNS>
1937
<COLUMN ID="21635" ColName="cprv_id_version" PrevColName="eprv_id_version" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Identifiant d\aune version de projet.">
1938
<OPTIONSELECTED>
1939
<OPTIONSELECT Value="0" />
1940
<OPTIONSELECT Value="0" />
1941
</OPTIONSELECTED>
1942
</COLUMN>
24 jpm 1943
<COLUMN ID="21652" ColName="cprv_ce_projet" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant du projet de la version.">
23 jpm 1944
<OPTIONSELECTED>
1945
<OPTIONSELECT Value="1" />
1946
<OPTIONSELECT Value="0" />
1947
</OPTIONSELECTED>
1948
</COLUMN>
1949
<COLUMN ID="21637" ColName="cprv_nom" PrevColName="eprv_nom" Pos="11" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom \195\169ventuel de la version.">
1950
<OPTIONSELECTED>
1951
<OPTIONSELECT Value="0" />
1952
</OPTIONSELECTED>
1953
</COLUMN>
1954
<COLUMN ID="21638" ColName="cprv_code" PrevColName="eprv_code" Pos="5" idDatatype="20" DatatypeParams="(25)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Num\195\169ro ou code de la version.">
1955
<OPTIONSELECTED>
1956
<OPTIONSELECT Value="0" />
1957
</OPTIONSELECTED>
1958
</COLUMN>
1959
<COLUMN ID="21640" ColName="cprv_date_debut" PrevColName="eprv_date_debut" Pos="6" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="Date de d\195\169but de la version.">
1960
<OPTIONSELECTED>
1961
</OPTIONSELECTED>
1962
</COLUMN>
1963
<COLUMN ID="21641" ColName="cprv_date_fin" PrevColName="eprv_date_fin" Pos="7" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date de fin de la version.">
1964
<OPTIONSELECTED>
1965
</OPTIONSELECTED>
1966
</COLUMN>
1967
<COLUMN ID="21642" ColName="cprv_mark_consultable" PrevColName="eprv_mark_consultable" Pos="12" idDatatype="5" DatatypeParams="(1)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="Indique si oui (=1) ou non (=0) cette version est consultable en ligne.">
1968
<OPTIONSELECTED>
1969
<OPTIONSELECT Value="1" />
1970
<OPTIONSELECT Value="0" />
1971
</OPTIONSELECTED>
1972
</COLUMN>
37 jpm 1973
<COLUMN ID="21644" ColName="cprv_ce_meta" PrevColName="eprv_date_derniere_modif" Pos="8" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant des m\195\169tadonn\195\169es de cet enregistrement.">
23 jpm 1974
<OPTIONSELECTED>
37 jpm 1975
<OPTIONSELECT Value="1" />
1976
<OPTIONSELECT Value="0" />
23 jpm 1977
</OPTIONSELECTED>
1978
</COLUMN>
26 jpm 1979
</COLUMNS>
1980
<RELATIONS_END>
1981
<RELATION_END ID="21650" />
1982
</RELATIONS_END>
1983
<INDICES>
1984
<INDEX ID="21648" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1985
<INDEXCOLUMNS>
1986
<INDEXCOLUMN idColumn="21635" LengthParam="0" />
1987
</INDEXCOLUMNS>
1988
</INDEX>
1989
</INDICES>
1990
</TABLE>
42 jpm 1991
<TABLE ID="21757" Tablename="coel_meta_historique_ligne" PrevTableName="Table_22" XPos="1192" YPos="142" 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 m\195\169tadonn\195\169es sur l\ahistorique des enregistrements des tables de la base de donn\195\169es.\nINFO : cmhl_date_modification" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="37" >
26 jpm 1992
<COLUMNS>
37 jpm 1993
<COLUMN ID="21759" ColName="cmhl_id_historique_ligne" PrevColName="cmhl_id_historisque_ligne" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Identifiant de l\ahistorique des lignes.">
23 jpm 1994
<OPTIONSELECTED>
26 jpm 1995
<OPTIONSELECT Value="1" />
1996
<OPTIONSELECT Value="0" />
23 jpm 1997
</OPTIONSELECTED>
1998
</COLUMN>
37 jpm 1999
<COLUMN ID="21804" ColName="cmhl_ce_table" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant de la table.">
23 jpm 2000
<OPTIONSELECTED>
2001
<OPTIONSELECT Value="1" />
2002
<OPTIONSELECT Value="0" />
2003
</OPTIONSELECTED>
2004
</COLUMN>
37 jpm 2005
<COLUMN ID="21765" ColName="cmhl_cle_ligne" PrevColName="cmhl_ce_ligne" Pos="3" idDatatype="20" DatatypeParams="(64)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant de la ligne. Pour les tables \195\160 cl\195\169 primaire multi colonnes, bien respecter l\aordre des champs de la cl\195\169 et inscrire chaque valeur de cl\195\169 s\195\169par\195\169e par un tiret \A-\A.">
23 jpm 2006
<OPTIONSELECTED>
2007
<OPTIONSELECT Value="0" />
2008
</OPTIONSELECTED>
2009
</COLUMN>
37 jpm 2010
<COLUMN ID="21844" ColName="cmhl_enregistrement" PrevColName="" Pos="8" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Contient les donn\195\169es au format XML pour les enregistrements supprim\195\169s uniquement, sinon poss\195\168de la valeur NULL. Format XML : \kxml encoding=\AUTF-8\g\kligne\g\knom_du_champ_01\gvaleur_du_champ_01\k/nom_du_champ_01\g\knom_du_champ_02\gvaleur_du_champ_02\k/nom_du_champ_02\g...\k/ligne\g\k/xml\g.">
26 jpm 2011
<OPTIONSELECTED>
2012
</OPTIONSELECTED>
2013
</COLUMN>
37 jpm 2014
<COLUMN ID="21766" ColName="cmhl_date_modification" PrevColName="cmhl_date" Pos="4" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date de modification de la ligne.">
2015
<OPTIONSELECTED>
2016
</OPTIONSELECTED>
2017
</COLUMN>
26 jpm 2018
<COLUMN ID="21767" ColName="cmhl_notes" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Notes sur la modification effectu\195\169e sur la ligne.">
2019
<OPTIONSELECTED>
2020
<OPTIONSELECT Value="0" />
2021
</OPTIONSELECTED>
2022
</COLUMN>
37 jpm 2023
<COLUMN ID="21769" ColName="cmhl_ce_modifier_par" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="Identifiant de la personne ayant effectu\195\169 cette modification sur la ligne.">
26 jpm 2024
<OPTIONSELECTED>
2025
<OPTIONSELECT Value="1" />
2026
<OPTIONSELECT Value="0" />
2027
</OPTIONSELECTED>
2028
</COLUMN>
37 jpm 2029
<COLUMN ID="21768" ColName="cmhl_ce_etat" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Identifiant de l\a\195\169tat de la ligne.">
26 jpm 2030
<OPTIONSELECTED>
2031
<OPTIONSELECT Value="1" />
2032
<OPTIONSELECT Value="0" />
2033
</OPTIONSELECTED>
2034
</COLUMN>
37 jpm 2035
<COLUMN ID="21770" ColName="cmhl_ip" PrevColName="cmhl_ip_mac" Pos="7" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Adresse IP (et MAC \195\169ventuellement) depuis laquelle la modification a eu lieu.">
26 jpm 2036
<OPTIONSELECTED>
2037
<OPTIONSELECT Value="0" />
2038
</OPTIONSELECTED>
2039
</COLUMN>
23 jpm 2040
</COLUMNS>
37 jpm 2041
<RELATIONS_START>
2042
<RELATION_START ID="21856" />
2043
<RELATION_START ID="21861" />
2044
<RELATION_START ID="21863" />
55 jpm 2045
<RELATION_START ID="21957" />
37 jpm 2046
</RELATIONS_START>
23 jpm 2047
<RELATIONS_END>
26 jpm 2048
<RELATION_END ID="21789" />
23 jpm 2049
</RELATIONS_END>
2050
<INDICES>
26 jpm 2051
<INDEX ID="21760" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
23 jpm 2052
<INDEXCOLUMNS>
26 jpm 2053
<INDEXCOLUMN idColumn="21759" LengthParam="0" />
23 jpm 2054
</INDEXCOLUMNS>
2055
</INDEX>
2056
</INDICES>
2057
</TABLE>
14 jpm 2058
</TABLES>
2059
<RELATIONS>
26 jpm 2060
<RELATION ID="18419" RelationName="fk_cs_csap" Kind="1" SrcTable="1445" DestTable="1447" FKFields="cs_id_structure=csap_id_structure\n" FKFieldsComments="Identifiant de la structure.\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-9" 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="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="17" />
66 jpm 2061
<RELATION ID="18425" RelationName="fk_cp_csap" Kind="1" SrcTable="1446" DestTable="1447" FKFields="cp_id_personne=csap_id_personne\n" FKFieldsComments="Identifiant de la personne constituant l\a\195\169quipe d\aun service d\aune structure.\n" relDirection="3" MidOffset="-87" 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="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="18" />
37 jpm 2062
<RELATION ID="18470" RelationName="fk_cmc_cmd" Kind="2" SrcTable="18456" DestTable="18452" FKFields="cmc_id_champ=cmd_ce_champ\n" FKFieldsComments="\n" relDirection="4" MidOffset="-6" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="57" 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="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="33" />
2063
<RELATION ID="18504" RelationName="fk_cmc_cmh" Kind="2" SrcTable="18456" DestTable="18498" FKFields="cmc_id_champ=cmhc_ce_champ\n" FKFieldsComments="\n" relDirection="2" MidOffset="5" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-49" CaptionOffsetY="-21" 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="42" />
2064
<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="203" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="9" CaptionOffsetY="19" StartIntervalOffsetX="-7" StartIntervalOffsetY="-27" 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="44" />
2065
<RELATION ID="20819" RelationName="fk_cc_cc_parente" Kind="2" SrcTable="1444" DestTable="1444" FKFields="cc_id_collection=cc_ce_mere\n" FKFieldsComments="Identifiant de la collection parente.\n" relDirection="2" MidOffset="13" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-17" CaptionOffsetY="2" StartIntervalOffsetX="9" StartIntervalOffsetY="-28" 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="45" />
2066
<RELATION ID="20859" RelationName="fk_cs_csc" Kind="4" SrcTable="1445" DestTable="20850" FKFields="cs_id_structure=csc_id_structure\n" FKFieldsComments="Identifiant de la structure.\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="57" />
2067
<RELATION ID="20861" RelationName="fk_cs_csv" Kind="4" SrcTable="1445" DestTable="20854" FKFields="cs_id_structure=csv_id_structure\n" FKFieldsComments="Identifiant de la structure.\n" relDirection="3" MidOffset="1" 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="58" />
2068
<RELATION ID="21108" RelationName="fk_cc_ccap" Kind="1" SrcTable="1444" DestTable="21104" FKFields="cc_id_collection=ccap_id_collection\n" FKFieldsComments="Identifiant de la collection associ\195\169 \195\160 une personne.\n" relDirection="1" MidOffset="21" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="-1" StartIntervalOffsetY="3" 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="56" />
2069
<RELATION ID="21110" RelationName="fk_cp_ccap" Kind="1" SrcTable="1446" DestTable="21104" FKFields="cp_id_personne=ccap_id_personne\n" FKFieldsComments="Identifiant de la personne associ\195\169 \195\160 une collection.\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="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="57" />
2070
<RELATION ID="21152" RelationName="fk_cc_ccb" Kind="4" SrcTable="1444" DestTable="21148" FKFields="cc_id_collection=ccb_id_collection\n" FKFieldsComments="Identifiant de la collection botanique.\n" relDirection="2" MidOffset="7" 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="59" />
2071
<RELATION ID="21163" RelationName="fk_cs_cs_parente" Kind="2" SrcTable="1445" DestTable="1445" FKFields="cs_id_structure=cs_ce_mere\n" FKFieldsComments="Identifiant de la structure parente.\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-35" CaptionOffsetY="-3" 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="61" />
2072
<RELATION ID="21223" RelationName="fk_cc_ccapu" Kind="1" SrcTable="1444" DestTable="21219" FKFields="cc_id_collection=ccapu_id_collection\n" FKFieldsComments="Identifiant de la collection ayant des publications.\n" relDirection="3" MidOffset="-3" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-49" CaptionOffsetY="-7" StartIntervalOffsetX="0" StartIntervalOffsetY="3" 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="65" />
2073
<RELATION ID="21226" RelationName="fk_cpu_ccapu" Kind="1" SrcTable="21188" DestTable="21219" FKFields="cpu_id_publication=ccapu_id_publication\n" FKFieldsComments="Identifiant de la publication traitant d\aune collection.\n" relDirection="1" MidOffset="6" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="25" CaptionOffsetY="-3" 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="66" />
66 jpm 2074
<RELATION ID="21239" RelationName="fk_cp_cpuap" Kind="1" SrcTable="1446" DestTable="21235" FKFields="cp_id_personne=cpuap_id_personne\n" FKFieldsComments="Identifiant de la personne ayant un rapport avec une publication.\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="53" CaptionOffsetY="-20" StartIntervalOffsetX="99" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="0" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="70" />
37 jpm 2075
<RELATION ID="21241" RelationName="fk_cpu_cpuap" Kind="1" SrcTable="21188" DestTable="21235" FKFields="cpu_id_publication=cpuap_id_publication\n" FKFieldsComments="Identifiant de la publication li\195\169e \195\160 une personne.\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="-2" 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="71" />
2076
<RELATION ID="21496" RelationName="fk_cc_ccar_01" Kind="1" SrcTable="1444" DestTable="21486" FKFields="cc_id_collection=ccar_id_collection_01\n" FKFieldsComments="Identifiant de la collection n\194\1761.\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="39" CaptionOffsetY="-2" StartIntervalOffsetX="7" StartIntervalOffsetY="-2" EndIntervalOffsetX="6" EndIntervalOffsetY="3" 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="64" />
2077
<RELATION ID="21498" RelationName="fk_cc_ccar_02" Kind="1" SrcTable="1444" DestTable="21486" FKFields="cc_id_collection=ccar_id_collection_02\n" FKFieldsComments="Identifiant de la collection n\194\1762.\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-44" CaptionOffsetY="-2" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="4" EndIntervalOffsetY="6" 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="65" />
2078
<RELATION ID="21560" RelationName="fk_cpr_cpar" Kind="1" SrcTable="21522" DestTable="21544" FKFields="cpr_id_projet=cpar_id_projet\n" FKFieldsComments="Identifiant du projet dans lequel la relation entre les deux personnes s\a\195\169tablie.\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-47" CaptionOffsetY="-20" 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="69" />
2079
<RELATION ID="21563" RelationName="fk_cp_cpar_01" Kind="1" SrcTable="1446" DestTable="21544" FKFields="cp_id_personne=cpar_id_personne_01\n" FKFieldsComments="Identifiant de la personne n\194\1761.\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="55" CaptionOffsetY="-22" 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="70" />
2080
<RELATION ID="21616" RelationName="fk_cs_cpu_editeur" Kind="2" SrcTable="1445" DestTable="21188" FKFields="cs_id_structure=cpu_ce_editeur\n" FKFieldsComments="Identifiant de la structure \195\169ditrice de la publication.\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="-6" StartIntervalOffsetY="-29" EndIntervalOffsetX="8" EndIntervalOffsetY="11" CreateRefDef="0" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="71" />
2081
<RELATION ID="21622" RelationName="fk_cpr_cp" Kind="2" SrcTable="21522" DestTable="1446" FKFields="cpr_id_projet=cp_ce_projet\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="72" />
2082
<RELATION ID="21625" RelationName="fk_cpr_cs" Kind="2" SrcTable="21522" DestTable="1445" FKFields="cpr_id_projet=cs_ce_projet\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="73" />
2083
<RELATION ID="21628" RelationName="fk_cpr_cc" Kind="2" SrcTable="21522" DestTable="1444" FKFields="cpr_id_projet=cc_ce_projet\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="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="74" />
2084
<RELATION ID="21631" RelationName="fk_cpr_cpu" Kind="2" SrcTable="21522" DestTable="21188" FKFields="cpr_id_projet=cpu_ce_projet\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="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="75" />
2085
<RELATION ID="21650" RelationName="fk_cpr_cprv" Kind="2" SrcTable="21522" DestTable="21634" FKFields="cpr_id_projet=cprv_ce_projet\n" FKFieldsComments="Identifiant du projet de la version.\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="77" />
2086
<RELATION ID="21666" RelationName="fk_cp_cpar_02" Kind="1" SrcTable="1446" DestTable="21544" FKFields="cp_id_personne=cpar_id_personne_02\n" FKFieldsComments="Identifiant de la personne n\194\1762.\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-60" CaptionOffsetY="-20" 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="71" />
2087
<RELATION ID="21789" RelationName="fk_cp_cmhl_modifier_par" Kind="2" SrcTable="1446" DestTable="21757" FKFields="cp_id_personne=cmhl_ce_modifier_par\n" FKFieldsComments="\n" relDirection="1" MidOffset="98" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-39" CaptionOffsetY="-1" 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="78" />
2088
<RELATION ID="21816" RelationName="fk_cpr_cmlv" Kind="2" SrcTable="21522" DestTable="18466" FKFields="cpr_id_projet=cmlv_ce_projet\n" FKFieldsComments="\n" relDirection="1" 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="57" />
2089
<RELATION ID="21819" RelationName="fk_cmlv_cmlv_parent" Kind="2" SrcTable="18466" DestTable="18466" FKFields="cmlv_id_valeur=cmlv_ce_parent\n" FKFieldsComments="\n" relDirection="2" MidOffset="4" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-75" CaptionOffsetY="-14" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="-24" EndIntervalOffsetY="-22" 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="58" />
2090
<RELATION ID="21822" RelationName="fk_cmlv_cmc" Kind="2" SrcTable="18466" DestTable="18456" FKFields="cmlv_id_valeur=cmc_ce_liste\n" FKFieldsComments="\n" relDirection="2" MidOffset="-3" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="7" StartIntervalOffsetY="-32" 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="59" />
2091
<RELATION ID="21830" RelationName="fk_cpr_cmc" Kind="2" SrcTable="21522" DestTable="18456" FKFields="cpr_id_projet=cmc_ce_projet\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="42" CaptionOffsetY="30" 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="60" />
2092
<RELATION ID="21856" RelationName="fk_cmhl_cmhc" Kind="2" SrcTable="21757" DestTable="18498" FKFields="cmhl_id_historique_ligne=cmhc_ce_historique_ligne\n" FKFieldsComments="\n" relDirection="4" MidOffset="7" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="50" CaptionOffsetY="-3" 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="61" />
2093
<RELATION ID="21861" RelationName="fk_cmhl_cmlv_meta" Kind="2" SrcTable="21757" DestTable="18466" FKFields="cmhl_id_historique_ligne=cmlv_ce_meta\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="62" />
2094
<RELATION ID="21863" RelationName="fk_cmhl_cmc_meta" Kind="2" SrcTable="21757" DestTable="18456" FKFields="cmhl_id_historique_ligne=cmc_ce_meta\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="63" />
55 jpm 2095
<RELATION ID="21957" RelationName="fk_cmhl_cs" Kind="2" SrcTable="21757" DestTable="1445" FKFields="cmhl_id_historique_ligne=cs_ce_meta\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="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="63" />
2096
<RELATION ID="21959" RelationName="fk_cmlv_cs_type" Kind="2" SrcTable="18466" DestTable="1445" FKFields="cmlv_id_valeur=cs_ce_type\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="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="64" />
2097
<RELATION ID="21961" RelationName="fk_cmlv_cs_type_prive" Kind="2" SrcTable="18466" DestTable="1445" FKFields="cmlv_id_valeur=cs_ce_truk_type_prive\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="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="65" />
2098
<RELATION ID="21964" RelationName="fk_cmlv_cs_type_public" Kind="2" SrcTable="18466" DestTable="1445" FKFields="cmlv_id_valeur=cs_ce_truk_type_public\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="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="66" />
14 jpm 2099
</RELATIONS>
2100
<NOTES>
2101
</NOTES>
2102
<IMAGES>
2103
</IMAGES>
2104
</METADATA>
2105
<PLUGINDATA>
2106
<PLUGINDATARECORDS>
2107
</PLUGINDATARECORDS>
2108
</PLUGINDATA>
2109
<QUERYDATA>
2110
<QUERYRECORDS>
2111
</QUERYRECORDS>
2112
</QUERYDATA>
2113
<LINKEDMODELS>
2114
</LINKEDMODELS>
2115
</DBMODEL>