The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Model_Reference_Type
/*
 * ENUM: SE_Model_Reference_Type
 *
 *   This data type indicates how the given <Model> may be
 *   referenced within a transmittal.
 */
typedef enum
{
SE_MDL_REF_TYP_COMPONENT, (notes)
SE_MDL_REF_TYP_ROOT, (notes)
SE_MDL_REF_TYP_ROOT_AND_COMPONENT (notes)
} SE_Model_Reference_Type;


Enumerant Notes


SE_MDL_REF_TYP_COMPONENT

 The <Model> can be referenced only as a component of other <Model>
 instances; it cannot be referenced directly from an
 <Environment Root> instance.

SE_MDL_REF_TYP_ROOT

 The <Model> cannot be instanced by any other <Model>, but can be
 referenced from an <Environment Root> instance.

SE_MDL_REF_TYP_ROOT_AND_COMPONENT

 The <Model> can be instanced both by other <Model> instances and
 from <Environment Root> instances.



Prev: SE_Media_Format. Next: SE_Month.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS