EDCS Reference Manual
Types
EDCS_Attribute_Dictionary_Entry
/*
 * STRUCT: EDCS_Attribute_Dictionary_Entry
 *
 *   This data type is used to hold EA Dictionary Entries.
 */
typedef struct
{

EDCS_Attribute_Code code;
EDCS_Attribute_Label label;
const EDCS_Character *symbolic_constant;
const EDCS_Character *definition;
EDCS_Attribute_Value_Type value_type;
EDCS_Unit_Equivalence_Code eq_class;
EDCS_Count eg_count;
const EDCS_Group_Pair *eg_list;
EDCS_Count ee_count;
const EDCS_Enumerant_Dictionary_Entry *ee_list;
EDCS_Reference_Type reference_type;
const EDCS_Character *reference;
const EDCS_Character *supplemental_references;
EDCS_Concept_Status concept_status;
} EDCS_Attribute_Dictionary_Entry;



Prev: EDCS_Attribute_Code. Next: EDCS_Attribute_Label.


Return to: Top of this Page, Type Index