Enum: ValidationCommand
URI: ValidationCommand
Permissible Values
Value |
Meaning |
Description |
is_equal_to |
None |
|
is_equal_to_or_both_missing |
None |
|
is_greater_than_or_equal_to |
None |
|
is_greater_than |
None |
|
is_less_than_or_equal_to |
None |
|
is_less_than |
None |
|
is_not_equal_to |
None |
|
is_not_equal_to_and_not_both_missing |
None |
|
is_unique |
None |
|
is_duplicated |
None |
|
is_in |
None |
|
is_null |
None |
|
is_not_null |
None |
|
conjunction |
None |
|
disjunction |
None |
|
Slots
Schema Source
- from schema: https://w3id.org/peh/peh-model
LinkML Source
name: ValidationCommand
from_schema: https://w3id.org/peh/peh-model
rank: 1000
permissible_values:
is_equal_to:
text: is_equal_to
is_equal_to_or_both_missing:
text: is_equal_to_or_both_missing
is_greater_than_or_equal_to:
text: is_greater_than_or_equal_to
is_greater_than:
text: is_greater_than
is_less_than_or_equal_to:
text: is_less_than_or_equal_to
is_less_than:
text: is_less_than
is_not_equal_to:
text: is_not_equal_to
is_not_equal_to_and_not_both_missing:
text: is_not_equal_to_and_not_both_missing
is_unique:
text: is_unique
is_duplicated:
text: is_duplicated
is_in:
text: is_in
is_null:
text: is_null
is_not_null:
text: is_not_null
conjunction:
text: conjunction
disjunction:
text: disjunction