The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Model_Reference_Type
/*
 * ENUM: SE_Model_Reference_Type
 *
 *   This data type specifies how a <Model> instance is
 *   referenced within a transmittal.
 */
typedef enum
{
SE_MODREFTYP_COMPONENT,1
SE_MODREFTYP_ROOT,2
SE_MODREFTYP_ROOT_AND_COMPONENT3
} SE_Model_Reference_Type;


Enumerant Notes

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

2 The <Model> instance cannot be instanced by any other <Model> instance. In this case, the <Model> instance can be referenced from <Environment Root> instances.

3 The <Model> instance 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