The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Present_In
/*
 * ENUM: SE_Present_In
 *
 *   This data type specifies whether 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,1
SE_PRESENT_IN_ENVIRONMENT_ROOT,2
SE_PRESENT_IN_MODELS,3
SE_PRESENT_IN_ENVIRONMENT_ROOT_AND_MODELS4
} SE_Present_In;


Enumerant Notes

1 The items are not present.

2 The items are present within the scope of one or more <Environment Root> instances.

3 The items are present within the scope of one or more <Model> instances.

4 The items are present within the scope of one or more <Environment Root> instances and one or more <Model> instances.




Prev: SE_Predefined_Function. Next: SE_Presentation_Domain.


Return to: Top of this Page, Type Index