Slot: components
The components that make up this component list
URI: dds:slot/components
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| ComponentList | 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 | String or Measure or Dimension or DataAttribute |
| Domain Of | ComponentList |
Cardinality and Requirements
| Property | Value |
|---|---|
| Multivalued | Yes |
| ### Slot Characteristics |
| Property | Value |
|---|---|
| Owner | ComponentList |
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 | dds:components |
| native | dds: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
range: string
multivalued: true
inlined: true
inlined_as_list: true
any_of:
- range: Measure
- range: Dimension
- range: DataAttribute