Class: enum_expression
URI: linkml:EnumExpression

Parents
- is_a: Expression - general mixin for any class that can represent some form of expression
Mixin for
- EnumDefinition (mixin) - List of values that constrain the range of a slot
Referenced by Class
Attributes
Own
- code_set 0..1
- Description: the identifier of an enumeration code set.
- Range: Uriorcurie
- in subsets: (basic)
- code_set_tag 0..1
- Description: the version tag of the enumeration code set
- Range: String
- in subsets: (basic)
- code_set_version 0..1
- Description: the version identifier of the enumeration code set
- Range: String
- in subsets: (basic)
- pv_formula 0..1
- Description: Defines the specific formula to be used to generate the permissible values.
- Range: pv_formula_options
- in subsets: (basic)
- permissible_values 0..*
- Description: A list of possible values for a slot range
- Range: PermissibleValue
- in subsets: (basic)