|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Keyword_Type_Code |
|---|
/* * REGISTERABLE ENUM: SE_Keyword_Type_Code * * For the given keyword, this data type encodes the type of information * described by the keyword. */ typedef SE_Short_Integer SE_Keyword_Type_Code;
| Enumerant | Definition | Value |
|---|---|---|
| SE_KEYWORD_PLACE | Each entry in the semicolon-separated keyword list is the geographic name of a location covered by the data set being described by the given <Keywords> instance. A possible thesaurus for this type of keyword would be "Geographic Names Information System". |
1 |
| SE_KEYWORD_THEME | Each entry in the semicolon-separated keyword list is a common-use word or phrase used to describe the subject of the data set being described by the given <Keywords> instance. For a list of some commonly-used thesauri, see Part IV: Subject/index term sources in Network Development and MARC Standards Office, 1988, USMARC code list for relators, sources, and description conventions: Washington, Library of Congress, http://www.loc.gov/marc/relators |
2 |
| SE_KEYWORD_DISCIPLINE | Each entry in the semicolon-separated keyword list is the name of a branch of instruction or specialized learning covered by the data set being described by the given <Keywords> instance. |
3 |
| SE_KEYWORD_TEMPORAL | Each entry in the semicolon-separated keyword list is the name of a time period covered by the data set being described by the given <Keywords> instance. |
4 |
| SE_KEYWORD_STRATUM | Each entry in the semicolon-separated keyword list is the name of a vertical location used to describe the locations covered by the data set being described by the given <Keywords> instance. |
5 |
| SE_KEYWORD_OTHER | The given keyword is not covered by any more specific SE_Keyword_Type_Code. |
6 |
|