Class: ReferenceDocument
An external document containing supporting documentation or programming code.
classDiagram
class ReferenceDocument
NamedObject <|-- ReferenceDocument
ReferenceDocument : id
ReferenceDocument : location
ReferenceDocument : name
ReferenceDocument : description
ReferenceDocument : label
Inheritance
- NamedObject
- ReferenceDocument
Slots
Name | Cardinality* and Range | Description | Inheritance |
---|---|---|---|
id | 1..1 String |
The assigned identifying value for the instance of the class | direct |
location | 0..1 Uri |
A path (relative or absolute) indicating the location of the file | 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 |
---|---|---|---|
ReportingEvent | referenceDocuments | range | ReferenceDocument |
DocumentReference | referenceDocumentId | range | ReferenceDocument |
Identifier and Mapping Information
Schema Source
- from schema: https://www.cdisc.org/ars/1-0
Mappings
Mapping Type | Mapped Value |
---|---|
self | ars:ReferenceDocument |
native | ars:ReferenceDocument |
LinkML Source
Direct
name: ReferenceDocument
description: An external document containing supporting documentation or programming
code.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
slots:
- id
- location
Induced
name: ReferenceDocument
description: An external document containing supporting documentation or programming
code.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
attributes:
id:
name: id
description: The assigned identifying value for the instance of the class.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
identifier: true
alias: id
owner: ReferenceDocument
domain_of:
- ReportingEvent
- ReferenceDocument
- TerminologyExtension
- SponsorTerm
- AnalysisOutputCategorization
- AnalysisOutputCategory
- AnalysisSet
- DataSubset
- GroupingFactor
- Group
- AnalysisMethod
- Operation
- ReferencedOperationRelationship
- Analysis
- DisplaySubSection
- Output
- OutputDisplay
range: string
required: true
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: ReferenceDocument
domain_of:
- ReferenceDocument
- OutputFile
range: uri
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: ReferenceDocument
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: ReferenceDocument
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: ReferenceDocument
domain_of:
- NamedObject
- AnalysisOutputCategorization
- AnalysisOutputCategory
- PageRef
range: string