Skip to content

Class: Catalog

A structured, organized collection of control information.

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





        Catalog --> "0..1" BackMatter : back_matter
        click BackMatter href "../BackMatter/"



      Catalog : controls





        Catalog --> "*" Control : controls
        click Control href "../Control/"



      Catalog : groups





        Catalog --> "*" Group : groups
        click Group href "../Group/"



      Catalog : metadata





        Catalog --> "1" Metadata : metadata
        click Metadata href "../Metadata/"



      Catalog : params





        Catalog --> "*" Parameter : params
        click Parameter href "../Parameter/"



      Catalog : uuid

## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [uuid](uuid.md) | 1
[UUIDType](UUIDType.md) | Provides a globally unique means to identify a given catalog instance | direct | | [metadata](metadata.md) | 1
[Metadata](Metadata.md) | Provides information about the containing document, and defines concepts shar... | direct | | [back_matter](back_matter.md) | 0..1
[BackMatter](BackMatter.md) | A collection of resources that may be referenced from within the OSCAL docume... | direct | | [params](params.md) | *
[Parameter](Parameter.md) | Parameters providing a mechanism for the dynamic assignment of value(s) in a ... | direct | | [controls](controls.md) | *
[Control](Control.md) | A collection of controls | direct | | [groups](groups.md) | *
[Group](Group.md) | A collection of control groups | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [CatalogDocument](CatalogDocument.md) | [catalog](catalog.md) | range | [Catalog](Catalog.md) | ## In Subsets * [OscalCatalog](OscalCatalog.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/lmodel/oscal ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | oscal:Catalog | | native | oscal:Catalog | ## LinkML Source ### Direct
name: Catalog
description: A structured, organized collection of control information.
in_subset:
- oscal_catalog
from_schema: https://w3id.org/lmodel/oscal
slots:
- uuid
- metadata
- back-matter
- params
- controls
- groups
slot_usage:
  uuid:
    name: uuid
    description: Provides a globally unique means to identify a given catalog instance.
    required: true
  metadata:
    name: metadata
    required: true
### Induced
name: Catalog
description: A structured, organized collection of control information.
in_subset:
- oscal_catalog
from_schema: https://w3id.org/lmodel/oscal
slot_usage:
  uuid:
    name: uuid
    description: Provides a globally unique means to identify a given catalog instance.
    required: true
  metadata:
    name: metadata
    required: true
attributes:
  uuid:
    name: uuid
    description: Provides a globally unique means to identify a given catalog instance.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Catalog
    domain_of:
    - Catalog
    - Location
    - Party
    - Action
    - Property
    - Resource
    - Profile
    - AssessmentPlan
    - AssessmentSubjectPlaceholder
    - AssessmentPlatform
    - AssessmentMethod
    - Activity
    - Step
    - Task
    - AssessmentPart
    - SystemComponent
    - Protocol
    - SystemUser
    - InventoryItem
    - Observation
    - Finding
    - Risk
    - MitigatingFactor
    - Response
    - RequiredAsset
    - RiskLogEntry
    - SystemSecurityPlan
    - InformationType
    - Diagram
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    - AssessmentResults
    - Result
    - AssessmentLogEntry
    - ComponentDefinition
    - DefinedComponent
    - Capability
    - ControlImplementationSet
    - ImplementedRequirement
    - ImplementedControlStatement
    - MappingCollection
    - Mapping
    - Map
    - GapSummary
    - PlanOfActionAndMilestones
    - PoamItem
    range: UUIDType
    required: true
  metadata:
    name: metadata
    description: Provides information about the containing document, and defines concepts
      shared across the document.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Catalog
    domain_of:
    - Catalog
    - Profile
    - AssessmentPlan
    - SystemSecurityPlan
    - AssessmentResults
    - ComponentDefinition
    - MappingCollection
    - PlanOfActionAndMilestones
    range: Metadata
    required: true
    inlined: true
  back-matter:
    name: back-matter
    description: A collection of resources that may be referenced from within the
      OSCAL document instance.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: back_matter
    owner: Catalog
    domain_of:
    - Catalog
    - Profile
    - AssessmentPlan
    - SystemSecurityPlan
    - AssessmentResults
    - ComponentDefinition
    - MappingCollection
    - PlanOfActionAndMilestones
    range: BackMatter
    inlined: true
  params:
    name: params
    description: Parameters providing a mechanism for the dynamic assignment of value(s)
      in a control.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Catalog
    domain_of:
    - Catalog
    - Group
    - Control
    - ProfileGroup
    - Addition
    range: Parameter
    multivalued: true
    inlined: true
    inlined_as_list: true
  controls:
    name: controls
    description: A collection of controls.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Catalog
    domain_of:
    - Catalog
    - Group
    - Control
    range: Control
    multivalued: true
    inlined: true
    inlined_as_list: true
  groups:
    name: groups
    description: A collection of control groups.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Catalog
    domain_of:
    - Catalog
    - Group
    - MergeCustom
    - ProfileGroup
    range: Group
    multivalued: true
    inlined: true
    inlined_as_list: true