|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Online_Function_Code |
|---|
/* * REGISTERABLE ENUM: SE_Online_Function_Code * * This data type corresponds to ISO 19115's B.5.3, * CI_OnLineFunctionCode <<CodeList>>, and is used * to specify the function performed by the resource * represented by the given SE_Online_Resource. */ typedef SE_Short_Integer SE_Online_Function_Code;
| Enumerant | Definition | Value |
|---|---|---|
| SE_ONL_FUNC_CODE_DOWNLOAD | Online instructions for transferring data from one storage device or system to another. |
1 |
| SE_ONL_FUNC_CODE_INFORMATION | Online information about the resource. |
2 |
| SE_ONL_FUNC_CODE_OFFLINE_ACCESS | Online instructions for requesting the resource from the provider. |
3 |
| SE_ONL_FUNC_CODE_ORDER | Online order process for obtaining the resource. |
4 |
| SE_ONL_FUNC_CODE_SEARCH | Online search interface for seeking out information about the resource. |
5 |
|