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

EDCS_Integer ea_3p1_code;
EDCS_Character *ea_3p1_label;
EDCS_Mapping_Type_Code map_type;
EDCS_Attribute_Code ea_4px_code;
EDCS_Mapping_Type_Code unit_map_type;
EDCS_Unit_Code unit_4px_code;
EDCS_Unit_Scale_Code unit_scale_4px_code;
EDCS_Integer entry_count;
EDCS_Mapping_Entry *entry_list;
EDCS_Character *notes;
} EDCS_3p1_4px_Attribute_Mapping_Structure;



Next: EDCS_3p1_4px_Characteristic_Mapping_Structure.


Return to: Top of this Page, Type Index