Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Age_Model

leg: NUMBER(5) NOT NULL (FK)


site: NUMBER(6) NOT NULL (FK)
hole: VARCHAR2(1) NOT NULL (FK)
age_model_type: VARCHAR2(25) NOT NULL (FK)

Age_Model_Types
age_model_type: VARCHAR2(25) NOT NULL
type_of_age_model

age_model_desc: VARCHAR2(50) NULL

age_model_has_functions

hole_can_have_age_models

age_model_has_control_pts
pmag_event_determines_age

latitude_degrees: NUMBER(9,7) NULL


longitude_degrees: NUMBER(10,7) NULL
pdr_uncorrected_depth: NUMBER(5,1) NULL
pdr_corrected_depth: NUMBER(5,1) NULL
matthews_table_area: VARCHAR2(6) NULL
initial_water_depth: NUMBER(5,1) NULL
final_water_depth: NUMBER(5,1) NULL
sea_floor_depth: NUMBER(5,1) NULL
sea_floor_determination: VARCHAR2(10) NULL (FK)
is_free_fall_funnel: VARCHAR2(1) NULL
is_reentry_cone: VARCHAR2(1) NULL
is_h_r_guide_base: VARCHAR2(1) NULL
is_drilled_in_casing: VARCHAR2(1) NULL
anything_else: VARCHAR2(30) NULL
cork_odp_number: VARCHAR2(6) NULL
cork_revision: VARCHAR2(10) NULL
cork_comment: VARCHAR2(500) NULL
datetime: DATE NOT NULL
seismic_fix_mark_julian: DATE NULL
seismic_fix_mark_datatype: VARCHAR2(25) NULL
seismic_fix_mark_ship_cruise: VARCHAR2(50) NULL
seismic_fix_mark_inventory: VARCHAR2(15) NULL
seismic_fix_mark_latitude: NUMBER(9,7) NULL
seismic_fix_mark_longitude: NUMBER(10,7) NULL

Ageprofile
leg: NUMBER(5) NOT NULL (FK)
site: NUMBER(6) NOT NULL (FK)
hole: VARCHAR2(1) NOT NULL (FK)
ageprofile_datum_number: NUMBER(5) NOT NULL

hole_for_ageprofile

Taxon_Concept
taxon_id: NUMBER(9) NOT NULL
fossil_group: NUMBER(2) NOT NULL (FK)
genus_subgenus: VARCHAR2(80) NOT NULL
species_subspecies: VARCHAR2(80) NOT NULL
taxon_author_year: VARCHAR2(100) NOT NULL
taxon_sensu: VARCHAR2(60) NULL
scientist_id_added: NUMBER(9) NULL
leg_added: NUMBER(5) NULL
approval_comment: VARCHAR2(120) NULL

is_survey: VARCHAR2(1) NULL


time_zone: NUMBER(2) NULL
ocean_code: VARCHAR2(15) NULL (FK)
sea_code: VARCHAR2(15) NULL (FK)
datetime: DATE NOT NULL

Paleomag_Age_Control
sample_id: NUMBER(9) NOT NULL (FK)
location: VARCHAR2(3) NOT NULL (FK)
chron_event_id: NUMBER(3) NOT NULL (FK)

pmag_upper_depth_error
pmag_lower_depth_error

pmag_ctrl_comment: VARCHAR2(255) NOT NULL

age: NUMBER(10,6) NULL


age_model_control_pt_comment: VARCHAR2(50) NULL

sample_may_be_pmag_ctrl_pt

paleo_sample_for_depth

