Skip to content

Slot: repeated_elements

The repeating-instrument instances of a structured record, as a single list tagged by (instrument, instance) — the minimal lossless representation of REDCap's repeats. A project root redeclares the range to its own specialised RepeatedElement via slot_usage.

URI: [redcap_record:repeated_elements](https://w3id.org/linkml/redcap-record/repeated_elements) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [StructuredRecord](StructuredRecord.md) | Root of the structured (record-grouped) serialization: one object per ``recor... | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [RepeatedElement](RepeatedElement.md) | | Domain Of | [StructuredRecord](StructuredRecord.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Multivalued | Yes | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/redcap-record ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | redcap_record:repeated_elements | | native | redcap_record:repeated_elements | ## LinkML Source
name: repeated_elements
description: The repeating-instrument instances of a structured record, as a single
  list tagged by ``(instrument, instance)`` — the minimal lossless representation
  of REDCap's repeats. A project root redeclares the range to its own specialised
  ``RepeatedElement`` via ``slot_usage``.
from_schema: https://w3id.org/linkml/redcap-record
rank: 1000
domain_of:
- StructuredRecord
range: RepeatedElement
required: false
multivalued: true
inlined: true
inlined_as_list: true