EDCS Reference Manual
Concept Mapping from FACC 2.1 to EDCS 4.4
Types
FACC_2p1_Attribute_Code
/*
 * STRUCT: FACC_2p1_Attribute_Code
 *
 *   Structure used to identify an FACC 2.1 Attribute Code.
 */
typedef struct
{
char tag[3];
} FACC_2p1_Attribute_Code;


Up:Index.