Slot: components

The components that make up this component list

URI: [odm:slot/components](https://cdisc.org/odm2/slot/components) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [ComponentList](../classes/ComponentList.md) | An abstract definition that specifies a list of components within a data structure definition, including various descriptor types | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | NONE or 
[Measure](../classes/Measure.md) or 
[Dimension](../classes/Dimension.md) or 
[DataAttribute](../classes/DataAttribute.md) | | Domain Of | [ComponentList](../classes/ComponentList.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Multivalued | Yes | ### Slot Characteristics | Property | Value | | --- | --- | | Owner | [ComponentList](../classes/ComponentList.md) |
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'Measure'}) - AnonymousSlotExpression({'range': 'Dimension'}) - AnonymousSlotExpression({'range': 'DataAttribute'})
## Identifier and Mapping Information ### Schema Source * from schema: https://cdisc.org/dds ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | odm:components | | native | odm:components | ## LinkML Source
name: components
description: The components that make up this component list
from_schema: https://cdisc.org/dds
rank: 1000
owner: ComponentList
domain_of:
- ComponentList
multivalued: true
inlined: true
inlined_as_list: true
any_of:
- range: Measure
- range: Dimension
- range: DataAttribute