EDCS Reference Manual
Concept Mapping from FACC 2.1 to EDCS 4.4
Types
FACC_2p1_Enumerant_Mapping_Structure
/*
 * STRUCT: FACC_2p1_Enumerant_Mapping_Structure
 *
 *   Provides forward mapping information for the given
 *   concept to an EDCS Enumerant.
 */
typedef struct
{
FACC_2p1_Mapping_Type_Code map_type;
EDCS_Attribute_Code ea_code;
EDCS_Enumerant_Code ee_code;
EDCS_Integer num_entries;
EDCS_Mapping_Entry *entry_list;
EDCS_Character *information;
} FACC_2p1_Enumerant_Mapping_Structure;


Up:Index.