|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Restriction_Code |
|---|
/* * REGISTERABLE ENUM: SE_Restriction_Code * * This data type corresponds to ISO 19115's B.5.24, * MD_RestrictionCode <<CodeList>>, and is used to * express limitation(s) placed upon the access or * use of the data being described. */ typedef SE_Short_Integer SE_Restriction_Code;
| Enumerant | Definition | Value |
|---|---|---|
| SE_RESTR_CODE_COPYRIGHT | This indicates exclusive right to the publication, production, or sale of the rights to a literary, dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by law for a specified period of time to an author, composer, artist, distributor. |
1 |
| SE_RESTR_CODE_PATENT | This indicates that a government has granted exclusive right to make, sell, use, or license an invention or discovery. |
2 |
| SE_RESTR_CODE_PATENT_PENDING | This indicates produced or sold information awaiting a patent. |
3 |
| SE_RESTR_CODE_TRADEMARK | This is a name, symbol, or other device identifying a product, officially registered and legally restricted to the use of the owner or manufacturer. |
4 |
| SE_RESTR_CODE_LICENSE | This grants formal permission to do something. |
5 |
| SE_RESTR_CODE_INTELLECTUAL_PROPERTY_RIGHTS | These are the rights to financial benefit from and control of distribution of non tangible property that is a result of creativity. |
6 |
| SE_RESTR_CODE_RESTRICTED | This indicates something withheld from general circulation or disclosure. |
7 |
| SE_RESTR_CODE_OTHER_RESTRICTIONS | This indicates a limitation not covered by another entry listed for SE_Restriction_Code. |
8 |
|