The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Property_Code
/*
 * STRUCT: SE_Property_Code
 *
 *   A tagged union to hold either an attribute code
 *   or a variable code.
 */
typedef struct
{

SE_Property_Code_Type code_type;
union
{
EDCS_Attribute_Code attribute;
SE_Variable_Code variable;
} code;
} SE_Property_Code;



Prev: SE_Presentation_Domain. Next: SE_Property_Code_Type.


Return to: Top of this Page, Type Index

Last updated: July 26, 2006 Copyright © 2006 SEDRIS