/*
 * ENUM: SE_PRESENT_ENUM
 *
 *   Used within a <Transmittal Summary> object to indicate whether certain
 *   items are present within one or more <Environment Roots> and/or one
 *   or more more <Models> within the current SEDRIS transmittal.
 */
typedef enum
{
SE_NOT_PRESENT, (notes)
SE_PRESENT_IN_ENVIRONMENT_ROOT, (notes)
SE_PRESENT_IN_MODELS, (notes)
SE_PRESENT_IN_ENVIRONMENT_ROOT_AND_MODELS (notes)
} SE_PRESENT_ENUM;


Enumerator Notes

SE_NOT_PRESENT

 The given class of item is not present within the current
 SEDRIS transmittal.

SE_PRESENT_IN_ENVIRONMENT_ROOT

 The given class of item occurs within the scope of one or
 more <Environment Roots> in the current SEDRIS transmittal,
 but not that of any <Models>.

SE_PRESENT_IN_MODELS

 The given class of item occurs within the scope of one or
 more <Models> in the current SEDRIS transmittal, but not
 that of any <Environment Roots>.

SE_PRESENT_IN_ENVIRONMENT_ROOT_AND_MODELS

 The given class of item occurs within the scope of one or
 more <Environment Roots> in the current SEDRIS transmittal,
 and that of one or more <Models>.
Prev: SE_PREDEFINED_FUNCTION_TYPE. Next: SE_PRESENTATION_DOMAIN_ENUM. Up:Index