The SEDRIS Data Representation Model
APPENDIX A - Classes Access |
---|
An instance of this DRM class specifies the security classification and any access and / or usage constraints for its containing SEDRIS object, provided in a [CSDGM]-compliant form.
Given a <Transmittal Root> that has
restricted access (no access by non-U.S. citizens) and is for
official use only, its
<Access> information might be
access_constraints
= "NOFORN";
use_constraints
= "FOUO";
security.
system = "United States Department of Defense";
security.
classification
= "SECRET";
security.
handling
= "Downgrade on 31 Dec 1999";
This class supports the creation of SEDRIS transmittals that contain classified or sensitive data.
In general, the rules for security classification metadata for the SEDRIS objects within a transmittal are the same as the rules for security classification markings of the paragraphs and sections within a hierarchically structured classified document. The security classification of an object shall be at least as high as the highest of the security classifications of its components, and may be higher if the aggregation of the components allows additional information to be inferred. Therefore, the security classification of an object shall be no higher than the security classification of its containing object. Unclassified objects need not have an <Access> component, unless they are unclassified components of a classified containing object.
SE_String | access_constraints; | (notes) |
---|---|---|
SE_String | use_constraints; | (notes) |
SE_Security_Info | security; | (notes) |
This specifies the restrictions on access to the given data object (Optional).
This specifies the restrictions on use of the given data object (Optional).
This specifies the security classification for the given data object (Mandatory)
|