SpeciesObservationClassId Enumeration |
Enumeration of predefined classes that are associated
with species observations.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public enum SpeciesObservationClassId
Public Enumeration SpeciesObservationClassId
public enum class SpeciesObservationClassId
type SpeciesObservationClassId
Members
| Member name | Value | Description |
---|
| None | 0 |
Use this species observation class id when none of the
predefined species observation classes can be used.
|
| Conservation | 1 |
Not defined in Darwin Core.
Conservation related information about the taxon that
the species observation is attached to.
|
| Event | 2 |
Information related to date and time
when the species observation where made.
|
| GeologicalContext | 3 |
Information pertaining to a location within a
geological context, such as stratigraphy.
|
| Identification | 4 |
Information pertaining to taxonomic determinations
(the assignment of a scientific name).
|
| Location | 5 |
Information about the location where the
species observation was made.
|
| MeasurementOrFact | 6 |
Information pertaining to measurements, facts,
characteristics, or assertions about a resource
(instance of data record, such as Occurrence,
Taxon, Location, Event).
|
| Occurrence | 7 |
Information pertaining to evidence of an occurrence in
nature, in a collection, or in a dataset
(specimen, observation, etc.).
|
| Project | 8 |
Not defined in Darwin Core.
Information about the project in which this
species observation was made.
Only some species observations belongs to a project.
|
| ResourceRelationship | 9 |
Information pertaining to relationships between resources
(instances of data records, such as Occurrences,
Taxa, Locations, Events).
|
| DarwinCore | 10 |
Information about the species observation itself.
Property ClassIndex in class WebSpeciesObservationField
should not be used on this species observation class.
|
| Taxon | 11 |
Information pertaining to taxonomic names,
taxon name usages, or taxon concepts.
|
See Also