Skip to content

Slot: list_elements_ordered

If True, then the order of elements of a multivalued slot is guaranteed to be preserved. If False, the order may still be preserved but this is not guaranteed

URI: [linkml:list_elements_ordered](https://w3id.org/linkml/list_elements_ordered) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [SlotDefinition](SlotDefinition.md) | an element that describes how instances are related to other instances | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [Boolean](Boolean.md) | | Domain | [SlotDefinition](SlotDefinition.md) | | Domain Of | [SlotDefinition](SlotDefinition.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | ### Slot Characteristics | Property | Value | | --- | --- | | Inherited | Yes | ## In Subsets * [SpecificationSubset](SpecificationSubset.md) ## Comments * should only be used with multivalued slots ## Identifier and Mapping Information ### Administrative Metadata **Status:** testing ### Schema Source * from schema: https://w3id.org/linkml/meta ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkml:list_elements_ordered | | native | linkml:list_elements_ordered | ## LinkML Source
name: list_elements_ordered
description: If True, then the order of elements of a multivalued slot is guaranteed
  to be preserved. If False, the order may still be preserved but this is not guaranteed
comments:
- should only be used with multivalued slots
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
status: testing
rank: 1000
domain: slot_definition
inherited: true
domain_of:
- slot_definition
range: boolean