Class: ProfileImport
Designates a referenced source catalog or profile that provides a source of control information for use in creating a new overlay or baseline.
URI: oscal:ProfileImport
classDiagram
class ProfileImport
click ProfileImport href "../ProfileImport/"
ProfileImport : exclude_controls
ProfileImport --> "*" SelectControlById : exclude_controls
click SelectControlById href "../SelectControlById/"
ProfileImport : href
ProfileImport : include_all
ProfileImport --> "0..1" IncludeAll : include_all
click IncludeAll href "../IncludeAll/"
ProfileImport : include_controls
ProfileImport --> "*" SelectControlById : include_controls
click SelectControlById href "../SelectControlById/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| href | 1 URIReferenceType |
A resolvable URL reference to a resource | direct |
| include_all | 0..1 IncludeAll |
Include all selectable objects in the containing OSCAL selection context | direct |
| include_controls | * SelectControlById |
Control-selection entries to include in the containing OSCAL context | direct |
| exclude_controls | * SelectControlById |
Control-selection entries to exclude in the containing OSCAL context | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Profile | imports | range | ProfileImport |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/oscal
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | oscal:ProfileImport |
| native | oscal:ProfileImport |
LinkML Source
Direct
name: ProfileImport
description: Designates a referenced source catalog or profile that provides a source
of control information for use in creating a new overlay or baseline.
in_subset:
- profile
from_schema: https://w3id.org/lmodel/oscal
slots:
- href
- include-all
- include-controls
- exclude-controls
slot_usage:
href:
name: href
required: true
include-controls:
name: include-controls
range: SelectControlById
exclude-controls:
name: exclude-controls
range: SelectControlById
Induced
name: ProfileImport
description: Designates a referenced source catalog or profile that provides a source
of control information for use in creating a new overlay or baseline.
in_subset:
- profile
from_schema: https://w3id.org/lmodel/oscal
slot_usage:
href:
name: href
required: true
include-controls:
name: include-controls
range: SelectControlById
exclude-controls:
name: exclude-controls
range: SelectControlById
attributes:
href:
name: href
description: A resolvable URL reference to a resource.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: href
owner: ProfileImport
domain_of:
- Link
- ResourceLink
- ProfileImport
- ImportSSP
- RelevantEvidence
- ThreatId
- ImportProfile
- ImportAssessmentPlan
- ImportComponentDefinition
- MappingResourceReference
range: URIReferenceType
required: true
include-all:
name: include-all
description: Include all selectable objects in the containing OSCAL selection
context.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: include_all
owner: ProfileImport
domain_of:
- ProfileImport
- InsertControls
- ControlSelection
- ControlObjectiveSelection
- AssessmentSubject
range: IncludeAll
inlined: true
include-controls:
name: include-controls
description: Control-selection entries to include in the containing OSCAL context.
The concrete entry class is selected by class-level slot_usage.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: include_controls
owner: ProfileImport
domain_of:
- ProfileImport
- InsertControls
- ControlSelection
range: SelectControlById
multivalued: true
inlined: true
inlined_as_list: true
exclude-controls:
name: exclude-controls
description: Control-selection entries to exclude in the containing OSCAL context.
The concrete entry class is selected by class-level slot_usage.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: exclude_controls
owner: ProfileImport
domain_of:
- ProfileImport
- InsertControls
- ControlSelection
range: SelectControlById
multivalued: true
inlined: true
inlined_as_list: true