Subversion Repositories Sites.tela-botanica.org

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
428 jpm 1
<?xml version="1.0" encoding="iso-8859-15" ?>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml" >
4
 
5
    <head lang="fr" >
6
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7
        <title>eFlore v1.1 - Chorologie - eflore_chorologie_donnee_a_observation</title>
8
        <link rel="stylesheet" type="text/css" media="screen" title="Classique" href="classique.css">
9
    </head>
10
    <body xml:lang="fr" lang="fr" >
11
 
12
        <div id="zone_bandeau" >
13
            <div id="logo">
14
                <h1>
15
                <a href="/eflore" title="Retourner à la page d'accueil du wiki">
16
                    <img src="images/logo/eflore.jpg" width="110" height="31" alt="Logo" /><br />
17
                    Retourner à la page d'accueil du wiki
18
                </a>
19
                </h1>
20
            </div>
21
            <div id="rapport_nom">
22
               <h1>eFlore v1.1</h1>
23
            </div>
24
            <ul id="accessibilite">
25
                <li><a href="#zone_contenu_tete">Aller au texte</a></li>
26
                <li class="dernier"><a href="#zone_menu">Aller au menu</a></li>
27
            </ul>
28
        </div>
29
 
30
        <div id="zone_contenu">
31
<p>Vous êtes ici : <a href="index.html">Accueil</a> > <a href="eflore_module_Chorologie.html">Chorologie</a> > eflore_chorologie_donnee_a_observation</p>
32
            <div id="zone_contenu_tete">
33
<!-- CONTENU_TETE -->
34
            </div>
35
 
36
            <div id="zone_contenu_corps">
37
<!-- CONTENU_CORPS -->
38
                <h1> Table eflore_chorologie_donnee_a_observation</h1>
39
                <h2> Description générale </h2>
40
                    <p>
41
                        Table liant les données chorologique aux observations.
42
                    </p>
43
 
44
                <h2> Liste des colonnes </h2>
45
                    <table border="1" cellpadding="2" cellspacing="0" >
46
                        <thead>
47
                            <th> N° </th>
48
                            <th> Nom </th>
49
                            <th> Code </th>
50
                            <th> Type données </th>
51
                            <th> Obligatoire </th>
52
                            <th> Valeur défaut </th>
53
                            <th> Type champ </th>
54
                            <th> Index </th>
55
                            <th> Description </th>
56
                        </thead>
57
                        <tbody>
58
                            <tr class="pair" >
59
                                <td> 1 </td>
60
                                <td> ecdao_id_donnee_choro </td>
61
                                <td> ecdao_id_dc </td>
62
                                <td> INTEGER(11) </td>
63
                                <td> oui </td>
64
                                <td>  </td>
65
                                <td> clé étrangère </td>
66
                                <td> oui </td>
67
                                <td> Identifiant d'une donnée chorologique. </td>
68
                            </tr>
69
 
70
                            <tr class="pair" >
71
                                <td> 2 </td>
72
                                <td> ecdao_id_version_projet_donnee_choro </td>
73
                                <td> ecdao_id_vpdc </td>
74
                                <td> INTEGER(11) </td>
75
                                <td> oui </td>
76
                                <td>  </td>
77
                                <td> clé étrangère </td>
78
                                <td> oui </td>
79
                                <td> Identifiant de la version du projet de la donnée chorologique. </td>
80
                            </tr>
81
 
82
                            <tr class="pair" >
83
                                <td> 3 </td>
84
                                <td> ecdao_id_observation </td>
85
                                <td> ecdao_id_o </td>
86
                                <td> INTEGER(11) </td>
87
                                <td> oui </td>
88
                                <td>  </td>
89
                                <td> clé primaire </td>
90
                                <td> oui </td>
91
                                <td> Identifiant de l'observation. </td>
92
                            </tr>
93
 
94
                            <tr class="pair" >
95
                                <td> 4 </td>
96
                                <td> ecdao_id_version_projet_inventaire </td>
97
                                <td> ecdao_id_vpi </td>
98
                                <td> INTEGER(11) </td>
99
                                <td> oui </td>
100
                                <td>  </td>
101
                                <td> clé primaire </td>
102
                                <td> oui </td>
103
                                <td> Identifiant de la version du projet de l'observation. </td>
104
                            </tr>
105
 
106
                            <tr class="pair" >
107
                                <td> 5 </td>
108
                                <td> ecdao_notes_donnee_observation </td>
109
                                <td> ecdao_ndo </td>
110
                                <td> TEXT </td>
111
                                <td> non </td>
112
                                <td>  </td>
113
                                <td> standard </td>
114
                                <td> non </td>
115
                                <td> Notes éventuelles sur la relation entre la donnée chorologique et l'observation. </td>
116
                            </tr>
117
 
118
                        </tbody>
119
                    </table>
120
 
121
                    <h2> Liste des relations </h2>
122
                    <!-- RELATION_ZONE_DEBUT -->
123
                    <table border="1" cellpadding="2" cellspacing="0" >
124
                        <thead>
125
                            <th> N° </th>
126
                            <th> Code </th>
127
                            <th> Colonne dans cette table </th>
128
                            <th> Colonne dans la table liée </th>
129
                            <th> Nom table liée </th>
130
                        </thead>
131
                        <tbody>
132
                            <tr class="pair" >
133
                                <td> 1 </td>
134
                                <td> fk_ecd_ecdac </td>
135
                                <td> ecdao_id_donnee_choro<br />ecdao_id_version_projet_donnee_choro </td>
136
                                <td> ecd_id_donnee_choro<br />ecd_id_version_projet_donnee_choro </td>
137
                                <td> eflore_chorologie_donnee </td>
138
                            </tr>
139
 
140
                        </tbody>
141
                    </table>
142
                    <!-- RELATION_ZONE_FIN -->
143
                    <!--
144
                    <h2> Régles </h2>
145
 
146
                    <h2> Domaine </h2>
147
            -->
148
                    <h2> Commentaires </h2>
149
                    <p>N'hésitez pas à  laisser sur le wiki vos suggestions, réactions... concernant cette table :
150
                        <a href="http://wiki.tela-botanica.org/eflore/wakka.php?wiki=Discussion_eflore_chorologie_donnee_a_observation">
151
                            discussion sur la table eflore_chorologie_donnee_a_observation
152
                        </a>.
153
                    </p>
154
            </div>
155
 
156
            <div id="zone_contenu_pied">
157
                <p>Documentation générée le 14 octobre 2004 16:28:19</p>
158
<!-- CONTENU_PIED -->
159
            </div>
160
 
161
            <div id="zone_pied">
162
                <p> &copy;<a href="http://www.tela-botanica.org/">Tela Botanica</a> / 2000-2004 - Le réseau des Botanistes Francophones</p>
163
            </div>
164
 
165
        </div>
166
 
167
        <div id="zone_menu">
168
<!-- MENU -->
169
        </div>
170
 
171
    </body>
172
</html>
173