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

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

<sddl>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- -->
<!--  SDDL Name:    BACKUP_ID.SDDL           -->
<!-- -->
<!--  Purpose:      This SDDL file defines relation BACKUP_ID           -->
<!-- -->
<!--  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="BACID_TYPE">
           <description>"Keeps track of the the last off-line
                               magnetic tape backup-id"</description>


           <field name="next_id">
                   <type>I*4</type>
                   <description>"Last backup-id used, used in construction
                               of the magnetic tape, and saveset name."</description>
           </field>

    </record>


    <relation name="backup_id">

        <type>BACID_TYPE</type>
        <description></description>
        <subsystem_using>OPUS</subsystem_using>

    </relation>



    <instance  name="backup_id" scope="global" type="BACID_TYPE" />

</sddl>
