Class: OrderedListItem
An item (analysis, output or sub-list) ordered relative to other items within a list or sub-list.
URI: ars:OrderedListItem
classDiagram
class OrderedListItem
LevelOrder <|-- OrderedListItem
NamedObject <|-- OrderedListItem
OrderedListItem : analysisId
OrderedListItem --|> Analysis : analysisId
OrderedListItem : outputId
OrderedListItem --|> Output : outputId
OrderedListItem : sublist
OrderedListItem --|> NestedList : sublist
OrderedListItem : level
OrderedListItem : order
OrderedListItem : name
OrderedListItem : description
OrderedListItem : label
Inheritance
- NamedObject
- OrderedListItem [ LevelOrder]
Slots
Name | Cardinality* and Range | Description | Inheritance |
---|---|---|---|
analysisId | 0..1 Analysis |
The identifier of the referenced analysis | direct |
outputId | 0..1 Output |
The identifier of the referenced output | direct |
sublist | 0..1 NestedList |
A sub-list of items (analyses or outputs) that may be further organized withi... | direct |
level | 1..1 Integer |
The level of the entry within a hierarchical structure | LevelOrder |
order | 1..1 Integer |
The ordinal of the instance with respect to other instances | LevelOrder |
name | 1..1 String |
The name for the instance of the class | NamedObject |
description | 0..1 String |
A textual description of the instance of the class | NamedObject |
label | 0..1 String |
A short informative description that may be used for display | NamedObject |
* See LinkML documentation for cardinality definitions.
Usages
used by | used in | type | used |
---|---|---|---|
NestedList | listItems | range | OrderedListItem |
Identifier and Mapping Information
Schema Source
- from schema: https://www.cdisc.org/ars/1-0
Mappings
Mapping Type | Mapped Value |
---|---|
self | ars:OrderedListItem |
native | ars:OrderedListItem |
LinkML Source
Direct
name: OrderedListItem
description: An item (analysis, output or sub-list) ordered relative to other items
within a list or sub-list.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
mixins:
- LevelOrder
slots:
- analysisId
- outputId
- sublist
Induced
name: OrderedListItem
description: An item (analysis, output or sub-list) ordered relative to other items
within a list or sub-list.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
mixins:
- LevelOrder
attributes:
analysisId:
name: analysisId
description: The identifier of the referenced analysis.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
multivalued: false
alias: analysisId
owner: OrderedListItem
domain_of:
- OrderedListItem
- ReferencedOperationRelationship
- ReferencedAnalysisOperation
range: Analysis
inlined: false
outputId:
name: outputId
description: The identifier of the referenced output.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
multivalued: false
alias: outputId
owner: OrderedListItem
domain_of:
- OrderedListItem
range: Output
inlined: false
sublist:
name: sublist
description: A sub-list of items (analyses or outputs) that may be further organized
within sub-lists.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
multivalued: false
alias: sublist
owner: OrderedListItem
domain_of:
- OrderedListItem
range: NestedList
inlined: true
level:
name: level
description: The level of the entry within a hierarchical structure.
comments:
- 1 is the top level.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: level
owner: OrderedListItem
domain_of:
- LevelOrder
range: integer
required: true
order:
name: order
description: The ordinal of the instance with respect to other instances.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: order
owner: OrderedListItem
domain_of:
- LevelOrder
- Operation
- OrderedGroupingFactor
- OrderedDisplay
- OrderedDisplaySubSection
range: integer
required: true
name:
name: name
description: The name for the instance of the class.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: name
owner: OrderedListItem
domain_of:
- NamedObject
range: string
required: true
description:
name: description
description: A textual description of the instance of the class.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: description
owner: OrderedListItem
domain_of:
- NamedObject
- SponsorTerm
- ReferencedOperationRelationship
range: string
label:
name: label
description: A short informative description that may be used for display.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: label
owner: OrderedListItem
domain_of:
- NamedObject
- AnalysisOutputCategorization
- AnalysisOutputCategory
- PageRef
range: string