Enum: OutputFileTypeEnum
The file format of the file containing output from analyses.
URI: OutputFileTypeEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| None | Portable Document Format (PDF) | |
| rtf | None | Rich Text Format (RTF) |
| txt | None | Plain text |
Slots
| Name | Description |
|---|---|
| controlledTerm |
Identifier and Mapping Information
Schema Source
- from schema: https://www.cdisc.org/ars/1-0
LinkML Source
name: OutputFileTypeEnum
description: The file format of the file containing output from analyses.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
permissible_values:
pdf:
text: pdf
description: Portable Document Format (PDF)
rtf:
text: rtf
description: Rich Text Format (RTF)
txt:
text: txt
description: Plain text