Skip to content

Enum: ApprovalStatus

Approval status for amendments

URI: revaise:ApprovalStatus

Permissible Values

Value Meaning Description
PENDING None Pending approval
APPROVED None Approved
REJECTED None Rejected
NOT_REQUIRED None Approval not required

Slots

Name Description
approval_status Approval status of the amendment
approval_status Approval status of the amendment

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: ApprovalStatus
description: Approval status for amendments
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/registration
rank: 1000
permissible_values:
  PENDING:
    text: PENDING
    description: Pending approval
  APPROVED:
    text: APPROVED
    description: Approved
  REJECTED:
    text: REJECTED
    description: Rejected
  NOT_REQUIRED:
    text: NOT_REQUIRED
    description: Approval not required