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

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

<sddl>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- -->
<!--  SDDL Name: ZCPV3QT.SDDL -->
<!-- -->
<!--  Purpose:      This SDDL file defines the CPV3_THRES relation.-->
<!-- -->
<!--  Modification History:-->
<!-- -->
<!--    Date       PR      Who                       Reason -->
<!--  - - - -    - - - -   - -   - - - - - - - - - - - - - - - - - - - - - -->
<!--  10/24/95             AR    Original implementation -->
<!--  07/31/96   31905     MARose  Remove FORTRAN from the LANGUAGE statement-->
<lm>  07/03/03   48821     CTB   Converted to XML format </lm> <!-- last mod -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->


    <record name="ZCPV3QT_TYPE">

        <description>podps quality threshold</description>


        <field name="process_id">
                <type>C*6</type>
                <description>process id for process which uses
                    quality threshold value.</description>
        </field>


        <field name="thres_value">
                <type>I*4</type>
                <description>quality threshold value</description>
        </field>


    </record>




    <relation name="cpv3_thres">

        <type>ZCPV3QT_TYPE</type>

        <description>podps quality threshold table</description>

        <subsystem_using>OPUS</subsystem_using>

    </relation>



    <instance  name="zcpv3qt" scope="global" type="ZCPV3QT_TYPE" />

</sddl>
