EDCS Reference Manual
Concept Mapping from FACC 2.1 to EDCS 4.4
Types
FACC_2p1_Class_Mapping_Structure
/*
 * STRUCT: FACC_2p1_Class_Mapping_Structure
 *
 *   Provides forward mapping information for the given
 *   concept to an EDCS Classification.
 */
typedef struct
{
FACC_2p1_Mapping_Type_Code map_type;
EDCS_Classification_Code ec_code;
EDCS_Integer num_entries;
EDCS_Mapping_Entry *entry_list;
EDCS_Character *information;
} FACC_2p1_Class_Mapping_Structure;


Up:Index.