Class: ReferencedAnalysisSet

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

URI: ars:ReferencedAnalysisSet

 classDiagram
    class ReferencedAnalysisSet
      ReferencedWhereClause <|-- ReferencedAnalysisSet        
      ReferencedAnalysisSet : subClauseId
        ReferencedAnalysisSet --|> AnalysisSet : subClauseId
        ReferencedAnalysisSet : level
        ReferencedAnalysisSet : order
        

Inheritance

Slots

Name Cardinality* and Range Description Inheritance
subClauseId 1..1
AnalysisSet
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:ReferencedAnalysisSet
native ars:ReferencedAnalysisSet

LinkML Source

Direct

name: ReferencedAnalysisSet
description: An `AnalysisSet` 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: AnalysisSet

Induced

name: ReferencedAnalysisSet
description: An `AnalysisSet` 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: AnalysisSet
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: ReferencedAnalysisSet
    domain_of:
    - ReferencedWhereClause
    range: AnalysisSet
    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: ReferencedAnalysisSet
    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: ReferencedAnalysisSet
    domain_of:
    - LevelOrder
    - Operation
    - OrderedGroupingFactor
    - OrderedDisplay
    - OrderedDisplaySubSection
    range: integer
    required: true