Skip to content

Class: Revision

An entry in a sequential list of revisions to the containing document.

URI: oscal:Revision

 classDiagram
    class Revision
    click Revision href "../Revision/"
      OscalCommon <|-- Revision
        click OscalCommon href "../OscalCommon/"

      Revision : last_modified

      Revision : links





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



      Revision : oscal_version

      Revision : props





        Revision --> "*" RevisionProperty : props
        click RevisionProperty href "../RevisionProperty/"



      Revision : published

      Revision : remarks

      Revision : title

      Revision : version

Inheritance

Slots

Name Cardinality and Range Description Inheritance
title 0..1
MarkupLineType
A human-readable name or title direct
published 0..1
DateTimeWithTimezoneType
The date and time the document was last made available direct
last_modified 0..1
DateTimeWithTimezoneType
The date and time the document was last modified direct
version 1
String
Used to distinguish a specific revision of an OSCAL document from other previ... direct
oscal_version 0..1
String
The OSCAL model version the document was authored against and will conform to... direct
remarks 0..1
MarkupMultilineType
Additional commentary about the containing object OscalCommon
props *
RevisionProperty
A list of properties HasPropsAndLinks
links *
Link
A list of links HasPropsAndLinks

Usages

used by used in type used
Metadata revisions range Revision

In Subsets

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/oscal

Mappings

Mapping Type Mapped Value
self oscal:Revision
native oscal:Revision

LinkML Source

Direct

name: Revision
description: An entry in a sequential list of revisions to the containing document.
in_subset:
- oscal_metadata
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slots:
- title
- published
- last-modified
- version
- oscal-version
slot_usage:
  version:
    name: version
    required: true
  props:
    name: props
    range: RevisionProperty
  links:
    name: links
    range: Link

Induced

name: Revision
description: An entry in a sequential list of revisions to the containing document.
in_subset:
- oscal_metadata
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slot_usage:
  version:
    name: version
    required: true
  props:
    name: props
    range: RevisionProperty
  links:
    name: links
    range: Link
attributes:
  title:
    name: title
    description: A human-readable name or title.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: title
    owner: Revision
    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
  published:
    name: published
    description: The date and time the document was last made available.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: published
    owner: Revision
    domain_of:
    - Metadata
    - Revision
    range: DateTimeWithTimezoneType
  last-modified:
    name: last-modified
    description: The date and time the document was last modified.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: last_modified
    owner: Revision
    domain_of:
    - Metadata
    - Revision
    range: DateTimeWithTimezoneType
  version:
    name: version
    description: Used to distinguish a specific revision of an OSCAL document from
      other previous and future versions.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: version
    owner: Revision
    domain_of:
    - Metadata
    - Revision
    range: string
    required: true
  oscal-version:
    name: oscal-version
    description: The OSCAL model version the document was authored against and will
      conform to as valid.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: oscal_version
    owner: Revision
    domain_of:
    - Metadata
    - Revision
    range: string
  remarks:
    name: remarks
    description: Additional commentary about the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: remarks
    owner: Revision
    domain_of:
    - OscalCommon
    - Property
    - Resource
    - ConstraintTest
    - ControlMatching
    - Removal
    - ImportSSP
    - LocalDefinitions
    - SelectObjectiveById
    - AssessmentSubjectSource
    - OnDateCondition
    - WithinDateRange
    - AtFrequency
    - TaskDependency
    - SetParameter
    - ComponentStatus
    - PortRange
    - ImplementationStatus
    - ObjectiveStatus
    - RelatedObservation
    - AssociatedRisk
    - LoggedBy
    - ImportProfile
    - SystemCharacteristics
    - SystemStatus
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    - ImportAssessmentPlan
    - AssessmentResultsLocalDefinitions
    - ImportComponentDefinition
    - ImplementedRequirement
    - ImplementedControlStatement
    - QualifierItem
    - PoamLocalDefinitions
    - RelatedFinding
    range: MarkupMultilineType
  props:
    name: props
    description: A list of properties.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: props
    owner: Revision
    domain_of:
    - HasPropsAndLinks
    - Resource
    - Addition
    - SystemInformation
    - InformationType
    - ImpactLevel
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - Export
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    range: RevisionProperty
    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
    alias: links
    owner: Revision
    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