Class: NestedList

A list of items (analyses or outputs) that may be organized within sub-lists.

URI: ars:NestedList

 classDiagram
    class NestedList
      NestedList : listItems
        NestedList --|> OrderedListItem : listItems
        

Slots

Name Cardinality* and Range Description Inheritance
listItems 0..*
OrderedListItem
Items in the list direct

* See LinkML documentation for cardinality definitions.

Usages

used by used in type used
ListOfContents contentsList range NestedList
OrderedListItem sublist range NestedList

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: NestedList
description: A list of items (analyses or outputs) that may be organized within sub-lists.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
slots:
- listItems

Induced

name: NestedList
description: A list of items (analyses or outputs) that may be organized within sub-lists.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
attributes:
  listItems:
    name: listItems
    description: Items in the list. Each item may include a reference to an analysis,
      a reference to an output, or a sub-list.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    multivalued: true
    list_elements_ordered: true
    alias: listItems
    owner: NestedList
    domain_of:
    - NestedList
    range: OrderedListItem
    inlined: true
    inlined_as_list: true