Skip to content

Enum: ReportingItemStatus

Completion status for reporting standards and checklist items

URI: revaise:ReportingItemStatus

Permissible Values

Value Meaning Description
NOT_STARTED None Not started
IN_PROGRESS None In progress
COMPLETE None Complete
PARTIAL None Partially complete
NOT_APPLICABLE None Not applicable

Slots

Name Description
reporting_standard_status Completion status for the reporting standard
reporting_checklist_status Overall checklist completion status
reporting_item_status Completion status for the reporting item

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: ReportingItemStatus
description: Completion status for reporting standards and checklist items
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
rank: 1000
permissible_values:
  NOT_STARTED:
    text: NOT_STARTED
    description: Not started
  IN_PROGRESS:
    text: IN_PROGRESS
    description: In progress
  COMPLETE:
    text: COMPLETE
    description: Complete
  PARTIAL:
    text: PARTIAL
    description: Partially complete
  NOT_APPLICABLE:
    text: NOT_APPLICABLE
    description: Not applicable