Skip to content

Class: ControlGroup

An SSDF practice group (e.g. PO, PS, PW, RV)

URI: nist_sp_800_218:ControlGroup

 classDiagram
    class ControlGroup
    click ControlGroup href "../ControlGroup/"
      IdentifiedElement <|-- ControlGroup
        click IdentifiedElement href "../IdentifiedElement/"

      ControlGroup : _class





        ControlGroup --> "0..1" CatalogElementClassValue : _class
        click CatalogElementClassValue href "../CatalogElementClassValue/"



      ControlGroup : controls





        ControlGroup --> "*" Control : controls
        click Control href "../Control/"



      ControlGroup : id

      ControlGroup : links





        ControlGroup --> "*" Link : links
        click Link href "../Link/"



      ControlGroup : parts





        ControlGroup --> "*" Part : parts
        click Part href "../Part/"



      ControlGroup : props





        ControlGroup --> "*" Property : props
        click Property href "../Property/"



      ControlGroup : title

Inheritance

Slots

Name Cardinality and Range Description Inheritance
controls *
Control
List of practices or tasks direct
title 0..1
String
Human-readable title IdentifiedElement
_class 0..1
CatalogElementClassValue
Classification of a catalog element IdentifiedElement
id 0..1
String
Unique identifier for an element CatalogElement
props *
Property
List of properties CatalogElement
links *
Link
List of links and relationships CatalogElement
parts *
Part
Nested parts that provide prose and structure CatalogElement

Usages

used by used in type used
CatalogBody groups range ControlGroup

In Subsets

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/nist-sp-800-218

Mappings

Mapping Type Mapped Value
self nist_sp_800_218:ControlGroup
native nist_sp_800_218:ControlGroup

LinkML Source

Direct

name: ControlGroup
description: An SSDF practice group (e.g. PO, PS, PW, RV)
in_subset:
- nist_sp_800_218_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-218
is_a: IdentifiedElement
slots:
- controls

Induced

name: ControlGroup
description: An SSDF practice group (e.g. PO, PS, PW, RV)
in_subset:
- nist_sp_800_218_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-218
is_a: IdentifiedElement
attributes:
  controls:
    name: controls
    description: List of practices or tasks
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: controls
    owner: ControlGroup
    domain_of:
    - ControlGroup
    - Control
    range: Control
    multivalued: true
    inlined: true
    inlined_as_list: true
  title:
    name: title
    description: Human-readable title
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: title
    owner: ControlGroup
    domain_of:
    - Metadata
    - Role
    - Resource
    - IdentifiedElement
    range: string
  _class:
    name: _class
    description: Classification of a catalog element
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: class
    owner: ControlGroup
    domain_of:
    - IdentifiedElement
    range: CatalogElementClassValue
  id:
    name: id
    description: Unique identifier for an element
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: id
    owner: ControlGroup
    domain_of:
    - Role
    - CatalogElement
    range: string
  props:
    name: props
    description: List of properties
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: props
    owner: ControlGroup
    domain_of:
    - Metadata
    - CatalogElement
    range: Property
    multivalued: true
    inlined: true
    inlined_as_list: true
  links:
    name: links
    description: List of links and relationships
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: links
    owner: ControlGroup
    domain_of:
    - Metadata
    - CatalogElement
    range: Link
    multivalued: true
    inlined: true
    inlined_as_list: true
  parts:
    name: parts
    description: Nested parts that provide prose and structure
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: parts
    owner: ControlGroup
    domain_of:
    - CatalogElement
    range: Part
    multivalued: true
    inlined: true
    inlined_as_list: true