Skip to content

Class: Parameter

An organization-defined parameter for a security requirement

URI: nist_sp_800_171:Parameter

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

      Parameter : _class





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



      Parameter : guidelines





        Parameter --> "*" Guideline : guidelines
        click Guideline href "../Guideline/"



      Parameter : id

      Parameter : label

      Parameter : links





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



      Parameter : parts





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



      Parameter : props





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



      Parameter : select





        Parameter --> "0..1" ParameterSelection : select
        click ParameterSelection href "../ParameterSelection/"



      Parameter : title

      Parameter : usage

Inheritance

Slots

Name Cardinality and Range Description Inheritance
usage 0..1
String
Human-readable description of an organization-defined parameter's expected va... direct
guidelines *
Guideline
List of guidelines for a parameter direct
select 0..1
ParameterSelection
Selection constraints for an organization-defined parameter direct
title 0..1
String
Human-readable title IdentifiedElement
_class 0..1
CatalogElementClassValue
Classification of a catalog element (e IdentifiedElement
label 0..1
String
Human-readable label 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 providing prose, statements, guidance, assessment objectives and... CatalogElement

Usages

used by used in type used
Control params range Parameter

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self nist_sp_800_171:Parameter
native nist_sp_800_171:Parameter

LinkML Source

Direct

name: Parameter
description: An organization-defined parameter for a security requirement
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
is_a: IdentifiedElement
slots:
- usage
- guidelines
- select

Induced

name: Parameter
description: An organization-defined parameter for a security requirement
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
is_a: IdentifiedElement
attributes:
  usage:
    name: usage
    description: Human-readable description of an organization-defined parameter's
      expected value
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: usage
    owner: Parameter
    domain_of:
    - Parameter
    range: string
  guidelines:
    name: guidelines
    description: List of guidelines for a parameter
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: guidelines
    owner: Parameter
    domain_of:
    - Parameter
    range: Guideline
    multivalued: true
    inlined: true
    inlined_as_list: true
  select:
    name: select
    description: Selection constraints for an organization-defined parameter
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: select
    owner: Parameter
    domain_of:
    - Parameter
    range: ParameterSelection
    inlined: true
  title:
    name: title
    description: Human-readable title
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: title
    owner: Parameter
    domain_of:
    - Metadata
    - Role
    - Resource
    - IdentifiedElement
    range: string
  _class:
    name: _class
    description: Classification of a catalog element (e.g. family, requirement, security_requirement)
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: class
    owner: Parameter
    domain_of:
    - IdentifiedElement
    - Property
    - Part
    range: CatalogElementClassValue
  label:
    name: label
    description: Human-readable label
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: label
    owner: Parameter
    domain_of:
    - IdentifiedElement
    range: string
  id:
    name: id
    description: Unique identifier for an element
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: id
    owner: Parameter
    domain_of:
    - Role
    - CatalogElement
    range: string
  props:
    name: props
    description: List of properties
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: props
    owner: Parameter
    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_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: links
    owner: Parameter
    domain_of:
    - Metadata
    - CatalogElement
    range: Link
    multivalued: true
    inlined: true
    inlined_as_list: true
  parts:
    name: parts
    description: Nested parts providing prose, statements, guidance, assessment objectives
      and methods
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: parts
    owner: Parameter
    domain_of:
    - CatalogElement
    range: Part
    multivalued: true
    inlined: true
    inlined_as_list: true