Class: OrderedDisplay
A display ordered with respect to other displays in an analysis output.
URI: ars:OrderedDisplay
classDiagram
class OrderedDisplay
OrderedDisplay : display
OrderedDisplay --|> OutputDisplay : display
OrderedDisplay : order
Slots
Name | Cardinality* and Range | Description | Inheritance |
---|---|---|---|
order | 1..1 Integer |
The ordinal of the instance with respect to other instances | direct |
display | 1..1 OutputDisplay |
A display contained in the output | direct |
* See LinkML documentation for cardinality definitions.
Usages
used by | used in | type | used |
---|---|---|---|
Output | displays | range | OrderedDisplay |
Identifier and Mapping Information
Schema Source
- from schema: https://www.cdisc.org/ars/1-0
Mappings
Mapping Type | Mapped Value |
---|---|
self | ars:OrderedDisplay |
native | ars:OrderedDisplay |
LinkML Source
Direct
name: OrderedDisplay
description: A display ordered with respect to other displays in an analysis output.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
slots:
- order
- display
Induced
name: OrderedDisplay
description: A display ordered with respect to other displays in an analysis output.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
attributes:
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: OrderedDisplay
domain_of:
- LevelOrder
- Operation
- OrderedGroupingFactor
- OrderedDisplay
- OrderedDisplaySubSection
range: integer
required: true
display:
name: display
description: A display contained in the output.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: display
owner: OrderedDisplay
domain_of:
- OrderedDisplay
range: OutputDisplay
required: true
inlined: true