Slot: exclude
Remove certain sub-elements from the list of sub-elements to be copied.
As of now there it is under-specified, how to specify the sub-elements to exclude. One possible implementation would be a list where all element types can be mixed, since there might not be name conflicts across element types.
URI: [linkmlmap:exclude](https://w3id.org/linkml/transformer/exclude)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [CopyDirective](CopyDirective.md) | Instructs a Schema Mapper in how to map to a target schema | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [Any](Any.md) |
| Domain Of | [CopyDirective](CopyDirective.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
### Slot Characteristics
| Property | Value |
| --- | --- |
| Owner | [CopyDirective](CopyDirective.md) |
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/linkml/transformer
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | linkmlmap:exclude |
| native | linkmlmap:exclude |
## LinkML Source
name: exclude
description: 'Remove certain sub-elements from the list of sub-elements to be copied.
As of now there it is under-specified, how to specify the sub-elements to exclude.
One possible implementation would be a list where all element types can be mixed,
since there might not be name conflicts across element types.'
from_schema: https://w3id.org/linkml/transformer
rank: 1000
owner: CopyDirective
domain_of:
- CopyDirective
range: Any