Class: ListOfContents

A structured list of analyses and outputs included in the reporting event.

URI: ars:ListOfContents

 classDiagram
    class ListOfContents
      NamedObject <|-- ListOfContents        
      ListOfContents : contentsList
        ListOfContents --|> NestedList : contentsList
        ListOfContents : name
        ListOfContents : description
        ListOfContents : label
        

Inheritance

Slots

Name Cardinality* and Range Description Inheritance
contentsList 1..1
NestedList
A structured list of the analyses and outputs defined for the reporting event direct
name 1..1
String
The name for the instance of the class NamedObject
description 0..1
String
A textual description of the instance of the class NamedObject
label 0..1
String
A short informative description that may be used for display NamedObject

* See LinkML documentation for cardinality definitions.

Usages

used by used in type used
ReportingEvent mainListOfContents range ListOfContents
ReportingEvent otherListsOfContents range ListOfContents

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ListOfContents
description: A structured list of analyses and outputs included in the reporting event.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
slots:
- contentsList

Induced

name: ListOfContents
description: A structured list of analyses and outputs included in the reporting event.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
attributes:
  contentsList:
    name: contentsList
    description: A structured list of the analyses and outputs defined for the reporting
      event.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: contentsList
    owner: ListOfContents
    domain_of:
    - ListOfContents
    range: NestedList
    required: true
  name:
    name: name
    description: The name for the instance of the class.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: name
    owner: ListOfContents
    domain_of:
    - NamedObject
    range: string
    required: true
  description:
    name: description
    description: A textual description of the instance of the class.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: description
    owner: ListOfContents
    domain_of:
    - NamedObject
    - SponsorTerm
    - ReferencedOperationRelationship
    range: string
  label:
    name: label
    description: A short informative description that may be used for display.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: label
    owner: ListOfContents
    domain_of:
    - NamedObject
    - AnalysisOutputCategorization
    - AnalysisOutputCategory
    - PageRef
    range: string