<?xml version="1.0" encoding="UTF-8"?>

<!-- <!DOCTYPE sddlschema SYSTEM "sddlschema.xsd">-->

<sddl>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- -->
<!--  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  Added descriptions-->
<!--  31-JUL-96    31905    MARose         Fixed syntax so SDDLCOMP will work-->
<!--  19-SEP-99    36434    Heller         deleted obsolete fields-->
<lm>  07/03/03   48821     CTB   Converted to XML format </lm> <!-- last mod -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->


    <record name="ARCCLA_TYPE">

           <description>This relation controls the behavior of the OPUS
                       off-line archive system.</description>


           <field name="archclass">
                   <type>C*3</type>
                   <description>The classification used to archive the data.</description>
           </field>

           <field name="instrument">
                   <type>C*1</type>
                   <description>Further partitions science class based on
                               instrument</description>
           </field>

           <field name="inst_class">
                   <type>C*3</type>
                   <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.</description>
           </field>

           <field name="common_label">
                   <type>C*20</type>
                   <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.</description>
           </field>

           <field name="track_ext">
                   <type>C*1</type>
                   <description>Controls whether to track the datasets
                               individual files extensions.</description>
           </field>


    </record>


    <relation name="archive_class">

        <type>ARCCLA_TYPE</type>
        <description></description>
        <subsystem_using>OPUS</subsystem_using>

        <index name="archive_class_1">
                <type>nonclustered</type>
                <field name="archclass"/>
        </index>

    </relation>


    <instance  name="archive_class" scope="global" type="ARCCLA_TYPE" />

</sddl>
