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

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

<sddl>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- -->
<!--  SDDL Name:    SARCINS_COMMENTS.SDDL    -->
<!-- -->
<!--  Purpose:      This SDDL file defines relation SARCINS_COMMENTS    -->
<!-- -->
<!--  Modification History:-->
<!-- -->
<!--    Date       OPR     Who                    Reason-->
<!-- - - - - - -   - - -   - -   - - - - - - - - - - - - - - - - - - - - -->
<!--  19-JAN-96            PHyde          Original Implementaton-->
<!--  22-JAN-96            Ken Steuerman  Original Implementation-->
<!--  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="SARCOM_TYPE">
           <description>User comment from archive insertion command.</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="user_comments">
                   <type>C*50</type>
                   <description>User comment from command line.</description>
           </field>

    </record>


    <relation name="sarcins_comments">

        <type>SARCOM_TYPE</type>

        <description>Comments entered by user at command line when 
                     ARCINSing a dataset</description>

        <subsystem_using>OPUS</subsystem_using>

    </relation>


    <instance  name="sarcins_comments" scope="global" type="SARCOM_TYPE" />

</sddl>
