The SEDRIS Data Representation Model
APPENDIX C - Types
SE_CI_OnlineResource
/*
 * STRUCT: SE_CI_OnlineResource
 *
 *  In B.3.2.5, ISO 19115 specifies the
 *  CI_OnlineResource record data type that specifies the
 *  means to access an online repository of information.
 */
typedef struct
{

SE_URL linkage;1
SE_String protocol;2
SE_String application_profile;3
SE_String name;4
SE_String description;5
SE_CI_OnlineFunctionCode function;6
} SE_CI_OnlineResource;


Field Notes

linkage

This specifies the location (address) for on-line access using a Uniform Resource Locator (URL) address.

protocol

This specifies the connection protocol to be used.

application_profile

If supplied, this is the name of an application profile that can be used with the online resource.

name

If supplied, this is the name of the online resource.

description

If supplied, this is a detailed text description of what the online resource is and/or does.

function

This is a code for the function performed by the online resource.




Prev: SE_CI_OnlineFunctionCode. Next: SE_CI_RoleCode.


Return to: Top of this Page, Type Index