Skip to content

Class: ReportingStatistics

Summary statistics for reporting.

URI: revaise:ReportingStatistics

```mermaid classDiagram class ReportingStatistics click ReportingStatistics href "../ReportingStatistics/" StageStatistics <|-- ReportingStatistics click StageStatistics href "../StageStatistics/"

  ReportingStatistics : base_completed_date

  ReportingStatistics : base_completion_rate

  ReportingStatistics : base_items_completed

  ReportingStatistics : base_participant_workloads





    ReportingStatistics --> "*" ParticipantWorkload : base_participant_workloads
    click ParticipantWorkload href "../ParticipantWorkload/"



  ReportingStatistics : base_started_date

  ReportingStatistics : base_stats_id

  ReportingStatistics : base_stats_notes

  ReportingStatistics : base_total_hours

  ReportingStatistics : base_total_items

  ReportingStatistics : publications_count

  ReportingStatistics : report_documents_count

  ReportingStatistics : reporting_checklist_items_complete

  ReportingStatistics : reporting_checklist_items_total

  ReportingStatistics : reporting_deviations_count

  ReportingStatistics : reporting_standards_count

```

Inheritance

Slots

Name Cardinality and Range Description Inheritance
reporting_standards_count 0..1
Integer
Number of reporting standards documented direct
reporting_checklist_items_total 0..1
Integer
Total number of reporting checklist items direct
reporting_checklist_items_complete 0..1
Integer
Number of completed reporting checklist items direct
report_documents_count 0..1
Integer
Number of report documents direct
publications_count 0..1
Integer
Number of publication records direct
reporting_deviations_count 0..1
Integer
Number of reporting deviations direct
base_stats_id 1
String
Unique identifier for stage statistics StageStatistics
base_started_date 0..1
Date
Date the stage started StageStatistics
base_completed_date 0..1
Date
Date the stage completed StageStatistics
base_total_items 1
Integer
Total number of items to process in this stage StageStatistics
base_items_completed 0..1
Integer
Number of items completed StageStatistics
base_completion_rate 0..1
Float
Proportion of items completed StageStatistics
base_total_hours 0..1
Float
Total hours spent on this stage StageStatistics
base_participant_workloads *
ParticipantWorkload
Workload distribution among participants StageStatistics
base_stats_notes 0..1
String
Additional notes about stage statistics StageStatistics

Usages

used by used in type used
ReportingStage reporting_statistics range ReportingStatistics

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ReportingStatistics
description: Summary statistics for reporting.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
is_a: StageStatistics
slots:
- reporting_standards_count
- reporting_checklist_items_total
- reporting_checklist_items_complete
- report_documents_count
- publications_count
- reporting_deviations_count

Induced

name: ReportingStatistics
description: Summary statistics for reporting.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
is_a: StageStatistics
attributes:
  reporting_standards_count:
    name: reporting_standards_count
    description: Number of reporting standards documented
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStatistics
    domain_of:
    - ReportingStatistics
    range: integer
    minimum_value: 0
  reporting_checklist_items_total:
    name: reporting_checklist_items_total
    description: Total number of reporting checklist items
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStatistics
    domain_of:
    - ReportingStatistics
    range: integer
    minimum_value: 0
  reporting_checklist_items_complete:
    name: reporting_checklist_items_complete
    description: Number of completed reporting checklist items
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStatistics
    domain_of:
    - ReportingStatistics
    range: integer
    minimum_value: 0
  report_documents_count:
    name: report_documents_count
    description: Number of report documents
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStatistics
    domain_of:
    - ReportingStatistics
    range: integer
    minimum_value: 0
  publications_count:
    name: publications_count
    description: Number of publication records
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStatistics
    domain_of:
    - ReportingStatistics
    range: integer
    minimum_value: 0
  reporting_deviations_count:
    name: reporting_deviations_count
    description: Number of reporting deviations
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStatistics
    domain_of:
    - ReportingStatistics
    range: integer
    minimum_value: 0
  base_stats_id:
    name: base_stats_id
    description: Unique identifier for stage statistics
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    identifier: true
    owner: ReportingStatistics
    domain_of:
    - StageStatistics
    range: string
    required: true
  base_started_date:
    name: base_started_date
    description: Date the stage started
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStatistics
    domain_of:
    - StageStatistics
    range: date
  base_completed_date:
    name: base_completed_date
    description: Date the stage completed
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStatistics
    domain_of:
    - StageStatistics
    range: date
  base_total_items:
    name: base_total_items
    description: Total number of items to process in this stage
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStatistics
    domain_of:
    - StageStatistics
    range: integer
    required: true
  base_items_completed:
    name: base_items_completed
    description: Number of items completed
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStatistics
    domain_of:
    - StageStatistics
    range: integer
  base_completion_rate:
    name: base_completion_rate
    description: Proportion of items completed
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStatistics
    domain_of:
    - StageStatistics
    range: float
    minimum_value: 0.0
    maximum_value: 1.0
  base_total_hours:
    name: base_total_hours
    description: Total hours spent on this stage
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStatistics
    domain_of:
    - StageStatistics
    range: float
  base_participant_workloads:
    name: base_participant_workloads
    description: Workload distribution among participants
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStatistics
    domain_of:
    - StageStatistics
    range: ParticipantWorkload
    multivalued: true
  base_stats_notes:
    name: base_stats_notes
    description: Additional notes about stage statistics
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStatistics
    domain_of:
    - StageStatistics
    range: string