Class: ReferencedDataSubset

A DataSubset referenced by identifier (subClauseId) as the sub-clause of a compound expression.

URI: ars:ReferencedDataSubset

 classDiagram
    class ReferencedDataSubset
      ReferencedWhereClause <|-- ReferencedDataSubset        
      ReferencedDataSubset : subClauseId
        ReferencedDataSubset --|> DataSubset : subClauseId
        ReferencedDataSubset : level
        ReferencedDataSubset : order
        

Inheritance

Slots

Name Cardinality* and Range Description Inheritance
subClauseId 1..1
DataSubset
The identifier of the analysis set, data subset or group referenced in the co... ReferencedWhereClause
level 1..1
Integer
The level of the entry within a hierarchical structure LevelOrder
order 1..1
Integer
The ordinal of the instance with respect to other instances LevelOrder

* See LinkML documentation for cardinality definitions.

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ReferencedDataSubset
description: A `DataSubset` referenced by identifier (`subClauseId`) as the sub-clause
  of a compound expression.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: ReferencedWhereClause
slot_usage:
  subClauseId:
    name: subClauseId
    domain_of:
    - ReferencedWhereClause
    range: DataSubset

Induced

name: ReferencedDataSubset
description: A `DataSubset` referenced by identifier (`subClauseId`) as the sub-clause
  of a compound expression.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: ReferencedWhereClause
slot_usage:
  subClauseId:
    name: subClauseId
    domain_of:
    - ReferencedWhereClause
    range: DataSubset
attributes:
  subClauseId:
    name: subClauseId
    description: The identifier of the analysis set, data subset or group referenced
      in the compound expression.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: subClauseId
    owner: ReferencedDataSubset
    domain_of:
    - ReferencedWhereClause
    range: DataSubset
    required: true
    inlined: false
    inlined_as_list: false
  level:
    name: level
    description: The level of the entry within a hierarchical structure.
    comments:
    - 1 is the top level.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: level
    owner: ReferencedDataSubset
    domain_of:
    - LevelOrder
    range: integer
    required: true
  order:
    name: order
    description: The ordinal of the instance with respect to other instances.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: order
    owner: ReferencedDataSubset
    domain_of:
    - LevelOrder
    - Operation
    - OrderedGroupingFactor
    - OrderedDisplay
    - OrderedDisplaySubSection
    range: integer
    required: true