Subversion Repositories Applications.referentiel

Rev

Rev 44 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
18 jpm 1
<?xml version="1.0" standalone="yes" ?>
2
<DBMODEL Version="4.0">
3
<SETTINGS>
4
<GLOBALSETTINGS ModelName="referentiel" IDModel="0" IDVersion="0" VersionStr="1.0.0.0" Comments="" UseVersionHistroy="1" AutoIncVersion="1" DatabaseType="MySQL" ZoomFac="100.00" XPos="0" YPos="0" DefaultDataType="5" DefaultTablePrefix="0" DefSaveDBConn="" DefSyncDBConn="" DefQueryDBConn="" Printer="" HPageCount="4.0" PageAspectRatio="1.440892512336408" PageOrientation="1" PageFormat="A4 (210x297 mm, 8.26x11.7 inches)" SelectedPages="" UsePositionGrid="0" PositionGridX="20" PositionGridY="20" TableNameInRefs="0" DefaultTableType="0" ActivateRefDefForNewRelations="0" FKPrefix="" FKPostfix="" CreateFKRefDefIndex="0" DBQuoteCharacter="`" CreateSQLforLinkedObjects="0" DefModelFont="Nimbus Sans L" CanvasWidth="4096" CanvasHeight="2842" />
5
<DATATYPEGROUPS>
6
<DATATYPEGROUP Name="Numeric Types" Icon="1" />
7
<DATATYPEGROUP Name="Date and Time Types" Icon="2" />
8
<DATATYPEGROUP Name="String Types" Icon="3" />
9
<DATATYPEGROUP Name="Blob and Text Types" Icon="4" />
10
<DATATYPEGROUP Name="User defined Types" Icon="5" />
11
<DATATYPEGROUP Name="Geographic Types" Icon="6" />
12
</DATATYPEGROUPS>
13
<DATATYPES>
14
<DATATYPE ID="1" IDGroup="0" TypeName="TINYINT" Description="A very small integer. The signed range is -128 to 127. The unsigned range is 0 to 255." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
15
<PARAMS>
16
<PARAM Name="length" />
17
</PARAMS>
18
<OPTIONS>
19
<OPTION Name="UNSIGNED" Default="1" />
20
<OPTION Name="ZEROFILL" Default="0" />
21
</OPTIONS>
22
</DATATYPE>
23
<DATATYPE ID="2" IDGroup="0" TypeName="SMALLINT" Description="A small integer. The signed range is -32768 to 32767. The unsigned range is 0 to 65535." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
24
<PARAMS>
25
<PARAM Name="length" />
26
</PARAMS>
27
<OPTIONS>
28
<OPTION Name="UNSIGNED" Default="1" />
29
<OPTION Name="ZEROFILL" Default="0" />
30
</OPTIONS>
31
</DATATYPE>
32
<DATATYPE ID="3" IDGroup="0" TypeName="MEDIUMINT" Description="A medium-size integer. The signed range is -8388608 to 8388607. The unsigned range is 0 to 16777215." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
33
<PARAMS>
34
<PARAM Name="length" />
35
</PARAMS>
36
<OPTIONS>
37
<OPTION Name="UNSIGNED" Default="1" />
38
<OPTION Name="ZEROFILL" Default="0" />
39
</OPTIONS>
40
</DATATYPE>
41
<DATATYPE ID="4" IDGroup="0" TypeName="INT" Description="A normal-size integer. The signed range is -2147483648 to 2147483647. The unsigned range is 0 to 4294967295." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="1" PhysicalMapping="0" PhysicalTypeName="" >
42
<PARAMS>
43
<PARAM Name="length" />
44
</PARAMS>
45
<OPTIONS>
46
<OPTION Name="UNSIGNED" Default="0" />
47
<OPTION Name="ZEROFILL" Default="0" />
48
</OPTIONS>
49
</DATATYPE>
50
<DATATYPE ID="5" IDGroup="0" TypeName="INTEGER" Description="A normal-size integer. The signed range is -2147483648 to 2147483647. The unsigned range is 0 to 4294967295." ParamCount="1" OptionCount="3" 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
<OPTION Name="INFO" Default="0" />
58
</OPTIONS>
59
</DATATYPE>
60
<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="" >
61
<PARAMS>
62
<PARAM Name="length" />
63
</PARAMS>
64
<OPTIONS>
65
<OPTION Name="UNSIGNED" Default="0" />
66
<OPTION Name="ZEROFILL" Default="0" />
67
</OPTIONS>
68
</DATATYPE>
69
<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="" >
70
<PARAMS>
71
<PARAM Name="precision" />
72
</PARAMS>
73
<OPTIONS>
74
<OPTION Name="ZEROFILL" Default="0" />
75
</OPTIONS>
76
</DATATYPE>
77
<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="" >
78
<PARAMS>
79
<PARAM Name="length" />
80
<PARAM Name="decimals" />
81
</PARAMS>
82
<OPTIONS>
83
<OPTION Name="ZEROFILL" Default="0" />
84
</OPTIONS>
85
</DATATYPE>
86
<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="" >
87
<PARAMS>
88
<PARAM Name="length" />
89
<PARAM Name="decimals" />
90
</PARAMS>
91
<OPTIONS>
92
<OPTION Name="ZEROFILL" Default="0" />
93
</OPTIONS>
94
</DATATYPE>
95
<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="" >
96
<PARAMS>
97
<PARAM Name="length" />
98
<PARAM Name="decimals" />
99
</PARAMS>
100
<OPTIONS>
101
<OPTION Name="ZEROFILL" Default="0" />
102
</OPTIONS>
103
</DATATYPE>
104
<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="" >
105
<PARAMS>
106
<PARAM Name="length" />
107
<PARAM Name="decimals" />
108
</PARAMS>
109
<OPTIONS>
110
<OPTION Name="ZEROFILL" Default="0" />
111
</OPTIONS>
112
</DATATYPE>
113
<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="" >
114
<PARAMS>
115
<PARAM Name="length" />
116
<PARAM Name="decimals" />
117
</PARAMS>
118
<OPTIONS>
119
<OPTION Name="ZEROFILL" Default="0" />
120
</OPTIONS>
121
</DATATYPE>
122
<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="" >
123
<PARAMS>
124
<PARAM Name="length" />
125
<PARAM Name="decimals" />
126
</PARAMS>
127
<OPTIONS>
128
<OPTION Name="ZEROFILL" Default="0" />
129
</OPTIONS>
130
</DATATYPE>
131
<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="" >
132
</DATATYPE>
133
<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="" >
134
</DATATYPE>
135
<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="" >
136
<PARAMS>
137
<PARAM Name="length" />
138
</PARAMS>
139
</DATATYPE>
140
<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="" >
141
</DATATYPE>
142
<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="" >
143
<PARAMS>
144
<PARAM Name="length" />
145
</PARAMS>
146
</DATATYPE>
147
<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="" >
148
<PARAMS>
149
<PARAM Name="length" />
150
</PARAMS>
151
<OPTIONS>
152
<OPTION Name="BINARY" Default="0" />
153
</OPTIONS>
154
</DATATYPE>
155
<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="2" ParamRequired="1" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
156
<PARAMS>
157
<PARAM Name="length" />
158
</PARAMS>
159
<OPTIONS>
160
<OPTION Name="BINARY" Default="0" />
161
<OPTION Name="INFO" Default="0" />
162
</OPTIONS>
163
</DATATYPE>
164
<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="" >
165
</DATATYPE>
166
<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="" >
167
</DATATYPE>
168
<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="" >
169
</DATATYPE>
170
<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="" >
171
</DATATYPE>
172
<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="" >
173
</DATATYPE>
174
<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="" >
175
</DATATYPE>
176
<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="" >
177
</DATATYPE>
178
<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="" >
179
</DATATYPE>
180
<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="" >
181
</DATATYPE>
182
<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="" >
183
</DATATYPE>
184
<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="" >
185
<PARAMS>
186
<PARAM Name="values" />
187
</PARAMS>
188
</DATATYPE>
189
<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="" >
190
<PARAMS>
191
<PARAM Name="values" />
192
</PARAMS>
193
</DATATYPE>
194
<DATATYPE ID="33" IDGroup="4" TypeName="Varchar(20)" Description="" ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
195
<OPTIONS>
196
<OPTION Name="BINARY" Default="0" />
197
</OPTIONS>
198
</DATATYPE>
199
<DATATYPE ID="34" IDGroup="4" TypeName="Varchar(45)" Description="" ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
200
<OPTIONS>
201
<OPTION Name="BINARY" Default="0" />
202
</OPTIONS>
203
</DATATYPE>
204
<DATATYPE ID="35" IDGroup="4" TypeName="Varchar(255)" Description="" ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
205
<OPTIONS>
206
<OPTION Name="BINARY" Default="0" />
207
</OPTIONS>
208
</DATATYPE>
209
<DATATYPE ID="36" IDGroup="5" TypeName="GEOMETRY" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
210
</DATATYPE>
211
<DATATYPE ID="38" IDGroup="5" TypeName="LINESTRING" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
212
</DATATYPE>
213
<DATATYPE ID="39" IDGroup="5" TypeName="POLYGON" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
214
</DATATYPE>
215
<DATATYPE ID="40" IDGroup="5" TypeName="MULTIPOINT" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
216
</DATATYPE>
217
<DATATYPE ID="41" IDGroup="5" TypeName="MULTILINESTRING" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
218
</DATATYPE>
219
<DATATYPE ID="42" IDGroup="5" TypeName="MULTIPOLYGON" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
220
</DATATYPE>
221
<DATATYPE ID="43" IDGroup="5" TypeName="GEOMETRYCOLLECTION" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
222
</DATATYPE>
223
</DATATYPES>
224
<COMMON_DATATYPES>
225
<COMMON_DATATYPE ID="5" />
226
<COMMON_DATATYPE ID="8" />
227
<COMMON_DATATYPE ID="20" />
228
<COMMON_DATATYPE ID="15" />
229
<COMMON_DATATYPE ID="22" />
230
<COMMON_DATATYPE ID="28" />
231
<COMMON_DATATYPE ID="26" />
232
<COMMON_DATATYPE ID="33" />
233
<COMMON_DATATYPE ID="34" />
234
<COMMON_DATATYPE ID="35" />
235
</COMMON_DATATYPES>
236
<TABLEPREFIXES>
237
<TABLEPREFIX Name="Defaut (pas de prefixe)" />
238
</TABLEPREFIXES>
239
<REGIONCOLORS>
240
<REGIONCOLOR Color="Red=#FFEEEC" />
241
<REGIONCOLOR Color="Yellow=#FEFDED" />
242
<REGIONCOLOR Color="Green=#EAFFE5" />
243
<REGIONCOLOR Color="Cyan=#ECFDFF" />
244
<REGIONCOLOR Color="Blue=#F0F1FE" />
245
<REGIONCOLOR Color="Magenta=#FFEBFA" />
246
</REGIONCOLORS>
247
<POSITIONMARKERS>
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
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
258
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
259
</POSITIONMARKERS>
260
</SETTINGS>
261
<METADATA>
262
<REGIONS>
49 jpm 263
<REGION ID="28021" RegionName="Exemple BDNT" XPos="743" YPos="25" Width="668" Height="529" RegionColor="1" TablePrefix="0" TableType="0" OverwriteTablePrefix="0" OverwriteTableType="0" Comments="" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="7" />
44 jpm 264
<REGION ID="27985" RegionName="Traitements" XPos="28" YPos="24" Width="691" Height="530" RegionColor="0" TablePrefix="0" TableType="0" OverwriteTablePrefix="0" OverwriteTableType="0" Comments="Tables permettant de r\195\169aliser des traitments sur les donn\195\169es des r\195\169f\195\169rentiels." IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="3" />
18 jpm 265
</REGIONS>
266
<TABLES>
267
<TABLE ID="27977" Tablename="ref_traitement" PrevTableName="Table_01" XPos="87" YPos="74" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="2" >
268
<COLUMNS>
23 jpm 269
<COLUMN ID="27979" ColName="id_traitement" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="Id auto incr\195\169ment\195\169 de la demande de traitement">
18 jpm 270
<OPTIONSELECTED>
271
<OPTIONSELECT Value="1" />
272
<OPTIONSELECT Value="0" />
273
<OPTIONSELECT Value="0" />
274
</OPTIONSELECTED>
275
</COLUMN>
23 jpm 276
<COLUMN ID="28015" ColName="referentiel_code" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Code du r\195\169f\195\169rentiel \195\160 traiter (ex. BDNFF).">
18 jpm 277
<OPTIONSELECTED>
278
<OPTIONSELECT Value="0" />
279
<OPTIONSELECT Value="0" />
280
</OPTIONSELECTED>
281
</COLUMN>
44 jpm 282
<COLUMN ID="28049" ColName="script" PrevColName="type_2" Pos="7" idDatatype="20" DatatypeParams="(50)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom du script \195\160 lancer.">
283
<OPTIONSELECTED>
284
<OPTIONSELECT Value="0" />
285
<OPTIONSELECT Value="0" />
286
</OPTIONSELECTED>
287
</COLUMN>
49 jpm 288
<COLUMN ID="28051" ColName="script_parametres" PrevColName="" Pos="8" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Ensemble de param\195\170tres n\195\169cessaire au script dans le format choisis par le d\195\169veloppeur du script (XML, Json, variables serialis\195\169es...).">
289
<OPTIONSELECTED>
290
</OPTIONSELECTED>
291
</COLUMN>
23 jpm 292
<COLUMN ID="27984" ColName="nom" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(100)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Nom du traitement">
18 jpm 293
<OPTIONSELECTED>
23 jpm 294
<OPTIONSELECT Value="0" />
295
<OPTIONSELECT Value="0" />
18 jpm 296
</OPTIONSELECTED>
297
</COLUMN>
23 jpm 298
<COLUMN ID="27982" ColName="date_debut" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date et heure de d\195\169but du lancement du traitement">
18 jpm 299
<OPTIONSELECTED>
300
</OPTIONSELECTED>
301
</COLUMN>
23 jpm 302
<COLUMN ID="27983" ColName="date_fin" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date et heure de fin de traitement">
18 jpm 303
<OPTIONSELECTED>
304
</OPTIONSELECTED>
305
</COLUMN>
33 jpm 306
<COLUMN ID="28020" ColName="duree" PrevColName="" Pos="6" idDatatype="17" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Dur\195\169e du traitement">
307
<OPTIONSELECTED>
308
</OPTIONSELECTED>
309
</COLUMN>
23 jpm 310
<COLUMN ID="27981" ColName="meta_date_creation" PrevColName="date_creation" Pos="1" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date et heure de cr\195\169ation de la demande de traitement.">
311
<OPTIONSELECTED>
312
</OPTIONSELECTED>
313
</COLUMN>
18 jpm 314
</COLUMNS>
315
<RELATIONS_START>
316
<RELATION_START ID="27995" />
317
</RELATIONS_START>
318
<INDICES>
319
<INDEX ID="27980" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
320
<INDEXCOLUMNS>
321
<INDEXCOLUMN idColumn="27979" LengthParam="0" />
322
</INDEXCOLUMNS>
323
</INDEX>
324
</INDICES>
325
</TABLE>
44 jpm 326
<TABLE ID="27986" Tablename="ref_resultat" PrevTableName="Table_02" XPos="86" YPos="289" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="4" >
18 jpm 327
<COLUMNS>
328
<COLUMN ID="27988" ColName="id_resultat" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
329
<OPTIONSELECTED>
330
<OPTIONSELECT Value="1" />
331
<OPTIONSELECT Value="0" />
332
<OPTIONSELECT Value="0" />
333
</OPTIONSELECTED>
334
</COLUMN>
335
<COLUMN ID="27990" ColName="ce_traitement" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
336
<OPTIONSELECTED>
337
<OPTIONSELECT Value="1" />
338
<OPTIONSELECT Value="0" />
339
<OPTIONSELECT Value="0" />
340
</OPTIONSELECTED>
341
</COLUMN>
342
<COLUMN ID="28000" ColName="nom" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(100)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
343
<OPTIONSELECTED>
344
<OPTIONSELECT Value="0" />
345
<OPTIONSELECT Value="0" />
346
</OPTIONSELECTED>
347
</COLUMN>
30 jpm 348
<COLUMN ID="28018" ColName="description" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
349
<OPTIONSELECTED>
350
</OPTIONSELECTED>
351
</COLUMN>
352
<COLUMN ID="28017" ColName="resultat" PrevColName="" Pos="5" idDatatype="22" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
353
<OPTIONSELECTED>
354
</OPTIONSELECTED>
355
</COLUMN>
18 jpm 356
<COLUMN ID="27992" ColName="message" PrevColName="" Pos="3" idDatatype="29" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
357
<OPTIONSELECTED>
358
</OPTIONSELECTED>
359
</COLUMN>
360
<COLUMN ID="27991" ColName="meta_date_creation" PrevColName="date_creation" Pos="2" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
361
<OPTIONSELECTED>
362
</OPTIONSELECTED>
363
</COLUMN>
364
</COLUMNS>
365
<RELATIONS_END>
366
<RELATION_END ID="27995" />
367
</RELATIONS_END>
368
<INDICES>
369
<INDEX ID="27989" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
370
<INDEXCOLUMNS>
371
<INDEXCOLUMN idColumn="27988" LengthParam="0" />
372
</INDEXCOLUMNS>
373
</INDEX>
374
<INDEX ID="28013" IndexName="ce_traitement" IndexKind="1" FKRefDef_Obj_id="-1">
375
<INDEXCOLUMNS>
376
<INDEXCOLUMN idColumn="27990" LengthParam="0" />
377
</INDEXCOLUMNS>
378
</INDEX>
379
</INDICES>
380
</TABLE>
381
<TABLE ID="28002" Tablename="ref_triple" PrevTableName="Table_03" XPos="506" YPos="103" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="6" >
382
<COLUMNS>
383
<COLUMN ID="28004" ColName="id_triple" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
384
<OPTIONSELECTED>
385
<OPTIONSELECT Value="1" />
386
<OPTIONSELECT Value="0" />
387
<OPTIONSELECT Value="0" />
388
</OPTIONSELECTED>
389
</COLUMN>
390
<COLUMN ID="28006" ColName="ressource" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
391
<OPTIONSELECTED>
392
<OPTIONSELECT Value="0" />
393
<OPTIONSELECT Value="0" />
394
</OPTIONSELECTED>
395
</COLUMN>
396
<COLUMN ID="28007" ColName="propriete" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
397
<OPTIONSELECTED>
398
<OPTIONSELECT Value="0" />
399
<OPTIONSELECT Value="0" />
400
</OPTIONSELECTED>
401
</COLUMN>
402
<COLUMN ID="28008" ColName="valeur" PrevColName="" Pos="3" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
403
<OPTIONSELECTED>
404
</OPTIONSELECTED>
405
</COLUMN>
406
</COLUMNS>
407
<INDICES>
408
<INDEX ID="28005" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
409
<INDEXCOLUMNS>
410
<INDEXCOLUMN idColumn="28004" LengthParam="0" />
411
</INDEXCOLUMNS>
412
</INDEX>
413
<INDEX ID="28010" IndexName="ressource" IndexKind="1" FKRefDef_Obj_id="-1">
414
<INDEXCOLUMNS>
415
<INDEXCOLUMN idColumn="28006" LengthParam="0" />
416
</INDEXCOLUMNS>
417
</INDEX>
418
<INDEX ID="28011" IndexName="propriete" IndexKind="1" FKRefDef_Obj_id="-1">
419
<INDEXCOLUMNS>
420
<INDEXCOLUMN idColumn="28007" LengthParam="0" />
421
</INDEXCOLUMNS>
422
</INDEX>
423
</INDICES>
424
</TABLE>
37 jpm 425
<TABLE ID="28022" Tablename="bdnt_meta" PrevTableName="Table_04" XPos="768" YPos="61" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="8" >
426
<COLUMNS>
427
<COLUMN ID="28024" ColName="id_meta" PrevColName="" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
428
<OPTIONSELECTED>
429
<OPTIONSELECT Value="1" />
430
<OPTIONSELECT Value="0" />
431
<OPTIONSELECT Value="0" />
432
</OPTIONSELECTED>
433
</COLUMN>
434
<COLUMN ID="28026" ColName="titre" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(128)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments=" Le nom complet.">
435
<OPTIONSELECTED>
436
<OPTIONSELECT Value="0" />
437
<OPTIONSELECT Value="0" />
438
</OPTIONSELECTED>
439
</COLUMN>
440
<COLUMN ID="28027" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(16)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Le code correspondant \195\160 l\aabr\195\169viation ou \195\160 l\aacronyme du titre.">
441
<OPTIONSELECTED>
442
<OPTIONSELECT Value="0" />
443
<OPTIONSELECT Value="0" />
444
</OPTIONSELECTED>
445
</COLUMN>
446
<COLUMN ID="28028" ColName="domaine_taxo" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(64)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Le nom du groupe taxonomique dans lequel le r\195\169f\195\169rentiel s\ainscrit.">
447
<OPTIONSELECTED>
448
<OPTIONSELECT Value="0" />
449
<OPTIONSELECT Value="0" />
450
</OPTIONSELECTED>
451
</COLUMN>
452
<COLUMN ID="28029" ColName="domaine_geo" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(64)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Le nom de la zone g\195\169ographique la plus large prise en compte par le r\195\169f\195\169rentiel.">
453
<OPTIONSELECTED>
454
<OPTIONSELECT Value="0" />
455
<OPTIONSELECT Value="0" />
456
</OPTIONSELECTED>
457
</COLUMN>
458
<COLUMN ID="28030" ColName="domaine_nom" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(8)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Abr\195\169viation d\aun ou plusieurs codes de nomenclature utilis\195\169 dans ce r\195\169f\195\169rentiel. Liste des codes : CINB, CINPC.">
459
<OPTIONSELECTED>
460
<OPTIONSELECT Value="0" />
461
<OPTIONSELECT Value="0" />
462
</OPTIONSELECTED>
463
</COLUMN>
464
<COLUMN ID="28031" ColName="classification" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(128)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Le nom de la classification retenue Cl.">
465
<OPTIONSELECTED>
466
<OPTIONSELECT Value="0" />
467
<OPTIONSELECT Value="0" />
468
</OPTIONSELECTED>
469
</COLUMN>
470
<COLUMN ID="28032" ColName="version" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(8)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Num\195\169ro de version du r\195\169f\195\169rentiel sous la forme : version majeure.version mineure.">
471
<OPTIONSELECTED>
472
<OPTIONSELECT Value="0" />
473
<OPTIONSELECT Value="0" />
474
</OPTIONSELECTED>
475
</COLUMN>
476
<COLUMN ID="28033" ColName="coordinateur" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(256)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Informations sur le coordinateur du r\195\169f\195\169rentiel sous la forme : Pr\195\169nom1 NOM1 (Organisation1) \kcourriel1\g">
477
<OPTIONSELECTED>
478
<OPTIONSELECT Value="0" />
479
<OPTIONSELECT Value="0" />
480
</OPTIONSELECTED>
481
</COLUMN>
482
<COLUMN ID="28034" ColName="auteur" PrevColName="" Pos="9" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Liste des auteurs du r\195\169f\195\169rentiel sous la forme : Pr\195\169nom1 NOM1 (Organisation1) \kcourriel1\g, Pr\195\169nom2 NOM2 (Organisation2) \kcourriel2\g">
483
<OPTIONSELECTED>
484
</OPTIONSELECTED>
485
</COLUMN>
486
<COLUMN ID="28035" ColName="contributeur" PrevColName="" Pos="10" idDatatype="28" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Liste des contributeurs au r\195\169f\195\169rentiel sous la forme : Pr\195\169nom1 NOM1 (Organisation1) \kcourriel1\g, Pr\195\169nom2 NOM2 (Organisation2) \kcourriel2\g">
487
<OPTIONSELECTED>
488
</OPTIONSELECTED>
489
</COLUMN>
490
<COLUMN ID="28036" ColName="date_production" PrevColName="" Pos="11" idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date correspondant \195\160 la derni\195\168re modification effectu\195\169e par le groupe de travail sur la version courante. Format : AAAA-MM-JJ">
491
<OPTIONSELECTED>
492
</OPTIONSELECTED>
493
</COLUMN>
494
<COLUMN ID="28037" ColName="date_validation" PrevColName="" Pos="12" idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Date correspondant \195\160 la validation par le SINP de la version courante. Format : AAAA-MM-JJ">
495
<OPTIONSELECTED>
496
</OPTIONSELECTED>
497
</COLUMN>
498
<COLUMN ID="28038" ColName="source" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(256)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Un permalien indiquant la page o\195\185 l\aon peut t\195\169l\195\169charger la pr\195\169sente version">
499
<OPTIONSELECTED>
500
<OPTIONSELECT Value="0" />
501
<OPTIONSELECT Value="0" />
502
</OPTIONSELECTED>
503
</COLUMN>
504
<COLUMN ID="28039" ColName="contact" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(64)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Une adresse de courriel o\195\185 il est possible de poser des questions, faire des remarques...">
505
<OPTIONSELECTED>
506
<OPTIONSELECT Value="0" />
507
<OPTIONSELECT Value="0" />
508
</OPTIONSELECTED>
509
</COLUMN>
510
<COLUMN ID="28040" ColName="editeur" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(64)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Le nom de l\aorganisation dans le cadre de laquelle le r\195\169f\195\169rentiel a \195\169t\195\169 produit">
511
<OPTIONSELECTED>
512
<OPTIONSELECT Value="0" />
513
<OPTIONSELECT Value="0" />
514
</OPTIONSELECTED>
515
</COLUMN>
516
<COLUMN ID="28041" ColName="droit" PrevColName="" Pos="16" idDatatype="20" DatatypeParams="(64)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Mention l\195\169gale (copyright)">
517
<OPTIONSELECTED>
518
<OPTIONSELECT Value="0" />
519
<OPTIONSELECT Value="0" />
520
</OPTIONSELECTED>
521
</COLUMN>
522
<COLUMN ID="28042" ColName="licence" PrevColName="" Pos="17" idDatatype="20" DatatypeParams="(256)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="URL de la licence du document">
523
<OPTIONSELECTED>
524
<OPTIONSELECT Value="0" />
525
<OPTIONSELECT Value="0" />
526
</OPTIONSELECTED>
527
</COLUMN>
528
<COLUMN ID="28043" ColName="referencement" PrevColName="" Pos="18" idDatatype="20" DatatypeParams="(256)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Indique comment d\195\169signer le r\195\169f\195\169rentiel dans une bibliographie par exemple">
529
<OPTIONSELECTED>
530
<OPTIONSELECT Value="0" />
531
<OPTIONSELECT Value="0" />
532
</OPTIONSELECTED>
533
</COLUMN>
534
<COLUMN ID="28044" ColName="stat_combinaison" PrevColName="" Pos="19" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Le nombre de combinaisons nomenclaturales">
535
<OPTIONSELECTED>
536
<OPTIONSELECT Value="1" />
537
<OPTIONSELECT Value="0" />
538
<OPTIONSELECT Value="0" />
539
</OPTIONSELECTED>
540
</COLUMN>
541
<COLUMN ID="28045" ColName="stat_taxon" PrevColName="" Pos="20" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Le nombre de noms retenus (taxons)">
542
<OPTIONSELECTED>
543
<OPTIONSELECT Value="1" />
544
<OPTIONSELECT Value="0" />
545
<OPTIONSELECT Value="0" />
546
</OPTIONSELECTED>
547
</COLUMN>
548
<COLUMN ID="28046" ColName="stat_modification" PrevColName="" Pos="21" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Le nombre de lignes modifi\195\169es par rapport \195\160 la version pr\195\169c\195\169dente.">
549
<OPTIONSELECTED>
550
<OPTIONSELECT Value="1" />
551
<OPTIONSELECT Value="0" />
552
<OPTIONSELECT Value="0" />
553
</OPTIONSELECTED>
554
</COLUMN>
555
<COLUMN ID="28047" ColName="signature" PrevColName="" Pos="22" idDatatype="20" DatatypeParams="(32)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="Signature md5 du fichier du r\195\169f\195\169rentiel">
556
<OPTIONSELECTED>
557
<OPTIONSELECT Value="0" />
558
<OPTIONSELECT Value="0" />
559
</OPTIONSELECTED>
560
</COLUMN>
561
</COLUMNS>
562
<INDICES>
563
<INDEX ID="28025" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
564
<INDEXCOLUMNS>
565
<INDEXCOLUMN idColumn="28024" LengthParam="0" />
566
</INDEXCOLUMNS>
567
</INDEX>
568
</INDICES>
569
</TABLE>
18 jpm 570
</TABLES>
571
<RELATIONS>
572
<RELATION ID="27995" RelationName="fk_rt_rr" Kind="2" SrcTable="27977" DestTable="27986" FKFields="id_traitement=ce_traitement\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-36" CaptionOffsetY="-25" 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="5" />
573
</RELATIONS>
574
<NOTES>
575
</NOTES>
576
<IMAGES>
577
</IMAGES>
578
</METADATA>
579
<PLUGINDATA>
580
<PLUGINDATARECORDS>
581
</PLUGINDATARECORDS>
582
</PLUGINDATA>
583
<QUERYDATA>
584
<QUERYRECORDS>
585
</QUERYRECORDS>
586
</QUERYDATA>
587
<LINKEDMODELS>
588
</LINKEDMODELS>
589
</DBMODEL>