Subversion Repositories Sites.tela-botanica.org

Rev

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

<?xml version="1.0" encoding="iso-8859-15" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
    
    <head lang="fr" >
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
        <title>eFlore v1.0 - Inventaire - eflore_inventaire_station</title>
        <link rel="stylesheet" type="text/css" media="screen" title="Classique" href="classique.css">
    </head>
    <body xml:lang="fr" lang="fr" >
    
        <div id="zone_bandeau" >
            <div id="logo">
                <h1>
                <a href="/eflore" title="Retourner à la page d'accueil du wiki">
                    <img src="images/logo/eflore.jpg" width="110" height="31" alt="Logo" />
                </a>
                </h1>
            </div>
            <div id="rapport_nom">
               <h1>eFlore v1.0</h1>
            </div>
            <ul id="accessibilite">
                <li><a href="#zone_contenu_tete">Aller au texte</a></li>
                <li class="dernier"><a href="#zone_menu">Aller au menu</a></li>
            </ul>
        </div>
        
        <div id="zone_contenu">
<p>Vous êtes ici : <a href="index.html">Accueil</a> > <a href="eflore_module_Inventaire.html">Inventaire</a> > eflore_inventaire_station</p>
            <div id="zone_contenu_tete">
<!-- CONTENU_TETE -->
            </div>
            
            <div id="zone_contenu_corps">
