Slot: include
An enum expression that yields a list of permissible values that are to be included, after subtracting the minus set
URI: [linkml:include](https://w3id.org/linkml/include)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [EnumExpression](EnumExpression.md) | An expression that constrains the range of a slot | 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 | [AnonymousEnumExpression](AnonymousEnumExpression.md) |
| Domain | [EnumExpression](EnumExpression.md) |
| Domain Of | [EnumExpression](EnumExpression.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
| Multivalued | Yes |
## In Subsets
* [SpecificationSubset](SpecificationSubset.md)
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/linkml/meta
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | linkml:include |
| native | linkml:include |
## LinkML Source
name: include
description: An enum expression that yields a list of permissible values that are
to be included, after subtracting the minus set
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: enum_expression
domain_of:
- enum_expression
range: anonymous_enum_expression
multivalued: true