Class: ParameterSelection
Selection constraints specifying allowed values for a parameter
URI: linkml:Any
classDiagram
class ParameterSelection
click ParameterSelection href "../ParameterSelection/"
ParameterSelection : choice
ParameterSelection : how_many
ParameterSelection --> "0..1" HowManyValue : how_many
click HowManyValue href "../HowManyValue/"
Class Properties
| Property | Value |
|---|---|
| Class URI | linkml:Any |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| how_many | 0..1 HowManyValue |
Cardinality constraint for parameter selection choices | direct |
| choice | * String |
List of allowed values for a parameter selection | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Parameter | select | range | ParameterSelection |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/nist-sp-800-171
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | linkml:Any |
| native | nist_sp_800_171:ParameterSelection |
LinkML Source
Direct
name: ParameterSelection
description: Selection constraints specifying allowed values for a parameter
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
slots:
- how-many
- choice
class_uri: linkml:Any
Induced
name: ParameterSelection
description: Selection constraints specifying allowed values for a parameter
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
attributes:
how-many:
name: how-many
description: Cardinality constraint for parameter selection choices
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
aliases:
- how_many
rank: 1000
alias: how_many
owner: ParameterSelection
domain_of:
- ParameterSelection
range: HowManyValue
choice:
name: choice
description: List of allowed values for a parameter selection
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
rank: 1000
alias: choice
owner: ParameterSelection
domain_of:
- ParameterSelection
range: string
multivalued: true
class_uri: linkml:Any