Class: DisplaySection

A part of a tabular display containing one or more pieces of informational text (e.g., title, footnote).

URI: ars:DisplaySection

 classDiagram
    class DisplaySection
      DisplaySection : orderedSubSections
        DisplaySection --|> OrderedDisplaySubSection : orderedSubSections
        DisplaySection : sectionType
        DisplaySection --|> DisplaySectionTypeEnum : sectionType
        

Slots

Name Cardinality* and Range Description Inheritance
sectionType 0..1
DisplaySectionTypeEnum
The type of display section that contains one or more pieces of informational... direct
orderedSubSections 0..*
OrderedDisplaySubSection
An ordered list of the informational text to display in the display section direct

* See LinkML documentation for cardinality definitions.

Usages

used by used in type used
OutputDisplay displaySections range DisplaySection

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: DisplaySection
description: A part of a tabular display containing one or more pieces of informational
  text (e.g., title, footnote).
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
slots:
- sectionType
- orderedSubSections

Induced

name: DisplaySection
description: A part of a tabular display containing one or more pieces of informational
  text (e.g., title, footnote).
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
attributes:
  sectionType:
    name: sectionType
    description: The type of display section that contains one or more pieces of informational
      text.
    examples:
    - value: Header
    - value: Title
    - value: Footnote
    - value: Legend
    - value: Abbreviation
    - value: Footer
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: sectionType
    owner: DisplaySection
    domain_of:
    - GlobalDisplaySection
    - DisplaySection
    range: DisplaySectionTypeEnum
  orderedSubSections:
    name: orderedSubSections
    description: An ordered list of the informational text to display in the display
      section.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    multivalued: true
    list_elements_ordered: true
    alias: orderedSubSections
    owner: DisplaySection
    domain_of:
    - DisplaySection
    range: OrderedDisplaySubSection
    inlined: true
    inlined_as_list: true
    any_of:
    - range: OrderedSubSection
    - range: OrderedSubSectionRef