<!-- CONTENU_CORPS -->
                <h1> Table eflore_inventaire_station</h1> 
                <h2> Description générale </h2> 
                    <p>
                        Table contenant les informations sur une station.
                    </p>
                
                <h2> Liste des colonnes </h2> 
                    <table border="1" cellpadding="2" cellspacing="0" >
                        <thead>
                            <th> N° </th>
                            <th> Nom </th>
                            <th> Code </th>
                            <th> Type données </th>
                            <th> Obligatoire </th>
                            <th> Valeur défaut </th>
                            <th> Type champ </th>
                            <th> Index </th>
                            <th> Description </th>
                        </thead>
                        <tbody>
                            <tr class="pair" >
                                <td> 1 </td>
                                <td> eis_id_station </td>
                                <td> eis_id_s </td>
                                <td> INTEGER(11) </td>
                                <td> oui </td>
                                <td>  </td>
                                <td> clé primaire </td>
                                <td> oui </td>
                                <td> Identifiant d'une station. </td>
                            </tr>
                        
                            <tr class="pair" >
                                <td> 2 </td>
                                <td> eis_ce_maille </td>
                                <td> eis_ce_m </td>
                                <td> INTEGER(11) </td>
                                <td> oui </td>
                                <td>  </td>
                                <td> clé étrangère </td>
                                <td> non </td>
                                <td> Identifiant d'une maille. </td>
                            </tr>
                        
                            <tr class="pair" >
                                <td> 3 </td>
                                <td> eis_ce_zone_geo_commune </td>
                                <td> eis_ce_zgc </td>
                                <td> INTEGER(11) </td>
                                <td> oui </td>
                                <td>  </td>
                                <td> clé étrangère </td>
                                <td> non </td>
                                <td> Identifiant d'une commune. </td>
                            </tr>
                        
                            <tr class="pair" >
                                <td> 4 </td>
                                <td> eis_ce_version_projet_zg_commune </td>
                                <td> eis_ce_vpzc </td>
                                <td> INTEGER(11) </td>
                                <td> oui </td>
                                <td>  </td>
                                <td> clé étrangère </td>
                                <td> non </td>
                                <td> Identifiant de la version de projet de la commune. </td>
                            </tr>
                        
                            <tr class="pair" >
                                <td> 5 </td>
                                <td> eis_autre_zone_geo </td>
                                <td> eis_azg </td>
                                <td> VARCHAR(255) </td>
                                <td> non </td>
                                <td>  </td>
                                <td> standard </td>
                                <td> non </td>
                                <td> Autre zone géographique. </td>
                            </tr>
                        
                            <tr class="pair" >
                                <td> 6 </td>
                                <td> eis_ce_contributeur </td>
                                <td> eis_ce_c </td>
                                <td> INTEGER(11) </td>
                                <td> oui </td>
                                <td>  </td>
                                <td> clé étrangère </td>
                                <td> non </td>
                                <td> Identifiant du contributeur à l'origine de la description de cette station. </td>
                            </tr>
                        
                            <tr class="pair" >
                                <td> 7 </td>
                                <td> eis_lieudit </td>
                                <td> eis_l </td>
                                <td> TEXT </td>
                                <td> non </td>
                                <td>  </td>
                                <td> standard </td>
                                <td> non </td>
                                <td> Lieudit le plus proche de la station. </td>
                            </tr>
                        
                            <tr class="pair" >
                                <td> 8 </td>
                                <td> eis_altitude </td>
                                <td> eis_a </td>
                                <td> INTEGER(11) </td>
                                <td> non </td>
                                <td>  </td>
                                <td> standard </td>
                                <td> non </td>
                                <td> Altitude de la station. </td>
                            </tr>
                        
                            <tr class="pair" >
                                <td> 9 </td>
                                <td> eis_latitude </td>
                                <td> eis_l </td>
                                <td> FLOAT </td>
                                <td> oui </td>
                                <td>  </td>
                                <td> standard </td>
                                <td> non </td>
                                <td> Latitude décimale de la station. </td>
                            </tr>
                        
                            <tr class="pair" >
                                <td> 10 </td>
                                <td> eis_longitude </td>
                                <td> eis_l </td>
                                <td> FLOAT </td>
                                <td> oui </td>
                                <td>  </td>
                                <td> standard </td>
                                <td> non </td>
                                <td> Longitude décimale de la station. </td>
                            </tr>
                        
                            <tr class="pair" >
                                <td> 11 </td>
                                <td> eis_ce_type_coordonnee </td>
                                <td> eis_ce_tc </td>
                                <td> INTEGER(11) </td>
                                <td> non </td>
                                <td>  </td>
                                <td> clé étrangère </td>
                                <td> non </td>
                                <td> Identifiant du système de coordonnée utilisé. </td>
                            </tr>
                        
                            <tr class="pair" >
                                <td> 12 </td>
                                <td> eis_coordonnee_x </td>
                                <td> eis_cx </td>
                                <td> VARCHAR(25) </td>
                                <td> non </td>
                                <td>  </td>
                                <td> standard </td>
                                <td> non </td>
                                <td> Coordonnée X. </td>
                            </tr>
                        
                            <tr class="pair" >
                                <td> 13 </td>
                                <td> eis_coordonne_y </td>
                                <td> eis_cy </td>
                                <td> VARCHAR(25) </td>
                                <td> non </td>
                                <td>  </td>
                                <td> standard </td>
                                <td> non </td>
                                <td> Coordonnée Y. </td>
                            </tr>
                        
                            <tr class="pair" >
                                <td> 14 </td>
                                <td> eis_notes_station </td>
                                <td> eis_ns </td>
                                <td> TEXT </td>
                                <td> non </td>
                                <td>  </td>
                                <td> standard </td>
                                <td> non </td>
                                <td> Notes éventuelles sur la station. </td>
                            </tr>
                        
                        </tbody>
                    </table>
                    
                    <h2> Liste des relations </h2> 
                    <!-- RELATION_ZONE_DEBUT -->
                    <table border="1" cellpadding="2" cellspacing="0" >
                        <thead>
                            <th> N° </th>
                            <th> Code </th>
                            <th> Colonne dans cette table </th>
                            <th> Colonne dans la table liée </th>
                            <th> Nom table liée </th>
                        </thead>
                        <tbody>
                            <tr class="pair" >
                                <td> 1 </td>
                                <td> fk_eis_eio </td>
                                <td> eis_id_station </td>
                                <td> eio_ce_station </td>
                                <td> eflore_inventaire_observation </td>
                            </tr>
                        
                            <tr class="pair" >
                                <td> 2 </td>
                                <td> fk_eim_eis </td>
                                <td> eis_ce_maille </td>
                                <td> eim_id_maille </td>
                                <td> eflore_inventaire_maille </td>
                            </tr>
                        
                        </tbody>
                    </table>
                    <!-- RELATION_ZONE_FIN -->
                    <!--
                    <h2> Régles </h2> 
                    
                    <h2> Domaine </h2> 
            -->
                    <h2> Commentaires </h2>
                    <p>N'hésitez pas à  laisser sur le wiki vos suggestions, réactions... concernant cette table : 
                        <a href="http://wiki.tela-botanica.org/eflore/wakka.php?wiki=Discussion_eflore_inventaire_station">
                            discussion sur la table eflore_inventaire_station
                        </a>.
                    </p>
            </div>
            
            <div id="zone_contenu_pied">
<!-- CONTENU_PIED -->
            </div>
            
            <div id="zone_pied">
                <p> &copy;<a href="http://www.tela-botanica.org/">Tela Botanica</a> / 2000-2004 - Le réseau des Botanistes Francophones</p>
            </div>
            
        </div>
        
        <div id="zone_menu">
<!-- MENU -->
        </div>
        
    </body>
</html>