WARNING: This site is a work in progress.
Enum: SocialCulturalIndexTypes
The social cultural indices for BT01 projects.
Permissible Values
Value | Meaning | Description |
---|---|---|
VERY_HIGH | None | Very high |
HIGH | None | High |
MEDIUM | None | Medium |
LOW | None | Low |
Slots
Name | Description |
---|---|
socialCulturalIndex | The social cultural index of the project |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
LinkML Source
```yaml
name: SocialCulturalIndexTypes
description: The social cultural indices for BT01 projects.
from_schema: https://framework.regen.network/schema/
rank: 1000
permissible_values:
VERY_HIGH:
text: VERY_HIGH
description: Very high
HIGH:
text: HIGH
description: High
MEDIUM:
text: MEDIUM
description: Medium
LOW:
text: LOW
description: Low
</details>