The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Element_Code_Type
/*
 * ENUM: SE_Element_Code_Type
 *
 *   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_Code_Type;


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_DRM_Type_Structure. Next: SE_Element_Type.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™