Skip to content

Class: SystemId

A human-oriented, globally unique identifier for a system.

URI: [oscal:SystemId](https://w3id.org/lmodel/oscal/SystemId)
 classDiagram
    class SystemId
    click SystemId href "../SystemId/"
      SystemId : id

      SystemId : identifier_type

## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [id](id.md) | 1
[String](String.md) | A unique human-oriented identifier within a particular context | direct | | [identifier_type](identifier_type.md) | 0..1
[String](String.md) or 
[SystemIdentifierTypeEnum](SystemIdentifierTypeEnum.md) or 
[URIType](URIType.md) | A human-readable label for a specific identifier scheme | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [SystemCharacteristics](SystemCharacteristics.md) | [system_ids](system_ids.md) | range | [SystemId](SystemId.md) | | [PlanOfActionAndMilestones](PlanOfActionAndMilestones.md) | [system_id](system_id.md) | range | [SystemId](SystemId.md) | ## In Subsets * [ImplementationCommon](ImplementationCommon.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/lmodel/oscal ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | oscal:SystemId | | native | oscal:SystemId | ## LinkML Source ### Direct
name: SystemId
description: A human-oriented, globally unique identifier for a system.
in_subset:
- implementation_common
from_schema: https://w3id.org/lmodel/oscal
slots:
- id
- identifier-type
slot_usage:
  id:
    name: id
    range: string
    required: true
  identifier-type:
    name: identifier-type
    any_of:
    - range: SystemIdentifierTypeEnum
    - range: URIType
### Induced
name: SystemId
description: A human-oriented, globally unique identifier for a system.
in_subset:
- implementation_common
from_schema: https://w3id.org/lmodel/oscal
slot_usage:
  id:
    name: id
    range: string
    required: true
  identifier-type:
    name: identifier-type
    any_of:
    - range: SystemIdentifierTypeEnum
    - range: URIType
attributes:
  id:
    name: id
    description: A unique human-oriented identifier within a particular context.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: SystemId
    domain_of:
    - Group
    - Control
    - Role
    - PartyExternalId
    - Part
    - Parameter
    - ProfileGroup
    - ControlPart
    - SystemId
    - ThreatId
    range: string
    required: true
  identifier-type:
    name: identifier-type
    description: A human-readable label for a specific identifier scheme. Recommended
      values are in SystemIdentifierTypeEnum; other URI values are permitted (OSCAL
      allow-other="yes").
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: identifier_type
    owner: SystemId
    domain_of:
    - SystemId
    range: string
    any_of:
    - range: SystemIdentifierTypeEnum
    - range: URIType