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

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

<sddl>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- -->
<!--  SDDL Name:    ZCGG5SI.SDDL-->
<!-- -->
<!--  Purpose:      This SDDL file defines the CGG5_SIAP relation.-->
<!-- -->
<!--  Modification History:-->
<!-- -->
<!--    Date       OPR      Who                       Reason-->
<!--  - - - -    - - - -    - -   - - - - - - - - - - - - - - - - - - - - - -->
<!--  10/24/95    27329     AR    Original implementation-->
<!--  07/31/96    31905     MARose  Removed FORTRAN from the LANGUAGE statement-->
<!--  08/01/96    31905     MARose  Added index-->
<lm>  07/03/03   48821     CTB   Converted to XML format </lm> <!-- last mod -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->


    <record name="ZCGG5SI_TYPE">


            <description>"data values to be used in computing the  Coordinate  
		       System  Parameters contained in the group parameters
			of the FITS data files.</description>




            <field name="si_aper_id">
                    <type>C*10</type>
                    <description>si aperture identifier: si_name + si_aperture
                        the relation is indexed by the si identifier</description>
            </field>


            <field name="valid_date">
                    <type>C*17</type>
                    <description>effective date (yyyy.DDD) before which the data
                        for this aperture must not be used</description>
            </field>


            <field name="parity">
                    <type>I*2</type>
                    <description>+1/-1... parity value used in the transformation
                        from the sics to the v2v3 system</description>
            </field>


            <field name="v2_of_ref">
                    <type>R*8</type>
                    <description>v2 coordinate of aperture reference point
                        in arc seconds</description>
            </field>


            <field name="v3_of_ref">
                    <type>R*8</type>
                    <description>v3 coordinate of aperture reference point
                        in arc seconds</description>
            </field>


            <field name="pixel_incr">
                    <type>R*8</type>
                    <description>pixel increment in arc seconds</description>
            </field>


            <field name="line_incr">
                    <type>R*8</type>
                    <description>line increment in arc seconds</description>
            </field>


            <field name="ang_inc_pix">
                    <type>R*8</type>
                    <description>angle, in degrees, from v3 to the line of
                        increasing pixels, positive counterclockwise
                        viewed along positive v1 axis.</description>
            </field>


            <field name="ang_inc_line">
                    <type>R*8</type>
                    <description>angle, in degrees, from v3 to the line of
                        increasing lines, positive counterclockwise
                        viewed along positive v1 axis.</description>
            </field>


            <field name="ref_x">
                    <type>R*8</type>
                    <description>x coordinate of the reference pixel</description>
            </field>


            <field name="ref_y">
                    <type>R*8</type>
                    <description>y coordinate of the reference pixel</description>
            </field>

    </record>




    <relation name="cgg5_siap">

        <type>ZCGG5SI_TYPE</type>

        <description>Data for each SI aperture</description>

        <subsystem_using>OPUS</subsystem_using>

        <index name="cgg5_siap_1">
            <type>unique clustered</type>
            <field name="si_aper_id"/>
            <field name="valid_date"/>
        </index>

    </relation>



    <instance  name="zcgg5si" scope="global" type="ZCGG5SI_TYPE" />

</sddl>
