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


Up:Type Index.