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 <Model> instances
 *   within the scope of the <Transmittal Root> instance 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 Root> instances in the current SEDRIS
 transmittal, but not that of any <Model> instances.

SE_PRESENT_IN_MODELS

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

SE_PRESENT_IN_ENVIRONMENT_ROOT_AND_MODELS

 The given class of item occurs within the scope of one or
 more <Environment Root> instances in the current SEDRIS
 transmittal, and that of one or more <Model> instances.



Prev: SE_Predefined_Function. Next: SE_Presentation_Domain.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS