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

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

<sddl>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- -->
<!--  SDDL Name:    ARCHIVE_FILES.SDDL       -->
<!-- -->
<!--  Purpose:      This SDDL file defines relation ARCHIVE_FILES       -->
<!-- -->
<!--  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-->
<lm>  07/03/03   48821     CTB   Converted to XML format </lm> <!-- last mod -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->


    <record name="ARCFIL_TYPE">

       <description>To track a dataset's file extensions,
                                the file extension are written to this
                                table when the ARCHIVE_CLASS.TRACK_EXT
                                is set to "Y".</description>


           <field name="dataset_name">
                   <type>C*23</type>
                   <description>"The name given to describe a group of files."</description>
           </field>

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

           <field name="archdate">
                   <type>C*20</type>
                   <description>"The latest file date associated with the
                               dataset."</description>
           </field>

           <field name="file_ext">
                   <type>C*3</type>
                   <description>"The files extension."</description>
           </field>

    </record>


    <relation name="archive_files">

        <type>ARCFIL_TYPE</type>
        <description></description>
        <subsystem_using>OPUS</subsystem_using>

    </relation>



    <instance  name="archive_files" scope="global" type="ARCFIL_TYPE" />

</sddl>
