Class: OutputFile

A file containing analysis output displays.

URI: ars:OutputFile

 classDiagram
    class OutputFile
      NamedObject <|-- OutputFile        
      OutputFile : fileType
        OutputFile --|> ExtensibleTerminologyTerm : fileType
        OutputFile : location
        OutputFile : style
        OutputFile : name
        OutputFile : description
        OutputFile : label
        

Inheritance

Slots

Name Cardinality* and Range Description Inheritance
fileType 0..1
ExtensibleTerminologyTerm
The format of the output file direct
location 0..1
Uri
A path (relative or absolute) indicating the location of the file direct
style 0..1
String
Reference to the specification of the style used for the output 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
Output fileSpecifications range OutputFile

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: OutputFile
description: A file containing analysis output displays.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
slots:
- fileType
- location
- style

Induced

name: OutputFile
description: A file containing analysis output displays.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
attributes:
  fileType:
    name: fileType
    description: The format of the output file.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: fileType
    owner: OutputFile
    domain_of:
    - OutputFile
    range: ExtensibleTerminologyTerm
    any_of:
    - range: OutputFileType
    - range: SponsorOutputFileType
  location:
    name: location
    description: A path (relative or absolute) indicating the location of the file.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: location
    owner: OutputFile
    domain_of:
    - ReferenceDocument
    - OutputFile
    range: uri
  style:
    name: style
    description: Reference to the specification of the style used for the output.
    comments:
    - This is a placeholder attribute. Style specifications are not yet included in
      the model.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: style
    owner: OutputFile
    domain_of:
    - OutputFile
    range: string
  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: OutputFile
    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: OutputFile
    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: OutputFile
    domain_of:
    - NamedObject
    - AnalysisOutputCategorization
    - AnalysisOutputCategory
    - PageRef
    range: string