/*
 * ENUM: SE_TYPE_CLASSIFICATION_ENUM
 *
 *   Used to classify a 'subordinate type', i.e., a type that is used in
 *   building up the fields of a SEDRIS DRM class.
 */
typedef enum
{
SE_BASIC_TYPE, (notes)
SE_ENUM_TYPE, (notes)
SE_STRUCT_TYPE, (notes)
SE_INVALID_TYPE = 98 (notes)
} SE_TYPE_CLASSIFICATION_ENUM;


Enumerator Notes

SE_BASIC_TYPE

 renames a pre-existing type

SE_ENUM_TYPE

 defines an enumerated type

SE_STRUCT_TYPE

 defines a structured type

SE_INVALID_TYPE

 non-existent type
Prev: SE_TOKEN_SET. Next: SE_UNION_TYPE_ENUM. Up:Index