/*
 * STRUCT: EDCS_AC_ID
 *
 *   Structure used to identify an EDCS Attribute Code.
 *
 *   If an identifier doesn't need 4 characters, then the identifier
 *   appears first, and the remainder of the structure is padded with
 *   underscore (_) characters.
 */
typedef struct
{
char tag[4];
} EDCS_AC_ID;
Prev: EDCS_AC_ENUM_VALUE. Next: EDCS_CC_ID. Up:Index