The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Interval_Value
/*
 * STRUCT: SE_Interval_Value
 *
 *   This variant record data type specifies a single interval value
 *   of a supported EDCS data type.
 *
 *   This variant record data type is used to represent cells in
 *   <Data Table> instances, values in <Property Value> instances,
 *   and the values specified by <Literal> instances. The value
 *   type variant indicates the currently valid field of all the
 *   legal types of values for a <Property Value> instance or
 *   <Data Table> instance.
 */
typedef struct
{

SE_Interval_Value_Type value_type;
union
{
SE_Long_Float_Interval_Value long_float_value;
SE_Integer_Interval_Value integer_value;
SE_Count_Interval_Value count_value;
} value;
} SE_Interval_Value;



Prev: SE_Interval_Type. Next: SE_Interval_Value_Type.


Return to: Top of this Page, Type Index