Skip to content

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](https://w3id.org/lmodel/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](href.md) | 1
[URIReferenceType](URIReferenceType.md) | A resolvable URL reference to a resource | direct | | [include_all](include_all.md) | 0..1
[IncludeAll](IncludeAll.md) | Include all selectable objects in the containing OSCAL selection context | direct | | [include_controls](include_controls.md) | *
[SelectControlById](SelectControlById.md) | Control-selection entries to include in the containing OSCAL context | direct | | [exclude_controls](exclude_controls.md) | *
[SelectControlById](SelectControlById.md) | Control-selection entries to exclude in the containing OSCAL context | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Profile](Profile.md) | [imports](imports.md) | range | [ProfileImport](ProfileImport.md) | ## In Subsets * [profile](profile.md) ## 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
    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