Skip to content

Class: Part

An annotated, markup-based textual element of a control's or catalog group's definition, or a child of another part.

URI: [oscal:Part](https://w3id.org/lmodel/oscal/Part)
 classDiagram
    class Part
    click Part href "../Part/"
      HasPropsAndLinks <|-- Part
        click HasPropsAndLinks href "../HasPropsAndLinks/"

      Part : _class

      Part : id

      Part : links





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



      Part : name

      Part : ns

      Part : parts





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



      Part : props





        Part --> "*" PartProperty : props
        click PartProperty href "../PartProperty/"



      Part : prose

      Part : title

## Inheritance * **Part** [ [HasPropsAndLinks](HasPropsAndLinks.md)] ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [id](id.md) | 0..1
[TokenType](TokenType.md) | A unique identifier for the part | direct | | [name](name.md) | 1
[TokenType](TokenType.md) | A textual label that uniquely identifies the part's semantic type, which exis... | direct | | [ns](ns.md) | 0..1
[URIType](URIType.md) | An optional namespace qualifying the part's name | direct | | [_class](_class.md) | 0..1
[TokenType](TokenType.md) | An optional textual providing a sub-type or characterization of the part's na... | direct | | [title](title.md) | 0..1
[MarkupLineType](MarkupLineType.md) | An optional name given to the part, which may be used by a tool for display a... | direct | | [prose](prose.md) | 0..1
[MarkupMultilineType](MarkupMultilineType.md) | Permits multiple paragraphs, lists, tables etc | direct | | [parts](parts.md) | *
[Part](Part.md) | A collection of parts | direct | | [props](props.md) | *
[PartProperty](PartProperty.md) | A list of properties | [HasPropsAndLinks](HasPropsAndLinks.md) | | [links](links.md) | *
[Link](Link.md) | A list of links | [HasPropsAndLinks](HasPropsAndLinks.md) | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Group](Group.md) | [parts](parts.md) | range | [Part](Part.md) | | [Control](Control.md) | [parts](parts.md) | range | [Part](Part.md) | | [Part](Part.md) | [parts](parts.md) | range | [Part](Part.md) | | [ProfileGroup](ProfileGroup.md) | [parts](parts.md) | range | [Part](Part.md) | | [Addition](Addition.md) | [parts](parts.md) | range | [Part](Part.md) | ## In Subsets * [OscalControlCommon](OscalControlCommon.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/lmodel/oscal ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | oscal:Part | | native | oscal:Part | ## LinkML Source ### Direct
name: Part
description: An annotated, markup-based textual element of a control's or catalog
  group's definition, or a child of another part.
in_subset:
- oscal_control_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- HasPropsAndLinks
slots:
- id
- name
- ns
- _class
- title
- prose
- parts
slot_usage:
  id:
    name: id
    description: A unique identifier for the part.
  name:
    name: name
    description: A textual label that uniquely identifies the part's semantic type,
      which exists in a value space qualified by the ns.
    required: true
  ns:
    name: ns
    description: An optional namespace qualifying the part's name. This allows different
      organizations to associate distinct semantics with the same name.
  _class:
    name: _class
    description: An optional textual providing a sub-type or characterization of the
      part's name, or a category to which the part belongs.
  title:
    name: title
    description: An optional name given to the part, which may be used by a tool for
      display and navigation.
  prose:
    name: prose
    description: Permits multiple paragraphs, lists, tables etc.
  props:
    name: props
    range: PartProperty
### Induced
name: Part
description: An annotated, markup-based textual element of a control's or catalog
  group's definition, or a child of another part.
in_subset:
- oscal_control_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- HasPropsAndLinks
slot_usage:
  id:
    name: id
    description: A unique identifier for the part.
  name:
    name: name
    description: A textual label that uniquely identifies the part's semantic type,
      which exists in a value space qualified by the ns.
    required: true
  ns:
    name: ns
    description: An optional namespace qualifying the part's name. This allows different
      organizations to associate distinct semantics with the same name.
  _class:
    name: _class
    description: An optional textual providing a sub-type or characterization of the
      part's name, or a category to which the part belongs.
  title:
    name: title
    description: An optional name given to the part, which may be used by a tool for
      display and navigation.
  prose:
    name: prose
    description: Permits multiple paragraphs, lists, tables etc.
  props:
    name: props
    range: PartProperty
attributes:
  id:
    name: id
    description: A unique identifier for the part.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Part
    domain_of:
    - Group
    - Control
    - Role
    - PartyExternalId
    - Part
    - Parameter
    - ProfileGroup
    - ControlPart
    - SystemId
    - ThreatId
    range: TokenType
  name:
    name: name
    description: A textual label that uniquely identifies the part's semantic type,
      which exists in a value space qualified by the ns.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Part
    domain_of:
    - Party
    - Property
    - Part
    - AssessmentPart
    - ControlPart
    - Protocol
    - Facet
    - Capability
    range: TokenType
    required: true
  ns:
    name: ns
    description: An optional namespace qualifying the part's name. This allows different
      organizations to associate distinct semantics with the same name.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Part
    domain_of:
    - Property
    - Part
    - AssessmentPart
    - ControlPart
    - Map
    - MappingResourceReference
    range: URIType
  _class:
    name: _class
    description: An optional textual providing a sub-type or characterization of the
      part's name, or a category to which the part belongs.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Part
    domain_of:
    - Group
    - Control
    - Property
    - Part
    - Parameter
    - ProfileGroup
    - ParameterSetting
    - AssessmentPart
    - ControlPart
    range: TokenType
  title:
    name: title
    description: An optional name given to the part, which may be used by a tool for
      display and navigation.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Part
    domain_of:
    - Group
    - Control
    - Metadata
    - Revision
    - Role
    - Location
    - Resource
    - Part
    - ProfileGroup
    - Addition
    - SubjectReference
    - AssessmentPlatform
    - Activity
    - Step
    - Task
    - AssessmentPart
    - ControlPart
    - SystemComponent
    - Protocol
    - SystemUser
    - AuthorizedPrivilege
    - Observation
    - Finding
    - FindingTarget
    - Risk
    - Response
    - RequiredAsset
    - RiskLogEntry
    - InformationType
    - LeveragedAuthorization
    - Result
    - AssessmentLogEntry
    - DefinedComponent
    - PoamItem
    range: MarkupLineType
  prose:
    name: prose
    description: Permits multiple paragraphs, lists, tables etc.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Part
    domain_of:
    - Part
    - ParameterGuideline
    - AssessmentPart
    - ControlPart
    range: MarkupMultilineType
  parts:
    name: parts
    description: A collection of parts.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Part
    domain_of:
    - Group
    - Control
    - Part
    - ProfileGroup
    - Addition
    - TermsAndConditions
    - LocalObjective
    - AssessmentPart
    - ControlPart
    - Attestation
    range: Part
    multivalued: true
    inlined: true
    inlined_as_list: true
  props:
    name: props
    description: A list of properties.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Part
    domain_of:
    - HasPropsAndLinks
    - Resource
    - Addition
    - SystemInformation
    - InformationType
    - ImpactLevel
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - Export
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    range: PartProperty
    multivalued: true
    inlined: true
    inlined_as_list: true
  links:
    name: links
    description: A list of links.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Part
    domain_of:
    - HasPropsAndLinks
    - Addition
    - SystemInformation
    - InformationType
    - ImpactLevel
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - Export
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    range: Link
    multivalued: true
    inlined: true
    inlined_as_list: true