Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1942 → Rev 1943

/branches/v1.11-okuzgozu/doc/bdd/archives/coel_table_coel_collection.html
New file
0,0 → 1,709
<?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>Coel v1.0 - Collection - coel_collection</title>
<link rel="stylesheet" type="text/css" media="screen" title="Classique" href="coel.css">
</head>
<body xml:lang="fr" lang="fr" >
<div id="zone_bandeau" >
<div id="logo">
<h1>
<a href="/wikini/eflore/wakka.php?wiki=AppliGwtCoel" title="Retourner à la page d'accueil du wiki">
<img src="/wikini/eflore/bibliotheque/images/eflore.jpg" width="110" height="31" alt="Logo" /><br />
Retourner à la page d'accueil du wiki
</a>
</h1>
</div>
<div id="rapport_nom">
<h1>Coel 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="coel_module_Collection.html">Collection</a> > coel_collection</p>
<div id="zone_contenu_tete">
<!-- CONTENU_TETE -->
</div>
<div id="zone_contenu_corps">
<!-- CONTENU_CORPS -->
<h1> Table coel_collection</h1>
<h2> Description générale </h2>
<p>
Contient les informations sur les collections.INFO : cc_nom<br />
</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 id="cc_id_collection" class="pair" >
<td> 1 </td>
<td> cc_id_collection </td>
<td> cc_id_c </td>
<td> INTEGER </td>
<td> oui </td>
<td> </td>
<td> cl� primaire </td>
<td> oui </td>
<td> Identifiant de la collection. </td>
</tr>
<tr id="cc_ce_projet" class="pair" >
<td> 2 </td>
<td> cc_ce_projet </td>
<td> cc_ce_p </td>
<td> INTEGER </td>
<td> oui </td>
<td> </td>
<td> cl� �trang�re </td>
<td> non </td>
<td> Identifiant du projet dans lequel les informations de la collection sont saisies. </td>
</tr>
<tr id="cc_ce_mere" class="pair" >
<td> 3 </td>
<td> cc_ce_mere </td>
<td> cc_ce_m </td>
<td> INTEGER </td>
<td> oui </td>
<td> 0 </td>
<td> cl� �trang�re </td>
<td> non </td>
<td> Identifiant de la collection parente. Si la collection courrante n'a pas de parente laisser la valeur 0 par défaut. </td>
</tr>
<tr id="cc_ce_structure" class="pair" >
<td> 4 </td>
<td> cc_ce_structure </td>
<td> cc_ce_s </td>
<td> INTEGER </td>
<td> oui </td>
<td> 0 </td>
<td> cl� �trang�re </td>
<td> non </td>
<td> Identifiant de la structure habritant physiquement la collection. Si c'est un particulier, laisser la valeur 0 par défaut et utiliser la table liant les collections aux personnes. </td>
</tr>
<tr id="cc_guid" class="pair" >
<td> 5 </td>
<td> cc_guid </td>
<td> cc_g </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Identifiant global unique de type LSID ou URI. </td>
</tr>
<tr id="cc_truk_identifiant_alternatif" class="pair" >
<td> 6 </td>
<td> cc_truk_identifiant_alternatif </td>
<td> cc_tia </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Autres identifiants de la structure. </td>
</tr>
<tr id="cc_truk_code" class="pair" >
<td> 7 </td>
<td> cc_truk_code </td>
<td> cc_tc </td>
<td> VARCHAR(100) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Code(s) de la collection. </td>
</tr>
<tr id="cc_nom" class="pair" >
<td> 8 </td>
<td> cc_nom </td>
<td> cc_n </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Nom de la collection dans la langue d'origine. Afficher vis à vis du public. </td>
</tr>
<tr id="cc_truk_nom_alternatif" class="pair" >
<td> 9 </td>
<td> cc_truk_nom_alternatif </td>
<td> cc_tna </td>
<td> TEXT </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Nom alternatif de la collection. </td>
</tr>
<tr id="cc_description" class="pair" >
<td> 10 </td>
<td> cc_description </td>
<td> cc_d </td>
<td> TEXT </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Description principale de la collection pour un large public. </td>
</tr>
<tr id="cc_description_specialiste" class="pair" >
<td> 11 </td>
<td> cc_description_specialiste </td>
<td> cc_ds </td>
<td> TEXT </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Description de la collection pour un public de spécialistes. </td>
</tr>
<tr id="cc_historique" class="pair" >
<td> 12 </td>
<td> cc_historique </td>
<td> cc_h </td>
<td> TEXT </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Historique de la collection (acquisition, différentes interventions de restauration, de traitement ...). </td>
</tr>
<tr id="cc_truk_url" class="pair" >
<td> 13 </td>
<td> cc_truk_url </td>
<td> cc_tu </td>
<td> TEXT </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> URL(s) du site web ou de la page concernant la collection (WEB), d'un web service (WS) ou d'une page permettant d'accèder à des informations sur les objets de la collection (OBJ). </td>
</tr>
<tr id="cc_truk_groupement_principe" class="pair" >
<td> 14 </td>
<td> cc_truk_groupement_principe </td>
<td> cc_tgp </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Principal but de groupement de la collection au niveau intélectuel plutôt que physique. </td>
</tr>
<tr id="cc_truk_groupement_but" class="pair" >
<td> 15 </td>
<td> cc_truk_groupement_but </td>
<td> cc_tgb </td>
<td> INTEGER </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Principal but de réalisation de la collection. </td>
</tr>
<tr id="cc_ce_type" class="pair" >
<td> 16 </td>
<td> cc_ce_type </td>
<td> cc_ce_t </td>
<td> INTEGER </td>
<td> non </td>
<td> </td>
<td> cl� �trang�re </td>
<td> non </td>
<td> Type de la collection vis à vis du standard NCD. </td>
</tr>
<tr id="cc_ce_type_depot" class="pair" >
<td> 17 </td>
<td> cc_ce_type_depot </td>
<td> cc_ce_td </td>
<td> INTEGER </td>
<td> non </td>
<td> </td>
<td> cl� �trang�re </td>
<td> non </td>
<td> Type de dépôt de la collection. </td>
</tr>
<tr id="cc_cote" class="pair" >
<td> 18 </td>
<td> cc_cote </td>
<td> cc_c </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Côte de la collection. </td>
</tr>
<tr id="cc_dimenssion" class="pair" >
<td> 19 </td>
<td> cc_dimenssion </td>
<td> cc_d </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Dimenssion, taille de la collection sous forme de texte libre. </td>
</tr>
<tr id="cc_condition_acces" class="pair" >
<td> 20 </td>
<td> cc_condition_acces </td>
<td> cc_ca </td>
<td> TEXT </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Condition d'accès à la collection. Peut être définit par défaut par la structure. </td>
</tr>
<tr id="cc_condition_usage" class="pair" >
<td> 21 </td>
<td> cc_condition_usage </td>
<td> cc_cu </td>
<td> TEXT </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Condition d'usages de la collection. Peut être définit par défaut par la structure. </td>
</tr>
<tr id="cc_truk_couverture_vernaculaire" class="pair" >
<td> 22 </td>
<td> cc_truk_couverture_vernaculaire </td>
<td> cc_tcv </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Nature de la collection sous forme de nom(s) vernaculaire(s). </td>
</tr>
<tr id="cc_truk_couverture_taxonomique" class="pair" >
<td> 23 </td>
<td> cc_truk_couverture_taxonomique </td>
<td> cc_tct </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Nom de famille ou de taxons supérieurs présent dans la collection. </td>
</tr>
<tr id="cc_truk_couverture_regne" class="pair" >
<td> 24 </td>
<td> cc_truk_couverture_regne </td>
<td> cc_tcr </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Liste des règnes couverts par la collection. </td>
</tr>
<tr id="cc_truk_couverture_temporelle" class="pair" >
<td> 25 </td>
<td> cc_truk_couverture_temporelle </td>
<td> cc_tct </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Période de temps couverte par la collection. </td>
</tr>
<tr id="cc_truk_couverture_vie" class="pair" >
<td> 26 </td>
<td> cc_truk_couverture_vie </td>
<td> cc_tcv </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Période de temps durant laquelle le matériel biologique était en vie. Inclu les périodes de temps paléontologiques. </td>
</tr>
<tr id="cc_truk_conservation_statut" class="pair" >
<td> 27 </td>
<td> cc_truk_conservation_statut </td>
<td> cc_tcs </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Indiquer la date d'une estimation séparée par un dièse du statut estimé utilisant l'échelle de McGinley. Plusieurs estimations seront séparés par un point virgule. </td>
</tr>
<tr id="cc_truk_preservation" class="pair" >
<td> 28 </td>
<td> cc_truk_preservation </td>
<td> cc_tp </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Liste indiquant les procédures ou techniques de conservation utilisées pour les collections non vivantes. </td>
</tr>
<tr id="cc_ce_developpement" class="pair" >
<td> 29 </td>
<td> cc_ce_developpement </td>
<td> cc_ce_d </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> cl� �trang�re </td>
<td> non </td>
<td> Indique le changement potentiel dans la portée de la collection. </td>
</tr>
<tr id="cc_truk_periode_constitution" class="pair" >
<td> 30 </td>
<td> cc_truk_periode_constitution </td>
<td> cc_tpc </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Liste de périodes de temps durant laquelle la collection a été assemblée. </td>
</tr>
<tr id="cc_truk_couverture_lieu" class="pair" >
<td> 31 </td>
<td> cc_truk_couverture_lieu </td>
<td> cc_tcl </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Liste de lieux (continent, pays, region, département, commune, autres lieux historique ou texte libre) desquels le matériel de la collection est originaire. </td>
</tr>
<tr id="cc_truk_coordonnee" class="pair" >
<td> 32 </td>
<td> cc_truk_coordonnee </td>
<td> cc_tc </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Liste de coordonnées décimales des lieux d'origine du matériel de la collection. </td>
</tr>
<tr id="cc_ce_specimen_type" class="pair" >
<td> 33 </td>
<td> cc_ce_specimen_type </td>
<td> cc_ce_st </td>
<td> INTEGER </td>
<td> non </td>
<td> </td>
<td> cl� �trang�re </td>
<td> non </td>
<td> Y-a-t'il des échantillons-types? </td>
</tr>
<tr id="cc_specimen_type_nbre" class="pair" >
<td> 34 </td>
<td> cc_specimen_type_nbre </td>
<td> cc_stn </td>
<td> INTEGER </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Nombre de spécimen type présent dans la collection. </td>
</tr>
<tr id="cc_ce_specimen_type_nbre_precision" class="pair" >
<td> 35 </td>
<td> cc_ce_specimen_type_nbre_precision </td>
<td> cc_ce_stnp </td>
<td> INTEGER </td>
<td> non </td>
<td> </td>
<td> cl� �trang�re </td>
<td> non </td>
<td> Identifiant du type de précision du nombre de spécimen type. </td>
</tr>
<tr id="cc_ce_specimen_type_classement" class="pair" >
<td> 36 </td>
<td> cc_ce_specimen_type_classement </td>
<td> cc_ce_stc </td>
<td> INTEGER </td>
<td> non </td>
<td> </td>
<td> cl� �trang�re </td>
<td> non </td>
<td> Type de classement des specimens types. </td>
</tr>
<tr id="cc_expedition_nom" class="pair" >
<td> 37 </td>
<td> cc_expedition_nom </td>
<td> cc_en </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Nom de l'expédition durant laquelle le matériel a été collecté. </td>
</tr>
<tr id="cc_truk_digital_medium" class="pair" >
<td> 38 </td>
<td> cc_truk_digital_medium </td>
<td> cc_tdm </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Pour les collections digitales, listes des types de support d'enregistrement. Ex. : DVD-R. </td>
</tr>
<tr id="cc_truk_digital_format" class="pair" >
<td> 39 </td>
<td> cc_truk_digital_format </td>
<td> cc_tdf </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Pour les collections digitales, listes des types MIME. </td>
</tr>
<tr id="cc_mark_public" class="pair" >
<td> 40 </td>
<td> cc_mark_public </td>
<td> cc_mp </td>
<td> BOOL </td>
<td> non </td>
<td> 0 </td>
<td> standard </td>
<td> non </td>
<td> Indique si oui (=1) ou non (=0) les données de cette collection sont publiques. </td>
</tr>
<tr id="cc_ce_meta" class="pair" >
<td> 41 </td>
<td> cc_ce_meta </td>
<td> cc_ce_m </td>
<td> INTEGER </td>
<td> oui </td>
<td> </td>
<td> cl� �trang�re </td>
<td> non </td>
<td> Identifiant des métadonnées de cet enregistrement. </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_cs_cc </td>
<td> cc_ce_structure </td>
<td> cs_id_structure </td>
<td> <a href="coel_table_coel_structure.html">coel_structure</a> </td>
</tr>
<tr class="pair" >
<td> 2 </td>
<td> fk_cc_cc_parente </td>
<td> cc_id_collection </td>
<td> cc_ce_mere </td>
<td> <a href="coel_table_coel_collection.html">coel_collection</a> </td>
</tr>
<tr class="pair" >
<td> 3 </td>
<td> fk_cc_ccap </td>
<td> cc_id_collection </td>
<td> ccap_id_collection </td>
<td> <a href="coel_table_coel_collection_a_personne.html">coel_collection_a_personne</a> </td>
</tr>
<tr class="pair" >
<td> 4 </td>
<td> fk_cc_ccb </td>
<td> cc_id_collection </td>
<td> ccb_id_collection </td>
<td> <a href="coel_table_coel_collection_botanique.html">coel_collection_botanique</a> </td>
</tr>
<tr class="pair" >
<td> 5 </td>
<td> fk_cc_ccapu </td>
<td> cc_id_collection </td>
<td> ccapu_id_collection </td>
<td> <a href="coel_table_coel_collection_a_publication.html">coel_collection_a_publication</a> </td>
</tr>
<tr class="pair" >
<td> 6 </td>
<td> fk_cpr_cc </td>
<td> cc_ce_projet </td>
<td> cpr_id_projet </td>
<td> <a href="coel_table_coel_projet.html">coel_projet</a> </td>
</tr>
<tr class="pair" >
<td> 7 </td>
<td> fk_cc_ccac </td>
<td> cc_id_collection </td>
<td> ccac_id_collection </td>
<td> <a href="coel_table_coel_collection_a_commentaire.html">coel_collection_a_commentaire</a> </td>
</tr>
<tr class="pair" >
<td> 8 </td>
<td> fk_cmhl_cc_meta </td>
<td> cc_ce_meta </td>
<td> cmhl_id_historique_ligne </td>
<td> <a href="coel_table_coel_meta_historique_ligne.html">coel_meta_historique_ligne</a> </td>
</tr>
<tr class="pair" >
<td> 9 </td>
<td> fk_cmlv_cc_type </td>
<td> cc_ce_type </td>
<td> cmlv_id_valeur </td>
<td> <a href="coel_table_coel_meta_liste_valeur.html">coel_meta_liste_valeur</a> </td>
</tr>
<tr class="pair" >
<td> 10 </td>
<td> fk_cmlv_cc_developpement </td>
<td> cc_ce_developpement </td>
<td> cmlv_id_valeur </td>
<td> <a href="coel_table_coel_meta_liste_valeur.html">coel_meta_liste_valeur</a> </td>
</tr>
<tr class="pair" >
<td> 11 </td>
<td> fk_cmlv_cc_specimen_type </td>
<td> cc_ce_specimen_type </td>
<td> cmlv_id_valeur </td>
<td> <a href="coel_table_coel_meta_liste_valeur.html">coel_meta_liste_valeur</a> </td>
</tr>
<tr class="pair" >
<td> 12 </td>
<td> fk_cmlv_cc_specimen_type_classement </td>
<td> cc_ce_specimen_type_classement </td>
<td> cmlv_id_valeur </td>
<td> <a href="coel_table_coel_meta_liste_valeur.html">coel_meta_liste_valeur</a> </td>
</tr>
<tr class="pair" >
<td> 13 </td>
<td> fk_cmlv_cc_type_depot </td>
<td> cc_ce_type_depot </td>
<td> cmlv_id_valeur </td>
<td> <a href="coel_table_coel_meta_liste_valeur.html">coel_meta_liste_valeur</a> </td>
</tr>
<tr class="pair" >
<td> 14 </td>
<td> fk_cmlv_cc_type_nbre_precision </td>
<td> cc_ce_specimen_type_nbre_precision </td>
<td> cmlv_id_valeur </td>
<td> <a href="coel_table_coel_meta_liste_valeur.html">coel_meta_liste_valeur</a> </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=EfloreV4AppliCoelDiscussion_coel_collection">
discussion sur la table coel_collection
</a>.
</p>
</div>
<div id="zone_contenu_pied">
<p>Documentation générée le 29 janvier 2010 12:20:19</p>
<!-- CONTENU_PIED -->
</div>
<div id="zone_pied">
<p> &copy;<a href="http://www.tela-botanica.org/">Tela Botanica</a> / 2000-2008 - Le réseau des Botanistes Francophones</p>
</div>
</div>
<div id="zone_menu">
<!-- MENU -->
</div>
</body>
</html>