!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! 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 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! LANGUAGE SQL RECORD VALIDATION !------------------------------------------------------------------------------ ! ! RECORD INFORMATION ! !------------------------------------------------------------------------------ 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. " !------------------------------------------------------------------------------ ! ! FIELD INFORMATION ! !------------------------------------------------------------------------------ FIELD instrument TYPE C3 DESCRIPTION "Short Instrument name" RANGE NIC, STI END_FIELD FIELD pmdb_source TYPE C8 DESCRIPTION "name of the keyword with the pmdb source value" END_FIELD FIELD pdb_source TYPE C8 DESCRIPTION "name of the keyword with the pdb source value" END_FIELD FIELD weight TYPE I2 DESCRIPTION "Severity value of a mismatch" END_FIELD END_RECORD !------------------------------------------------------------------------------ ! ! RELATION DECLARATION ! !------------------------------------------------------------------------------ RELATION validation TYPE VALIDATION DESCRIPTION "Keyword values which must be validated" SUBSYSTEM_USING "OPUS" END_RELATION !------------------------------------------------------------------------------ ! ! INSTANCE DECLARATION ! !------------------------------------------------------------------------------ INSTANCE validation GLOBAL TYPE VALIDATION END_INSTANCE