!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! SDDL Name: ARCHIVE_CLASS.SDDL ! ! Purpose: This SDDL file defines relation ARCHIVE_CLASS ! ! Modification History: ! ! Date OPR Who Reason !---------------------------------------------------------------------- ! 19-JAN-96 PHyde Original Implementaton ! 22-JAN-96 Ken Steuerman Add descriptions ! 31-JUL-96 31905 MARose Fix syntax so SDDLCOMP will work ! 19-SEP-99 36434 Heller delete obsolete fields !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! LANGUAGE SQL RECORD ARCCLA_TYPE !---------------------------------------------------------------------- ! ! RECORD INFORMATION ! !---------------------------------------------------------------------- DESCRIPTION "This relation controls the behavior of the OPUS off-line archive system." !---------------------------------------------------------------------- ! ! FIELD INFORMATION ! !---------------------------------------------------------------------- FIELD archclass TYPE C*3 DESCRIPTION "The classification used to archive the data." UNITS RANGE END_FIELD FIELD instrument TYPE C*1 DESCRIPTION "Further partitions science class based on instrument" UNITS RANGE END_FIELD FIELD inst_class TYPE C*3 DESCRIPTION "Used to distinguish science OSF's, the class field in the OSF for science data is set to this value, rather then EDT, or CAL class." UNITS RANGE END_FIELD FIELD common_label TYPE C*20 DESCRIPTION "The mnemonic found based on the class and instrument is use to determine the correct pipeline directory as defined in the pipelines data_path." UNITS RANGE END_FIELD FIELD track_ext TYPE C*1 DESCRIPTION "Controls whether to track the datasets individual files extensions." UNITS RANGE END_FIELD END_RECORD !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! RELATION DECLARATION ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! RELATION archive_class TYPE ARCCLA_TYPE DESCRIPTION SUBSYSTEM_USING "OPUS" INDEX archive_class_1 TYPE nonclustered FIELDS archclass END_INDEX END_RELATION !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! INSTANCE DECLARATION ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! INSTANCE archive_class GLOBAL TYPE ARCCLA_TYPE END_INSTANCE