|
30 | 30 | <!-- ############################################## --> |
31 | 31 | <define-assembly name="system-security-plan"> |
32 | 32 | <formal-name>System Security Plan (SSP)</formal-name> |
33 | | - <description>A system security plan, such as those described in NIST SP 800-18</description> |
| 33 | + <description>A system security plan, such as those described in NIST SP 800-18.</description> |
34 | 34 | <root-name>system-security-plan</root-name> |
35 | 35 | <define-flag name="uuid" as-type="uuid" required="yes"> |
36 | 36 | <formal-name>System Security Plan Universally Unique Identifier</formal-name> |
|
106 | 106 | <field ref="date-authorized"/> |
107 | 107 | <define-field name="security-sensitivity-level" min-occurs="1"> |
108 | 108 | <formal-name>Security Sensitivity Level</formal-name> |
109 | | - <description>The overall information system sensitivity categorization, such as defined by <a href="https://doi.org/10.6028/NIST.FIPS.199">FIPS-199</a>. |
110 | | - </description> |
| 109 | + <description>The overall information system sensitivity categorization, such as defined by <a href="https://doi.org/10.6028/NIST.FIPS.199">FIPS-199</a>.</description> |
111 | 110 | <remarks> |
112 | 111 | <p>Often, organizations require the security sensitivity level to correspond with the highest confidentiality, integrity, or availability level identified by <code>security-impact-level</code>. |
113 | 112 | </p> |
|
181 | 180 | </define-assembly> |
182 | 181 | <define-assembly name="system-information"> |
183 | 182 | <formal-name>System Information</formal-name> |
184 | | - <description>Contains details about all information types that are stored, processed, or transmitted by the system, such as privacy information, and those defined in <a href="https://doi.org/10.6028/NIST.SP.800-60v2r1">NIST SP 800-60</a>. |
185 | | - </description> |
| 183 | + <description>Contains details about all information types that are stored, processed, or transmitted by the system, such as privacy information, and those defined in <a href="https://doi.org/10.6028/NIST.SP.800-60v2r1">NIST SP 800-60</a>.</description> |
186 | 184 | <model> |
187 | 185 | <assembly ref="property" max-occurs="unbounded"> |
188 | 186 | <group-as name="props" in-json="ARRAY"/> |
|
192 | 190 | </assembly> |
193 | 191 | <define-assembly name="information-type" min-occurs="1" max-occurs="unbounded"> |
194 | 192 | <formal-name>Information Type</formal-name> |
195 | | - <description>Contains details about one information type that is stored, processed, or transmitted by the system, such as privacy information, and those defined in <a href="https://doi.org/10.6028/NIST.SP.800-60v2r1">NIST SP 800-60</a>. |
196 | | - </description> |
| 193 | + <description>Contains details about one information type that is stored, processed, or transmitted by the system, such as privacy information, and those defined in <a href="https://doi.org/10.6028/NIST.SP.800-60v2r1">NIST SP 800-60</a>.</description> |
197 | 194 | <group-as name="information-types" in-json="ARRAY"/> |
198 | 195 | <define-flag name="uuid" as-type="uuid"> |
199 | 196 | <formal-name>Information Type Universally Unique Identifier</formal-name> |
|
535 | 532 | </assembly> |
536 | 533 | <define-assembly name="leveraged-authorization" max-occurs="unbounded"> |
537 | 534 | <formal-name>Leveraged Authorization</formal-name> |
538 | | - <description>A description of another authorized system from which this system inherits capabilities that satisfy security requirements. Another term for this concept is a <em>common control provider</em>. |
539 | | - </description> |
| 535 | + <description>A description of another authorized system from which this system inherits capabilities that satisfy security requirements. Another term for this concept is a <em>common control provider</em>.</description> |
540 | 536 | <group-as name="leveraged-authorizations" in-json="ARRAY"/> |
541 | 537 | <define-flag name="uuid" as-type="uuid" required="yes"> |
542 | 538 | <formal-name>Leveraged Authorization Universally Unique Identifier</formal-name> |
|
0 commit comments