|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Keyword_Type_Code |
|---|
/* * REGISTERABLE ENUM: SE_Keyword_Type_Code * * This data type corresponds to ISO 19115's B.5.17, * MD_KeywordTypeCode <<CodeList>>, and is used to * specify methods used to group similar keywords * in an instance of <Keywords>. */ typedef SE_Short_Integer SE_Keyword_Type_Code;
| Enumerant | Definition | Value |
|---|---|---|
| SE_KEYWORD_DISCIPLINE | The given keyword identifies a branch of instruction or specialized learning. |
1 |
| SE_KEYWORD_PLACE | The given keyword identifies a location. |
2 |
| SE_KEYWORD_STRATUM | The given keyword identifies the layer(s) of any deposited substance. |
3 |
| SE_KEYWORD_TEMPORAL | The given keyword identifies a time period related to the dataset being described by the given instance of <Keywords>. |
4 |
| SE_KEYWORD_THEME | The given keyword identifies a particular subject or topic. |
5 |
|