|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Responsible_Party_Role_Code |
|---|
/* * REGISTERABLE ENUM: SE_Responsible_Party_Role_Code * * This data type corresponds to ISO 19115's B.5.5, * CI_RoleCode <<CodeList>>, and is used to specify * the function performed by the responsible party * represented by the given instance of * <Responsible Party>, in relation to the resource * for which <Responsible Party> plays the specified * role. */ typedef SE_Short_Integer SE_Responsible_Party_Role_Code;
| Enumerant | Definition | Value |
|---|---|---|
| SE_RESP_PTY_RL_CODE_RESOURCE_PROVIDER | Party that supplies the resource. |
1 |
| SE_RESP_PTY_RL_CODE_CUSTODIAN | Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource. |
2 |
| SE_RESP_PTY_RL_CODE_OWNER | Party that owns the resource. |
3 |
| SE_RESP_PTY_RL_CODE_USER | Party who uses the resource. |
4 |
| SE_RESP_PTY_RL_CODE_DISTRIBUTOR | Party who distributes the resource. |
5 |
| SE_RESP_PTY_RL_CODE_ORIGINATOR | Party who created the resource. |
6 |
| SE_RESP_PTY_RL_CODE_POINT_OF_CONTACT | Party who can be contacted for acquiring knowledge about or acquisition of the resource. |
7 |
| SE_RESP_PTY_RL_CODE_PRINCIPAL_INVESTIGATOR | Key party responsible for gathering information and conducting research. |
8 |
| SE_RESP_PTY_RL_CODE_PROCESSOR | Party who has processed the data in a manner such that the resource has been modified. |
9 |
| SE_RESP_PTY_RL_CODE_PUBLISHER | Party who published the resource. |
10 |
|