Class: OrderedSubSection
A subsection ordered with respect to other subsections of the same type.
Inheritance
- OrderedDisplaySubSection
- OrderedSubSection
Slots
Name | Cardinality* and Range | Description | Inheritance |
---|---|---|---|
order | 1..1 Integer |
The ordinal of the instance with respect to other instances | OrderedDisplaySubSection |
subSection | 1..1 DisplaySubSection |
A defined piece of information text to display in a display section | OrderedDisplaySubSection |
subSectionId | 0..1 DisplaySubSection |
NOT USED | OrderedDisplaySubSection |
* See LinkML documentation for cardinality definitions.
Identifier and Mapping Information
Schema Source
- from schema: https://www.cdisc.org/ars/1-0
Mappings
Mapping Type | Mapped Value |
---|---|
self | ars:OrderedSubSection |
native | ars:OrderedSubSection |
LinkML Source
Direct
name: OrderedSubSection
description: A subsection ordered with respect to other subsections of the same type.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: OrderedDisplaySubSection
slot_usage:
subSection:
name: subSection
domain_of:
- OrderedDisplaySubSection
required: true
value_presence: PRESENT
subSectionId:
name: subSectionId
description: NOT USED
domain_of:
- OrderedDisplaySubSection
value_presence: ABSENT
defining_slots:
- subSection
Induced
name: OrderedSubSection
description: A subsection ordered with respect to other subsections of the same type.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: OrderedDisplaySubSection
slot_usage:
subSection:
name: subSection
domain_of:
- OrderedDisplaySubSection
required: true
value_presence: PRESENT
subSectionId:
name: subSectionId
description: NOT USED
domain_of:
- OrderedDisplaySubSection
value_presence: ABSENT
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: OrderedSubSection
domain_of:
- LevelOrder
- Operation
- OrderedGroupingFactor
- OrderedDisplay
- OrderedDisplaySubSection
range: integer
required: true
subSection:
name: subSection
description: A defined piece of information text to display in a display section.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: subSection
owner: OrderedSubSection
domain_of:
- OrderedDisplaySubSection
range: DisplaySubSection
required: true
inlined: true
value_presence: PRESENT
subSectionId:
name: subSectionId
description: NOT USED
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: subSectionId
owner: OrderedSubSection
domain_of:
- OrderedDisplaySubSection
range: DisplaySubSection
inlined: false
value_presence: ABSENT
defining_slots:
- subSection