|
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_Short_Integer SE_Property_Code_Type;
| Enumerant | Definition | Value |
|---|---|---|
| SE_PROPCODTYP_ATTRIBUTE | EDCS_Attribute_Code. |
1 |
| SE_PROPCODTYP_VARIABLE | Variable. |
2 |
|