Subversion Repositories Applications.referentiel

Rev

Rev 38 | Go to most recent revision | 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>
44 jpm 263
<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" />
38 jpm 264
<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" />
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>
23 jpm 288
<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 289
<OPTIONSELECTED>
23 jpm 290
<OPTIONSELECT Value="0" />
291
<OPTIONSELECT Value="0" />
18 jpm 292
</OPTIONSELECTED>
293
</COLUMN>
23 jpm 294
<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 295
<OPTIONSELECTED>
296
</OPTIONSELECTED>
297
</COLUMN>
23 jpm 298
<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 299
<OPTIONSELECTED>
300
</OPTIONSELECTED>
301
</COLUMN>
33 jpm 302
<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">
303
<OPTIONSELECTED>
304
</OPTIONSELECTED>
305
</COLUMN>
23 jpm 306
<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.">
307
<OPTIONSELECTED>
308
</OPTIONSELECTED>
309
</COLUMN>
18 jpm 310
</COLUMNS>
311
<RELATIONS_START>
312
<RELATION_START ID="27995" />
313
</RELATIONS_START>
314
<INDICES>
315
<INDEX ID="27980" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
316
<INDEXCOLUMNS>
317
<INDEXCOLUMN idColumn="27979" LengthParam="0" />
318
</INDEXCOLUMNS>
319
</INDEX>
320
</INDICES>
321
</TABLE>
44 jpm 322
<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 323
<COLUMNS>
324
<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="">
325
<OPTIONSELECTED>
326
<OPTIONSELECT Value="1" />
327
<OPTIONSELECT Value="0" />
328
<OPTIONSELECT Value="0" />
329
</OPTIONSELECTED>
330
</COLUMN>
331
<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="">
332
<OPTIONSELECTED>
333
<OPTIONSELECT Value="1" />
334
<OPTIONSELECT Value="0" />
335
<OPTIONSELECT Value="0" />
336
</OPTIONSELECTED>
337
</COLUMN>
338
<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="">
339
<OPTIONSELECTED>
340
<OPTIONSELECT Value="0" />
341
<OPTIONSELECT Value="0" />
342
</OPTIONSELECTED>
343
</COLUMN>
30 jpm 344
<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="">
345
<OPTIONSELECTED>
346
</OPTIONSELECTED>
347
</COLUMN>
348
<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="">
349
<OPTIONSELECTED>
350
</OPTIONSELECTED>
351
</COLUMN>
18 jpm 352
<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="">
353
<OPTIONSELECTED>
354
</OPTIONSELECTED>
355
</COLUMN>
356
<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="">
357
<OPTIONSELECTED>
358
</OPTIONSELECTED>
359
</COLUMN>
360
</COLUMNS>
361
<RELATIONS_END>
362
<RELATION_END ID="27995" />
363
</RELATIONS_END>
364
<INDICES>
365
<INDEX ID="27989" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
366
<INDEXCOLUMNS>
367
<INDEXCOLUMN idColumn="27988" LengthParam="0" />
368
</INDEXCOLUMNS>
369
</INDEX>
370
<INDEX ID="28013" IndexName="ce_traitement" IndexKind="1" FKRefDef_Obj_id="-1">
371
<INDEXCOLUMNS>
372
<INDEXCOLUMN idColumn="27990" LengthParam="0" />
373
</INDEXCOLUMNS>
374
</INDEX>
375
</INDICES>
376
</TABLE>
377
<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" >
378
<COLUMNS>
379
<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="">
380
<OPTIONSELECTED>
381
<OPTIONSELECT Value="1" />
382
<OPTIONSELECT Value="0" />
383
<OPTIONSELECT Value="0" />
384
</OPTIONSELECTED>
385
</COLUMN>
386
<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="">
387
<OPTIONSELECTED>
388
<OPTIONSELECT Value="0" />
389
<OPTIONSELECT Value="0" />
390
</OPTIONSELECTED>
391
</COLUMN>
392
<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="">
393
<OPTIONSELECTED>
394
<OPTIONSELECT Value="0" />
395
<OPTIONSELECT Value="0" />
396
</OPTIONSELECTED>
397
</COLUMN>
398
<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="">
399
<OPTIONSELECTED>
400
</OPTIONSELECTED>
401
</COLUMN>
402
</COLUMNS>
403
<INDICES>
404
<INDEX ID="28005" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
405
<INDEXCOLUMNS>
406
<INDEXCOLUMN idColumn="28004" LengthParam="0" />
407
</INDEXCOLUMNS>
408
</INDEX>
409
<INDEX ID="28010" IndexName="ressource" IndexKind="1" FKRefDef_Obj_id="-1">
410
<INDEXCOLUMNS>
411
<INDEXCOLUMN idColumn="28006" LengthParam="0" />
412
</INDEXCOLUMNS>
413
</INDEX>
414
<INDEX ID="28011" IndexName="propriete" IndexKind="1" FKRefDef_Obj_id="-1">
415
<INDEXCOLUMNS>
416
<INDEXCOLUMN idColumn="28007" LengthParam="0" />
417
</INDEXCOLUMNS>
418
</INDEX>
419
</INDICES>
420
</TABLE>
37 jpm 421
<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" >
422
<COLUMNS>
423
<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="">
424
<OPTIONSELECTED>
425
<OPTIONSELECT Value="1" />
426
<OPTIONSELECT Value="0" />
427
<OPTIONSELECT Value="0" />
428
</OPTIONSELECTED>
429
</COLUMN>
430
<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.">
431
<OPTIONSELECTED>
432
<OPTIONSELECT Value="0" />
433
<OPTIONSELECT Value="0" />
434
</OPTIONSELECTED>
435
</COLUMN>
436
<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.">
437
<OPTIONSELECTED>
438
<OPTIONSELECT Value="0" />
439
<OPTIONSELECT Value="0" />
440
</OPTIONSELECTED>
441
</COLUMN>
442
<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.">
443
<OPTIONSELECTED>
444
<OPTIONSELECT Value="0" />
445
<OPTIONSELECT Value="0" />
446
</OPTIONSELECTED>
447
</COLUMN>
448
<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.">
449
<OPTIONSELECTED>
450
<OPTIONSELECT Value="0" />
451
<OPTIONSELECT Value="0" />
452
</OPTIONSELECTED>
453
</COLUMN>
454
<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.">
455
<OPTIONSELECTED>
456
<OPTIONSELECT Value="0" />
457
<OPTIONSELECT Value="0" />
458
</OPTIONSELECTED>
459
</COLUMN>
460
<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.">
461
<OPTIONSELECTED>
462
<OPTIONSELECT Value="0" />
463
<OPTIONSELECT Value="0" />
464
</OPTIONSELECTED>
465
</COLUMN>
466
<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.">
467
<OPTIONSELECTED>
468
<OPTIONSELECT Value="0" />
469
<OPTIONSELECT Value="0" />
470
</OPTIONSELECTED>
471
</COLUMN>
472
<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">
473
<OPTIONSELECTED>
474
<OPTIONSELECT Value="0" />
475
<OPTIONSELECT Value="0" />
476
</OPTIONSELECTED>
477
</COLUMN>
478
<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">
479
<OPTIONSELECTED>
480
</OPTIONSELECTED>
481
</COLUMN>
482
<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">
483
<OPTIONSELECTED>
484
</OPTIONSELECTED>
485
</COLUMN>
486
<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">
487
<OPTIONSELECTED>
488
</OPTIONSELECTED>
489
</COLUMN>
490
<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">
491
<OPTIONSELECTED>
492
</OPTIONSELECTED>
493
</COLUMN>
494
<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">
495
<OPTIONSELECTED>
496
<OPTIONSELECT Value="0" />
497
<OPTIONSELECT Value="0" />
498
</OPTIONSELECTED>
499
</COLUMN>
500
<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...">
501
<OPTIONSELECTED>
502
<OPTIONSELECT Value="0" />
503
<OPTIONSELECT Value="0" />
504
</OPTIONSELECTED>
505
</COLUMN>
506
<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">
507
<OPTIONSELECTED>
508
<OPTIONSELECT Value="0" />
509
<OPTIONSELECT Value="0" />
510
</OPTIONSELECTED>
511
</COLUMN>
512
<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)">
513
<OPTIONSELECTED>
514
<OPTIONSELECT Value="0" />
515
<OPTIONSELECT Value="0" />
516
</OPTIONSELECTED>
517
</COLUMN>
518
<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">
519
<OPTIONSELECTED>
520
<OPTIONSELECT Value="0" />
521
<OPTIONSELECT Value="0" />
522
</OPTIONSELECTED>
523
</COLUMN>
524
<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">
525
<OPTIONSELECTED>
526
<OPTIONSELECT Value="0" />
527
<OPTIONSELECT Value="0" />
528
</OPTIONSELECTED>
529
</COLUMN>
530
<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">
531
<OPTIONSELECTED>
532
<OPTIONSELECT Value="1" />
533
<OPTIONSELECT Value="0" />
534
<OPTIONSELECT Value="0" />
535
</OPTIONSELECTED>
536
</COLUMN>
537
<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)">
538
<OPTIONSELECTED>
539
<OPTIONSELECT Value="1" />
540
<OPTIONSELECT Value="0" />
541
<OPTIONSELECT Value="0" />
542
</OPTIONSELECTED>
543
</COLUMN>
544
<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.">
545
<OPTIONSELECTED>
546
<OPTIONSELECT Value="1" />
547
<OPTIONSELECT Value="0" />
548
<OPTIONSELECT Value="0" />
549
</OPTIONSELECTED>
550
</COLUMN>
551
<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">
552
<OPTIONSELECTED>
553
<OPTIONSELECT Value="0" />
554
<OPTIONSELECT Value="0" />
555
</OPTIONSELECTED>
556
</COLUMN>
557
</COLUMNS>
558
<INDICES>
559
<INDEX ID="28025" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
560
<INDEXCOLUMNS>
561
<INDEXCOLUMN idColumn="28024" LengthParam="0" />
562
</INDEXCOLUMNS>
563
</INDEX>
564
</INDICES>
565
</TABLE>
18 jpm 566
</TABLES>
567
<RELATIONS>
568
<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" />
569
</RELATIONS>
570
<NOTES>
571
</NOTES>
572
<IMAGES>
573
</IMAGES>
574
</METADATA>
575
<PLUGINDATA>
576
<PLUGINDATARECORDS>
577
</PLUGINDATARECORDS>
578
</PLUGINDATA>
579
<QUERYDATA>
580
<QUERYRECORDS>
581
</QUERYRECORDS>
582
</QUERYDATA>
583
<LINKEDMODELS>
584
</LINKEDMODELS>
585
</DBMODEL>