WARNING: This site is a work in progress.
Enum: WorkOrderType
Classification of work order types.
URI: WorkOrderType
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| REVIEW | rfs:Review | Review of a credit class, project, or proposal |
| ANALYSIS | rfs:Analysis | Data analysis or impact assessment |
| MONITORING | rfs:Monitoring | Ongoing monitoring of a project or process |
| REPORTING | rfs:Reporting | Generation of reports or summaries |
| PROPOSAL_DRAFTING | rfs:ProposalDrafting | Drafting a governance proposal |
| VALIDATION | rfs:Validation | Validation of data, claims, or processes |
Slots
| Name | Description |
|---|---|
| workOrderType | Classification of the work to be performed |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
LinkML Source
```yaml
name: WorkOrderType
description: Classification of work order types.
from_schema: https://framework.regen.network/schema/
rank: 1000
permissible_values:
REVIEW:
text: REVIEW
description: Review of a credit class, project, or proposal.
meaning: rfs:Review
title: Review
ANALYSIS:
text: ANALYSIS
description: Data analysis or impact assessment.
meaning: rfs:Analysis
title: Analysis
MONITORING:
text: MONITORING
description: Ongoing monitoring of a project or process.
meaning: rfs:Monitoring
title: Monitoring
REPORTING:
text: REPORTING
description: Generation of reports or summaries.
meaning: rfs:Reporting
title: Reporting
PROPOSAL_DRAFTING:
text: PROPOSAL_DRAFTING
description: Drafting a governance proposal.
meaning: rfs:ProposalDrafting
title: ProposalDrafting
VALIDATION:
text: VALIDATION
description: Validation of data, claims, or processes.
meaning: rfs:Validation
title: Validation
</details>