The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Element_Type
/*
 * STRUCT: SE_Element_Type
 *
 *   This data type specifies the type of data being specified by
 *   a <Table Property Description> instance.
 */
typedef struct
{

SE_Element_Type_Code code_type;
union
{
EDCS_Attribute_Code attribute;
SE_Index_Code index;
SE_Variable_Code variable;
} code;
} SE_Element_Type;



Prev: SE_DRM_Type_Structure. Next: SE_Element_Type_Code.


Return to: Top of this Page, Type Index