Sample
sample_id: NUMBER(9) NOT NULL
location: VARCHAR2(3) NOT NULL
s_c_leg: NUMBER(5) NULL (FK)
s_c_sampling_code: VARCHAR2(10) NULL (FK)
sam_archive_working: VARCHAR2(2) NULL
top_interval: NUMBER(6,3) NULL
bottom_interval: NUMBER(6,3) NULL
piece: NUMBER(4) NULL
sub_piece: VARCHAR2(1) NULL
beaker_id: VARCHAR2(10) NULL (FK)
sample_analyzed_for_paleo
volume: NUMBER(5,1) NULL
entered_by: VARCHAR2(60) NULL
sample_depth: NUMBER(6,2) NULL
sample_comment: VARCHAR2(45) NULL
sam_repository: VARCHAR2(4) NULL (FK)
sam_sample_code_lab: VARCHAR2(10) NULL (FK)
sam_section_id: NUMBER(7) NULL (FK)
timestamp: DATE NOT NULL

Paleo_Sample
sample_id: NUMBER(9) NOT NULL (FK)
location: VARCHAR2(3) NOT NULL (FK)
fossil_group: NUMBER(2) NOT NULL (FK)
scientist_id: NUMBER(9) NOT NULL (FK)
post_cruise_flag: VARCHAR2(1) NOT NULL
date_entered: DATE NOT NULL
sample_group_abundance: VARCHAR2(5) NULL (FK)
sample_preservation: VARCHAR2(5) NULL (FK)
sample_paleobathymetry: VARCHAR2(5) NULL (FK)
geologic_age_old: NUMBER(6) NULL (FK)
geologic_age_young: NUMBER(6) NULL (FK)
fossil_group_cont_in_sample zone_young: NUMBER(5) NULL (FK)
zone_old: NUMBER(5) NULL (FK)
cursory_investigation_flag: VARCHAR2(1) NULL
sample_preparation: VARCHAR2(5) NULL (FK)
fossil_groups_taxon
paleo_sample_comment: VARCHAR2(2000) NULL

taxon_id_for_ageprofile

datum_id_for_ageprofile

Age_Model_Control_Pts
leg: NUMBER(5) NOT NULL (FK)
site: NUMBER(6) NOT NULL (FK)
hole: VARCHAR2(1) NOT NULL (FK)
age_model_type: VARCHAR2(25) NOT NULL (FK)
depth: NUMBER(7,3) NOT NULL

datum_sample_id: NUMBER(9) NOT NULL (FK)


datum_location: VARCHAR2(3) NOT NULL (FK)
datum_fossil_group: NUMBER(2) NOT NULL (FK)
datum_scientist_id: NUMBER(9) NOT NULL (FK)
datum_post_cruise_flag: VARCHAR2(1) NOT NULL (FK)
ageprofile_datum_id: NUMBER(9) NOT NULL (FK)
ageprofile_datum_type: VARCHAR2(10) NOT NULL
ageprofile_datum_description: VARCHAR2(80) NULL
ageprofile_taxon_id: NUMBER(9) NOT NULL (FK)
depth_map_type: VARCHAR2(3) NULL
mcd_flag: VARCHAR2(1) NULL
compression_flag: VARCHAR2(1) NULL
datum_age: NUMBER(7,3) NOT NULL
datum_age_error: NUMBER(7,3) NULL
datum_depth: NUMBER(8,3) NOT NULL
datum_depth_error: NUMBER(8,3) NULL
datum_comment: VARCHAR2(255) NULL

site_is_where_to_drill_hole

Site
leg: NUMBER(5) NOT NULL (FK)
Site: NUMBER(6) NOT NULL

event_name: VARCHAR2(50) NOT NULL


event_type: VARCHAR2(50) NOT NULL
age_ma: NUMBER(7,3) NOT NULL
age_older_error_ma: NUMBER(7,3) NOT NULL
age_younger_error_ma: NUMBER(7,3) NOT NULL
event_pub_author: VARCHAR2(50) NOT NULL
event_pub_year: VARCHAR2(50) NOT NULL

depth_stop: NUMBER(7,3) NOT NULL


age_start: NUMBER(10,6) NULL
age_stop: NUMBER(10,6) NULL

age_model_comment: VARCHAR2(250) NULL

Hole
leg: NUMBER(5) NOT NULL (FK)
site: NUMBER(6) NOT NULL (FK)
Hole: VARCHAR2(1) NOT NULL

