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

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

<sddl>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- -->
<!--  SDDL Name:  OMS_STATUS_MESSAGE.SDDL -->
<!-- -->
<!--  Purpose:      This SDDL file defines the OMS_STATUS_MESSAGE relation.-->
<!-- -->
<!--  Modification History:-->
<!-- -->
<!--    Date       OPR      Who                       Reason-->
<!--  - - - -    - - - -    - -    - - - - - - - - - - - - - - - - - - - - - -->
<!--  11/15/99    39941     Baum   Original implementation -->
<lm>  07/03/03   48821     CTB   Converted to XML format </lm> <!-- last mod -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
 

    <record name="OMS_STATUS_MESSAGE_TYPE"> 
 
 
        <description>This relation is used to define the values OMS needs to
                   identify SI status buffer messages. This file must be
                   complete for all SIs and all servicing missions. For each
                   SI or for EXEC each message number is unique. The message
                   lines have the most up-to-date values. Generally, older
                   superceded messages have out of date ACTION specifications. </description>



            <field name="name">
                    <type>C6</type>
                    <description>Either EXEC, FOC, FOS, HRS, HSP, WFPC, COSTAR, 
                         WFPC2, NICMOS, STIS, ACS, COS, or WFPC3. Always
                         upper case. </description>

            </field>
	
            <field name="message_number">
                    <type>I4</type>
                    <description>This is the message number used by NSSC-1 computer
                         for the status condition. It starts at 0 and can be
                         as large as 9999. </description>

            </field>
	
            <field name="line_number">
                    <type>I4</type>
                    <description>The line number of this part of the message. Starts 
                         at 1. </description>

            </field>

            <field name="line">
                    <type>C69</type>
                    <description>This is a single mixed case line of the status buffer
                         message. Some messages use all uppercase but this is
                         not a standard format. Message often include place
                         keepers for reported data values but OMS does not
                         use this feature. It also contains ACTION suggestions
                         that are meant for CCS not OMS users. The lines are
                         broken at column 69 to support OMS products. </description>
                                   
            </field>


    </record>
 

 
    <relation name="oms_status_message">
 
        <type>OMS_STATUS_MESSAGE_TYPE</type>

        <description>OMS Status Message Definition Relation</description>

        <subsystem_using>OMS</subsystem_using>

        <index name="oms_status_message_1">
            <type>unique clustered</type>
            <field name="name"/>
            <field name="message_number"/>
            <field name="line_number"/>
        </index>

    </relation>
</sddl>
