The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Element_Type
/*
 * STRUCT: SE_Element_Type
 *
 *   This data type is a wrapper to hold varying types of codes, and is
 *   used to specify the meanings of <Axis> instances, <Property>
 *   instances, and <Variable> instances as needed.
 *
 *   code_type -  A selector for the corresponding member of code.
 *
 *   code - union of types EDCS_Attribute_Code, SE_Index_Code,
 *          and SE_Variable_Code
 */
typedef struct
{
SE_Element_Code_Type code_type;
union
{
EDCS_Attribute_Code attribute;
SE_Index_Code index;
SE_Variable_Code variable;
} code;
} SE_Element_Type;



Prev: SE_Element_Code_Type. Next: SE_Enumerant_Structure.


Return to: Top of this Page, Type Index

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