Chron_Event_Dict
chron_event_id: NUMBER(3) NOT NULL

Age_Model_Function
leg: NUMBER(5) NOT NULL (FK)
site: NUMBER(6) NOT NULL (FK)
hole: VARCHAR2(1) NOT NULL (FK)
age_model_type: VARCHAR2(25) NOT NULL (FK)
depth_start: NUMBER(7,3) NOT NULL

Fossil_Group
Fossil_Group: NUMBER(2) NOT NULL

fossil_lower_depth_error

fossil_group_name: VARCHAR2(45) NOT NULL

fossil_upper_depth_error

sample_may_be_radio_ctrl_pt

leg_visits_site
taxon_modifies_datum_concept
fossil_group_for_datum_concept

Leg
Leg: NUMBER(5) NOT NULL
description_of_area: VARCHAR2(40) NULL
objective: VARCHAR2(240) NULL
ops_area: VARCHAR2(25) NULL
total_miles_transited: NUMBER(7,2) NULL
total_miles_surveyed: NUMBER(7,2) NULL
average_speed_transit: NUMBER(4,2) NULL
average_speed_survey: NUMBER(4,2) NULL
reentry_count: NUMBER(3) NULL
datetime: DATE NOT NULL

Fossil_Age_Control
sample_id: NUMBER(9) NOT NULL (FK)
location: VARCHAR2(3) NOT NULL (FK)
age_ctrl_datum_id: NUMBER(9) NOT NULL (FK)

Datum_Concept
datum_id: NUMBER(9) NOT NULL

timescale_for_datums

leg_timescale_added
Paleo_Timescale
timescale_id: NUMBER(9) NOT NULL
timescale_author_year: VARCHAR2(50) NOT NULL
leg_added: NUMBER(5) NULL (FK)
scientist_id_added: NUMBER(9) NULL (FK)
approval_comment: VARCHAR2(120) NULL

datum_type: VARCHAR2(5) NOT NULL (FK)


datum_abs_age_range: NUMBER(7,3) NULL
datum_abs_age: NUMBER(7,3) NULL
datum_description: VARCHAR2(80) NULL
datum_author_year: VARCHAR2(50) NOT NULL
taxon_id: NUMBER(9) NOT NULL (FK)
scientist_id_added: NUMBER(9) NULL
leg_added: NUMBER(5) NULL
fossil_group: NUMBER(2) NOT NULL (FK)
timescale_id: NUMBER(9) NOT NULL (FK)
approval_comment: VARCHAR2(120) NULL

datum_concept_defines_defs
datum_type_identifies_concept

fossil_group_for_leg_dat_def

sample_may_be_fossil_ctrl_pt

fossil_ctrl_comment: VARCHAR2(255) NOT NULL

datum_determines_age

Radiometric_Age_Control
sample_id: NUMBER(9) NOT NULL (FK)
location: VARCHAR2(3) NOT NULL (FK)
radiometric_event_id: NUMBER(3) NOT NULL (FK)
radiometric_ctrl_comment: VARCHAR2(255) NOT NULL

Leg_Datum_Defaults
leg: NUMBER(5) NOT NULL (FK)
datum_id: NUMBER(9) NOT NULL (FK)
fossil_group: NUMBER(2) NOT NULL (FK)

Datum_Type
Datum_Type: VARCHAR2(5) NOT NULL
datum_type_description: VARCHAR2(40) NOT NULL

leg_has_datum_defaults

JANUS2 -- 02. Age_Model -- 11/7/02, 11:29:17 AM

Radiometric_Dict
radiometric_event_id: NUMBER(3) NOT NULL
radiometric_age_type: VARCHAR2(16) NOT NULL
radiometric_age_ma: NUMBER(7,3) NOT NULL
age_upper_error_ma: NUMBER(7,3) NOT NULL
age_lower_error_ma: NUMBER(7,3) NOT NULL

radio_event_determines_age

You might also like