|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Security_Classification_Code |
|---|
/* * REGISTERABLE ENUM: SE_Security_Classification_Code * * This data type corresponds to ISO 19115's B.5.11, * MD_ClassificationCode <<CodeList>>, and is used to * identify the handling restrictions on the data set * being described. */ typedef SE_Short_Integer SE_Security_Classification_Code;
| Enumerant | Definition | Value |
|---|---|---|
| SE_SEC_CL_CODE_UNCLASSIFIED | Available for general disclosure. |
1 |
| SE_SEC_CL_CODE_RESTRICTED | Not for general disclosure. |
2 |
| SE_SEC_CL_CODE_CONFIDENTIAL | Available for someone who can be entrusted with information. |
3 |
| SE_SEC_CL_CODE_SECRET | Kept or meant to be kept private, unknown, or hidden from all but a select group of people. |
4 |
| SE_SEC_CL_CODE_TOP_SECRET | Of the highest secrecy. |
5 |
|