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

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

<sddl>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- -->
<!--  SDDL Name:    VALIDATION-->
<!-- -->
<!--  Purpose:      This SDDL file defines the VALIDATION relation.-->
<!-- -->
<!--  Modification History:-->
<!-- -->
<!--    Date       OPR      Who                       Reason-->
<!--  - - - -    - - - -    - - - -      - - - - - - - - - - - - - - - - - - -->
<!--  07/02/96    28179     Rose         Original implementation-->
<!--  02/28/97    32873     WMiller      pdb_source field unique; not pmdb_source-->
<!--  03/04/97    32873_01  WMiller      remove unique from pdb_source also-->
<!--  03/04/97    32873_02  WMiller      remove index entirely-->
<lm>  07/03/03   48821     CTB   Converted to XML format </lm> <!-- last mod -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->


    <record name="VALIDATION">

        <description>This relation specifies which keywords from the PMDB
		(support schedule) are to be compared with which keywords
		from the PDB (telemetry).  In addition the mismatch weight
		is specified for every tuple.</description>

            <field name="instrument">
                    <type>C3</type>
                    <description>"Short Instrument name"</description>
        <discrete>NIC</discrete>
        <discrete>STI</discrete>
            </field>

            <field name="pmdb_source">
                    <type>C8</type>
                    <description>"name of the keyword with the pmdb source value"</description>
            </field>

            <field name="pdb_source">
                    <type>C8</type>
                    <description>"name of the keyword with the pdb source value"</description>
            </field>

            <field name="weight">
                    <type>I2</type>
                    <description>"Severity value of a mismatch"</description>
            </field>

    </record>



    <relation name="validation">

        <type>VALIDATION</type>

        <description>Keyword values which must be validated</description>

        <subsystem_using>OPUS</subsystem_using>

    </relation>



    <instance  name="validation" scope="global" type="VALIDATION" />

</sddl>
