Class: DisplaySubSection
An occurrence of a display section containing text.
classDiagram
class DisplaySubSection
DisplaySubSection : id
DisplaySubSection : text
Slots
Name | Cardinality* and Range | Description | Inheritance |
---|---|---|---|
id | 1..1 String |
The assigned identifying value for the instance of the class | direct |
text | 1..1 String |
The text to be displayed in the display section | direct |
* See LinkML documentation for cardinality definitions.
Usages
used by | used in | type | used |
---|---|---|---|
GlobalDisplaySection | subSections | range | DisplaySubSection |
OrderedDisplaySubSection | subSection | range | DisplaySubSection |
OrderedDisplaySubSection | subSectionId | range | DisplaySubSection |
OrderedSubSection | subSection | range | DisplaySubSection |
OrderedSubSection | subSectionId | range | DisplaySubSection |
OrderedSubSectionRef | subSection | range | DisplaySubSection |
OrderedSubSectionRef | subSectionId | range | DisplaySubSection |
Identifier and Mapping Information
Schema Source
- from schema: https://www.cdisc.org/ars/1-0
Mappings
Mapping Type | Mapped Value |
---|---|
self | ars:DisplaySubSection |
native | ars:DisplaySubSection |
LinkML Source
Direct
name: DisplaySubSection
description: An occurrence of a display section containing text.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
slots:
- id
- text
slot_usage:
text:
name: text
domain_of:
- DisplaySubSection
required: true
Induced
name: DisplaySubSection
description: An occurrence of a display section containing text.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
slot_usage:
text:
name: text
domain_of:
- DisplaySubSection
required: true
attributes:
id:
name: id
description: The assigned identifying value for the instance of the class.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
identifier: true
alias: id
owner: DisplaySubSection
domain_of:
- ReportingEvent
- ReferenceDocument
- TerminologyExtension
- SponsorTerm
- AnalysisOutputCategorization
- AnalysisOutputCategory
- AnalysisSet
- DataSubset
- GroupingFactor
- Group
- AnalysisMethod
- Operation
- ReferencedOperationRelationship
- Analysis
- DisplaySubSection
- Output
- OutputDisplay
range: string
required: true
text:
name: text
description: The text to be displayed in the display section.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: text
owner: DisplaySubSection
domain_of:
- DisplaySubSection
range: string
required: true