|
EDCS Reference Manual
Types EDCS_Reference_Type |
|---|
/* * REGISTERABLE ENUM: EDCS_Reference_Type * * This data type specifies the different possible reference types. */ typedef EDCS_Short_Integer EDCS_Reference_Type;
| Enumerant | Definition | Value |
|---|---|---|
| EDCS_REF_TYP_AUTHORITATIVE | Authoritative reference. |
1 |
| EDCS_REF_TYP_PRESCRIPTIVE | Prescriptive reference. |
2 |
| EDCS_REF_TYP_DICTIONARY | Dictionary reference. |
3 |
| EDCS_REF_TYP_INFORMATIVE | Informative reference. |
4 |
| EDCS_REF_TYP_NONREFERENCED | The item is nonreferenced. |
5 |
| EDCS_REF_TYP_NOT_APPLICABLE | A reference type is not applicable. |
6 |
|