Skip to content

Class: ReportingChecklistItem

Item-level status for a reporting checklist.

URI: revaise:ReportingChecklistItem

```mermaid classDiagram class ReportingChecklistItem click ReportingChecklistItem href "../ReportingChecklistItem/" ReportingChecklistItem : reporting_item_artifact_refs

  ReportingChecklistItem : reporting_item_id

  ReportingChecklistItem : reporting_item_label

  ReportingChecklistItem : reporting_item_location

  ReportingChecklistItem : reporting_item_notes

  ReportingChecklistItem : reporting_item_status





    ReportingChecklistItem --> "0..1" ReportingItemStatus : reporting_item_status
    click ReportingItemStatus href "../ReportingItemStatus/"



  ReportingChecklistItem : reporting_item_text

```

Slots

Name Cardinality and Range Description Inheritance
reporting_item_id 0..1
String
Identifier for a reporting checklist item direct
reporting_item_label 0..1
String
Short label for the reporting item direct
reporting_item_text 0..1
String
Text or description of the reporting item direct
reporting_item_status 0..1
ReportingItemStatus
Completion status for the reporting item direct
reporting_item_location 0..1
String
Location in the report where the item is addressed direct
reporting_item_artifact_refs *
String
References to model artifacts supporting the reporting item direct
reporting_item_notes 0..1
String
Notes about the reporting item direct

Usages

used by used in type used
ReportingChecklist reporting_checklist_items range ReportingChecklistItem

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema

Mappings

Mapping Type Mapped Value
self revaise:ReportingChecklistItem
native revaise:ReportingChecklistItem

LinkML Source

Direct

name: ReportingChecklistItem
description: Item-level status for a reporting checklist.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slots:
- reporting_item_id
- reporting_item_label
- reporting_item_text
- reporting_item_status
- reporting_item_location
- reporting_item_artifact_refs
- reporting_item_notes
slot_usage:
  reporting_item_artifact_refs:
    name: reporting_item_artifact_refs
    multivalued: true

Induced

name: ReportingChecklistItem
description: Item-level status for a reporting checklist.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slot_usage:
  reporting_item_artifact_refs:
    name: reporting_item_artifact_refs
    multivalued: true
attributes:
  reporting_item_id:
    name: reporting_item_id
    description: Identifier for a reporting checklist item
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingChecklistItem
    domain_of:
    - ReportingChecklistItem
    range: string
  reporting_item_label:
    name: reporting_item_label
    description: Short label for the reporting item
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingChecklistItem
    domain_of:
    - ReportingChecklistItem
    range: string
  reporting_item_text:
    name: reporting_item_text
    description: Text or description of the reporting item
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingChecklistItem
    domain_of:
    - ReportingChecklistItem
    range: string
  reporting_item_status:
    name: reporting_item_status
    description: Completion status for the reporting item
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingChecklistItem
    domain_of:
    - ReportingChecklistItem
    range: ReportingItemStatus
  reporting_item_location:
    name: reporting_item_location
    description: Location in the report where the item is addressed
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingChecklistItem
    domain_of:
    - ReportingChecklistItem
    range: string
  reporting_item_artifact_refs:
    name: reporting_item_artifact_refs
    description: References to model artifacts supporting the reporting item
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingChecklistItem
    domain_of:
    - ReportingChecklistItem
    range: string
    multivalued: true
  reporting_item_notes:
    name: reporting_item_notes
    description: Notes about the reporting item
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingChecklistItem
    domain_of:
    - ReportingChecklistItem
    range: string