Skip to content

Class: SspDocument

Root wrapper for an OSCAL System Security Plan document.

URI: oscal:SspDocument

 classDiagram
    class SspDocument
    click SspDocument href "../SspDocument/"
      OscalDocument <|-- SspDocument
        click OscalDocument href "../OscalDocument/"

      SspDocument : system_security_plan





        SspDocument --> "1" SystemSecurityPlan : system_security_plan
        click SystemSecurityPlan href "../SystemSecurityPlan/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
system_security_plan 1
SystemSecurityPlan
A system security plan, such as those described in NIST SP 800-18 direct

In Subsets

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/oscal

Mappings

Mapping Type Mapped Value
self oscal:SspDocument
native oscal:SspDocument

LinkML Source

Direct

name: SspDocument
description: Root wrapper for an OSCAL System Security Plan document.
in_subset:
- ssp
from_schema: https://w3id.org/lmodel/oscal
is_a: OscalDocument
slots:
- system-security-plan
slot_usage:
  system-security-plan:
    name: system-security-plan
    required: true

Induced

name: SspDocument
description: Root wrapper for an OSCAL System Security Plan document.
in_subset:
- ssp
from_schema: https://w3id.org/lmodel/oscal
is_a: OscalDocument
slot_usage:
  system-security-plan:
    name: system-security-plan
    required: true
attributes:
  system-security-plan:
    name: system-security-plan
    description: A system security plan, such as those described in NIST SP 800-18.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: system_security_plan
    owner: SspDocument
    domain_of:
    - SspDocument
    range: SystemSecurityPlan
    required: true
    inlined: true