DiversityTaxonNames (version 1.0, 29. March 2005):
Documentation of the information model

By G. Hagedorn, M. Weiss, & D. Triebel 2005

Note: With the move to SQL server, the model documenter tool used in earlier Workbench model documentations is no longer available. As a result, this documentation is less complete and relies more strongly on graphical screen shots from the SQL-Server modeling tool. The symbols at the end of the connections between the tables correspond to "1" (key-symbol) and "n" (infinity) in standard ER-diagrams. The SQL Server data types are explained at the end of this document.

Besides the screen shots below, a Microsoft T-SQL-Script for the generation of the tables is provided.


Entity relationship diagram 1: Overview

ER graphic

A short introduction:

 


Entity relationship diagram 2: Details

The tables shown are identical to those in diagram 1, but the arrangement had to be changed to be able to show data type and description of each column. Furthermore, some "housekeeping" fields ("LogInsertedBy", etc.) not shown in the overview diagram are included here.

Unfortunately, some labels in the diagram are in German. "Spaltenname" translates to "column name", "Datentyp-Kurzform" to "data type", and "Beschreibung" to "column description".


Entity relationship diagram 3: Template for enumeration tables


Known problems

Although "IgnoreButKeepForReference" offers some opportunities to mark information as according to reference, but not according to current opinion, it does not function properly. It is not possible to keep information about a taxon name being accepted in multiple references in the database, because NameID (but not RefID) is part of the primary key of AcceptedName. SQL Server does not support the inclusion of bit-type data in a primary key, and making RefID part of primary key is difficult because a reference may be expressed either as text, or through ID with optional text.


SQL-Server data types

TypeDescription
binarybinary data type, length 0 to 8000 bytes.
charcharacter data type, length 0 to 8000 bytes.
varbinaryVariable-length binary data type, length 0 to 8000 bytes.
varcharVariable-length character data type, length 0 to 8000 bytes.
textText data type (= "Memo", unlimited length).
ncharUnicode character data type.
ntextUnicode text data type (= "Memo", unlimited length).
nvarcharUnicode variable-length character data type.
binarybinary data type.
bitbit data type (i.e. Boolean, 0 = false or 1 = true).
charcharacter data type.
datetime8-byte date/time data type.
smalldatetime4-byte date/time data type.
decimaldecimal data type.
tinyint1-byte integer data type (= "byte").
smallint2-byte integer data type.
Int4-byte integer data type.
real4-byte real data type (= "single").
float8-byte float data type (= "double").

We are interested in your opinion. If you see any problems with the model that you would like to bring to our attention, please contact us by sending an email to name@gmail.com, please replace name with g.m.hagedorn!

Documentation created on 29. March 2005; last update: 2005-03-30, email address revised 2010-08-05.

This work is licensed under a Creative Commons License Valid XHTML 1.0! Valid CSS1!