Class: ReferencedWhereClause
An abstract class indicating an identified where clause (i.e., AnalysisSet, DataSubset or Group) referenced by identifier (subClauseId) as the sub-clause in a compound expression.
- NOTE: this is an abstract class and should not be instantiated directly
 
URI: ars:ReferencedWhereClause
 classDiagram
    class ReferencedWhereClause
      LevelOrder <|-- ReferencedWhereClause
      ReferencedWhereClause <|-- SubClause
      ReferencedWhereClause <|-- ReferencedAnalysisSet
      ReferencedWhereClause <|-- ReferencedDataSubset
      ReferencedWhereClause <|-- ReferencedGroup
            
      ReferencedWhereClause : subClauseId
        
      ReferencedWhereClause : level
        
      ReferencedWhereClause : order
        
      
Inheritance
- ReferencedWhereClause [ LevelOrder]
 
Slots
| Name | Cardinality* and Range | Description | Inheritance | 
|---|---|---|---|
| subClauseId | 1..1  String  | 
The identifier of the analysis set, data subset or group referenced in the co... | direct | 
| 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:ReferencedWhereClause | 
| native | ars:ReferencedWhereClause | 
LinkML Source
Direct
name: ReferencedWhereClause
description: An abstract class indicating an identified where clause (i.e., `AnalysisSet`,
  `DataSubset` or `Group`) referenced by identifier (`subClauseId`) as the sub-clause
  in a compound expression.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
abstract: true
mixins:
- LevelOrder
slots:
- subClauseId
slot_usage:
  subClauseId:
    name: subClauseId
    domain_of:
    - ReferencedWhereClause
    required: true
Induced
name: ReferencedWhereClause
description: An abstract class indicating an identified where clause (i.e., `AnalysisSet`,
  `DataSubset` or `Group`) referenced by identifier (`subClauseId`) as the sub-clause
  in a compound expression.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
abstract: true
mixins:
- LevelOrder
slot_usage:
  subClauseId:
    name: subClauseId
    domain_of:
    - ReferencedWhereClause
    required: true
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: ReferencedWhereClause
    domain_of:
    - ReferencedWhereClause
    range: string
    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: ReferencedWhereClause
    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: ReferencedWhereClause
    domain_of:
    - LevelOrder
    - Operation
    - OrderedGroupingFactor
    - OrderedDisplay
    - OrderedDisplaySubSection
    range: integer
    required: true