|
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; |
|