Slot: pv_formula
Defines the specific formula to be used to generate the permissible values.
URI: [linkml:pv_formula](https://w3id.org/linkml/pv_formula)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [EnumExpression](EnumExpression.md) | An expression that constrains the range of a slot | no |
| [EnumBinding](EnumBinding.md) | A binding of a slot or a class to a permissible value from an enumeration | no |
| [AnonymousEnumExpression](AnonymousEnumExpression.md) | An enum_expression that is not named | no |
| [EnumDefinition](EnumDefinition.md) | an element whose instances must be drawn from a specified set of permissible ... | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [PvFormulaOptions](PvFormulaOptions.md) |
| Domain Of | [EnumExpression](EnumExpression.md), [EnumBinding](EnumBinding.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## In Subsets
* [SpecificationSubset](SpecificationSubset.md)
* [BasicSubset](BasicSubset.md)
## Comments
* you cannot have BOTH the permissible_values and permissible_value_formula tag
* code_set must be supplied for this to be valid
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/linkml/meta
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | linkml:pv_formula |
| native | linkml:pv_formula |
## LinkML Source
name: pv_formula
description: Defines the specific formula to be used to generate the permissible values.
comments:
- you cannot have BOTH the permissible_values and permissible_value_formula tag
- code_set must be supplied for this to be valid
in_subset:
- SpecificationSubset
- BasicSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain_of:
- enum_expression
- enum_binding
range: pv_formula_options