EDCS Reference Manual
Concept Mapping from FACC 2.1 to EDCS 4.4
Types
FACC_2p1_Unit_Mapping_Structure
/*
 * STRUCT: FACC_2p1_Unit_Mapping_Structure
 *
 *   Forward mapping information for an EDCS unit of measure.
 */
typedef struct
{
FACC_2p1_Mapping_Type_Code map_type; (notes)
EDCS_Unit_Code eu_code; (notes)
EDCS_Unit_Scale_Code es_code; (notes)
EDCS_Character *information; (notes)
} FACC_2p1_Unit_Mapping_Structure;


Field Notes


map_type

Specifies the type and multiplicity of the forward mapping, which is needed to interpret the values of the remaining fields.

eu_code

If map_type indicates that the concept was dropped without support, then this field carries no relevant information and is set to zero (0).

Otherwise, this is the proper EU code in the target version of EDCS.


es_code

If map_type indicates that the concept was dropped without support, then this field carries no relevant information and is set to zero (0).

Otherwise, this is the proper ES code in the target version of EDCS.

information

Provides any additional human-readable information that may be of interest to the user.

Up:Index.