Class: GlobalDisplaySection

A global definition for part of a tabular display containing one or more pieces of informational text that may be used in multiple displays.

URI: ars:GlobalDisplaySection

 classDiagram
    class GlobalDisplaySection
      GlobalDisplaySection : sectionType
        GlobalDisplaySection --|> DisplaySectionTypeEnum : sectionType
        GlobalDisplaySection : subSections
        GlobalDisplaySection --|> DisplaySubSection : subSections
        

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
subSections 0..*
DisplaySubSection
A list of defined pieces of information text that may be displayed in display... direct

* See LinkML documentation for cardinality definitions.

Usages

used by used in type used
ReportingEvent globalDisplaySections range GlobalDisplaySection

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: GlobalDisplaySection
description: A global definition for part of a tabular display containing one or more
  pieces of informational text that may be used in multiple displays.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
slots:
- sectionType
- subSections

Induced

name: GlobalDisplaySection
description: A global definition for part of a tabular display containing one or more
  pieces of informational text that may be used in multiple displays.
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: GlobalDisplaySection
    domain_of:
    - GlobalDisplaySection
    - DisplaySection
    range: DisplaySectionTypeEnum
  subSections:
    name: subSections
    description: A list of defined pieces of information text that may be displayed
      in display sections of the same type.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    multivalued: true
    alias: subSections
    owner: GlobalDisplaySection
    domain_of:
    - GlobalDisplaySection
    range: DisplaySubSection
    inlined: true
    inlined_as_list: true