Class: OrderedDisplaySubSection

A single subsection ordered with respect to other subsections in the same section of a display.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: ars:OrderedDisplaySubSection

Inheritance

Slots

Name Cardinality* and Range Description Inheritance
order 1..1
Integer
The ordinal of the instance with respect to other instances direct
subSection 0..1
DisplaySubSection
A defined piece of information text to display in a display section direct
subSectionId 0..1
DisplaySubSection
The identifier of the referenced subsection direct

* See LinkML documentation for cardinality definitions.

Usages

used by used in type used
DisplaySection orderedSubSections range OrderedDisplaySubSection

Comments

  • A single subsection should be either defined using subSection or referenced using subSectionId (not both).

Identifier and Mapping Information

Schema Source

  • from schema: https://www.cdisc.org/ars/1-0

Mappings

Mapping Type Mapped Value
self ars:OrderedDisplaySubSection
native ars:OrderedDisplaySubSection

LinkML Source

Direct

name: OrderedDisplaySubSection
description: A single subsection ordered with respect to other subsections in the
  same section of a display.
comments:
- A single subsection should be either defined using subSection or referenced using
  subSectionId (not both).
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
abstract: true
slots:
- order
- subSection
- subSectionId

Induced

name: OrderedDisplaySubSection
description: A single subsection ordered with respect to other subsections in the
  same section of a display.
comments:
- A single subsection should be either defined using subSection or referenced using
  subSectionId (not both).
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
abstract: true
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: OrderedDisplaySubSection
    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: OrderedDisplaySubSection
    domain_of:
    - OrderedDisplaySubSection
    range: DisplaySubSection
    inlined: true
  subSectionId:
    name: subSectionId
    description: The identifier of the referenced subsection.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: subSectionId
    owner: OrderedDisplaySubSection
    domain_of:
    - OrderedDisplaySubSection
    range: DisplaySubSection
    inlined: false