Class: SystemId
A human-oriented, globally unique identifier for a system.
URI: oscal:SystemId
classDiagram
class SystemId
click SystemId href "../SystemId/"
SystemId : id
SystemId : identifier_type
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| id | 1 String |
A unique human-oriented identifier within a particular context | direct |
| identifier_type | 0..1 SystemIdentifierTypeEnum or String or URIType |
A human-readable label for a specific identifier scheme | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| SystemCharacteristics | system_ids | range | SystemId |
| PlanOfActionAndMilestones | system_id | range | SystemId |
In Subsets
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
alias: id
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