| Field | DB Field Name | Req'd? | Data Type | Misc Flag | List? | Definition |
|
ID
|
TAXONOBSERVATION_ID
|
no
|
serial
|
PK
|
no
|
Database generated identifier assigned to each unique observation of a taxon in a plot.
|
|
Observation
|
OBSERVATION_ID
|
required
|
Integer
|
FK
|
no
|
Link to the parent observation event of this taxon observation.
|
|
Author Plant Name
|
authorPlantName
|
no
|
varchar (255)
|
n/a
|
no
|
The taxon name that the author of the plot used to refer to a taxon observed within the plot.
|
|
Reference
|
reference_ID
|
no
|
Integer
|
FK
|
no
|
The authority for the taxon that was used by the plot author. If the authority is unknown the author of the plot is the authority. For other than legacy data, this field plus plantName_ID will be sufficient to determine taxonInterpretation.plantConcept_ID.
|
|
Taxon Inference Area
|
taxonInferenceArea
|
no
|
Float
|
n/a
|
no
|
This is the area in m2 used to infer the presence of a given taxon. Generally this should be equal to observation.taxonInferenceArea, but at times this area may be larger or smaller for a specific taxon. RESERVED VALUE: -1 is used to indicate that no known plot boundaries were used when recording this species on the plot. That is, this species may occur outside the plot area as indicated in the plot and observation tables.
|
|
Accession Code
|
accessionCode
|
no
|
varchar (100)
|
n/a
|
no
|
Code that uniquely references this record, allowing reference to this record for this version of this database. Better than a primary key, which is automatically generated by a database and not globally unique. VegBank Accession codes are only generated by VegBank, and therefore data integrity can be guaranteed, unlike with a primary key (number).
|
|
this row embargoed.
|
emb_taxonObservation
|
no
|
Integer
|
denorm
|
no
|
This value mimics the default embargo value for the plot that this record belongs to.
|
|
Original Interpretation, Plant Concept ID
|
int_origPlantConcept_ID
|
no
|
Integer
|
denorm
|
no
|
The Plant Concept ID for the Original Interpretation.
|
|
Original Interpretation, full Scientific Name
|
int_origPlantSciFull
|
no
|
varchar (255)
|
denorm
|
no
|
The full Scientific Name, with authors, for the Original Interpretation.
|
|
Original Interpretation, Scientific Name without authors
|
int_origPlantSciNameNoAuth
|
no
|
varchar (255)
|
denorm
|
no
|
The Scientific Name without authors for the Original Interpretation.
|
|
Original Interpretation, Common Name
|
int_origPlantCommon
|
no
|
varchar (255)
|
denorm
|
no
|
The Common Name for the Original Interpretation.
|
|
Original Interpretation, USDA Code
|
int_origPlantCode
|
no
|
varchar (255)
|
denorm
|
no
|
The USDA Code, if available, for the Original Interpretation.
|
|
Current Interpretation, Plant Concept ID
|
int_currPlantConcept_ID
|
no
|
Integer
|
denorm
|
no
|
The Plant Concept ID for the Current Interpretation, which is often that same as the Original Interpretation.
|
|
Current Interpretation, full Scientific Name
|
int_currPlantSciFull
|
no
|
varchar (255)
|
denorm
|
no
|
The full Scientific Name, with authors,for the Current Interpretation.
|
|
Current Interpretation, Scientific Name without authors
|
int_currPlantSciNameNoAuth
|
no
|
varchar (255)
|
denorm
|
no
|
The Scientific Name without authors for the Current Interpretation.
|
|
Current Interpretation, Common Name
|
int_currPlantCommon
|
no
|
varchar (255)
|
denorm
|
no
|
The Common Name for the Current Interpretation.
|
|
Current Interpretation, USDA Code
|
int_currPlantCode
|
no
|
varchar (255)
|
denorm
|
no
|
The USDA Code, if available, for the Current Interpretation.
|