The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Data_Quality_Element
/*
 * STRUCT: SE_Data_Quality_Element
 *
 *   This specifies the components of each piece of data quality
 *   information. The data time field shall be formed as specified
 *   in ISO 8601.
 */
typedef struct
{

SE_String name_of_measure;
SE_String measure_identification;
SE_String measure_description;
SE_String evaluation_method_type;
SE_String evaluation_method_description;
SE_String evaluation_procedure;
SE_String data_time;
SE_String result;
} SE_Data_Quality_Element;



Prev: SE_Count_Interval_Value. Next: SE_Data_Table_Data.


Return to: Top of this Page, Type Index