EDCS Reference Manual
Concept Mapping from EDCS 3.1 to EDCS 4.x Types
EDCS_3p1_4px_Enumerant_Mapping_Structure
/*
 * STRUCT: EDCS_3p1_4px_Enumerant_Mapping_Structure
 *
 *   Provides forward mapping information for the given
 *   concept to an EDCS Enumerant.
 */
typedef struct
{

EDCS_Integer ea_3p1_code;
EDCS_Integer ee_3p1_code;
EDCS_Character *ea_3p1_label;
EDCS_Character *ee_3p1_label;
EDCS_Mapping_Type_Code map_type;
EDCS_Attribute_Code ea_4px_code;
EDCS_Enumerant_Code ee_4px_code;
EDCS_Integer entry_count;
EDCS_Mapping_Entry *entry_list;
EDCS_Character *notes;
} EDCS_3p1_4px_Enumerant_Mapping_Structure;



Prev: EDCS_3p1_4px_Class_Mapping_Structure. Next: EDCS_3p1_4px_Group_Mapping_Structure.


Return to: Top of this Page, Type Index