Class: anonymous_enum_expression
An enum_expression that is not named
URI: linkml:AnonymousEnumExpression
Uses Mixin
- mixin: EnumExpression - An expression that constrains the range of a slot
Referenced by Class
- EnumExpression include 0..* AnonymousEnumExpression
- EnumExpression minus 0..* AnonymousEnumExpression
Attributes
Mixed in from enum_expression:
- code_set 0..1
- Description: the identifier of an enumeration code set.
- Range: Uriorcurie
- in subsets: (basic)
Mixed in from enum_expression:
- code_set_tag 0..1
- Description: the version tag of the enumeration code set
- Range: String
- in subsets: (basic)
Mixed in from enum_expression:
- code_set_version 0..1
- Description: the version identifier of the enumeration code set
- Range: String
- in subsets: (basic)
Mixed in from enum_expression:
- pv_formula 0..1
- Description: Defines the specific formula to be used to generate the permissible values.
- Range: pv_formula_options
- in subsets: (basic)
Mixed in from enum_expression:
- permissible_values 0..*
- Description: A list of possible values for a slot range
- Range: PermissibleValue
- in subsets: (basic)
Mixed in from enum_expression:
- include 0..*
- Description: An enum expression that yields a list of permissible values that are to be included, after subtracting the minus set
- Range: AnonymousEnumExpression
Mixed in from enum_expression:
- minus 0..*
- Description: An enum expression that yields a list of permissible values that are to be subtracted from the enum
- Range: AnonymousEnumExpression
Mixed in from enum_expression:
- inherits 0..*
- Description: An enum definition that is used as the basis to create a new enum
- Range: EnumDefinition
Mixed in from enum_expression:
- reachable_from 0..1
- Description: Specifies a query for obtaining a list of permissible values based on graph reachability
- Range: ReachabilityQuery
Mixed in from enum_expression:
- matches 0..1
- Description: Specifies a match query that is used to calculate the list of permissible values
- Range: MatchQuery
Mixed in from enum_expression:
- concepts 0..*
- Description: A list of identifiers that are used to construct a set of permissible values
- Range: Uriorcurie