The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Data_Table_Data_Value_Type
/*
 * REGISTERABLE ENUM: SE_Data_Table_Data_Value_Type
 *
 *   This data type specifies the type of data that is specified in
 *   an instance of SE_Data_Table_Data.
 */
typedef SE_Short_Integer SE_Data_Table_Data_Value_Type;
Enumerant Definition Value
SE_DTDATAVALTYP_SINGLE_LONG_FLOAT
 Each element of data table data is a single real attribute value
 of type EDCS_Long_Float.
1
SE_DTDATAVALTYP_LONG_FLOAT
 Each element of data table data is a real attribute value
 of type Long_Float_Value.
2
SE_DTDATAVALTYP_SINGLE_INTEGER
 Each element of data table data is a single integer attribute value
 of type EDCS_Integer.
3
SE_DTDATAVALTYP_INTEGER
 Each element of data table data is a integer attribute value
 of type EDCS_Integer_Value.
4
SE_DTDATAVALTYP_SINGLE_COUNT
 Each element of data table data is a single count attribute value
 of type EDCS_Count.
5
SE_DTDATAVALTYP_COUNT
 Each element of data table data is a count attribute value
 of type EDCS_Count_Value.
6
SE_DTDATAVALTYP_INDEX
 Each element of data table data is a index attribute value
 of type EDCS_Count.
7
SE_DTDATAVALTYP_STRING
 Each element of data table data is a string attribute value
 of type EDCS_String.
8
SE_DTDATAVALTYP_CONSTRAINED_STRING
 Each element of data table data is a constrained string attribute value
 of type EDCS_String.
9
SE_DTDATAVALTYP_KEY
 Each element of data table data is a key attribute value
 of type EDCS_String.
10
SE_DTDATAVALTYP_ENUMERATION
 Each element of data table data is an enumerated attribute value
 of type EDCS_Integer.
11
SE_DTDATAVALTYP_BOOLEAN
 Each element of data table data is a boolean attribute value
 of type EDCS_Boolean.
12
SE_DTDATAVALTYP_INDEX_CODE
 Each element of data table data is a index attribute value
 of type Integer_Unsigned.
13



Prev: SE_Data_Table_Data. Next: SE_Display_Side.


Return to: Top of this Page, Type Index