|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Property_Code_Type |
|---|
/* * REGISTERABLE ENUM: SE_Property_Code_Type * * A code to be used in a tagged union that holds either * an attribute code or a variable code. */ typedef SE_Integer SE_Property_Code_Type;
| Enumerant | Definition | Value |
|---|---|---|
| SE_PROP_CODE_TYP_ATTRIBUTE | EDCS_Attribute_Code. |
1 |
| SE_PROP_CODE_TYP_VARIABLE | Variable. |
2 |
|