The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Present_In
/*
 * ENUM: SE_Present_In
 *
 *   This data type is used within a <Transmittal Summary> instance to
 *   indicate whether certain items are present within one or more
 *   <Environment Root> and / or one or more more <Model> instances
 *   within the scope of the <Transmittal Root> being described.
 */
typedef enum
{
SE_PRESENT_IN_NONE, (notes)
SE_PRESENT_IN_ENVIRONMENT_ROOT, (notes)
SE_PRESENT_IN_MODELS, (notes)
SE_PRESENT_IN_ENVIRONMENT_ROOT_AND_MODELS (notes)
} SE_Present_In;


Enumerant Notes


SE_PRESENT_IN_NONE

 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. Next: SE_Presentation_Domain.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™