The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Element_Type_Code
/*
 * ENUM: SE_Element_Type_Code
 *
 *   This data type specifies what type of code is being used by the
 *   given SE_Element_Type: an EDCS_Attribute_Code, an SE_Index_Code,
 *   or an SE_Variable_Code.
 */
typedef enum
{
SE_ELEM_CODE_TYP_ATTRIBUTE, (notes)
SE_ELEM_CODE_TYP_INDEX, (notes)
SE_ELEM_CODE_TYP_VARIABLE (notes)
} SE_Element_Type_Code;


Enumerant Notes


SE_ELEM_CODE_TYP_ATTRIBUTE

 The code is an EDCS_Attribute_Code.

SE_ELEM_CODE_TYP_INDEX

 The code is an SE_Index_Code.

SE_ELEM_CODE_TYP_VARIABLE

 The code is an SE_Variable_Code.



Prev: SE_Element_Type. Next: SE_Enumerant_Structure.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS