Class: TranslatedText
A container of the language-specific translations of a single piece of text (a set of localised strings), as opposed to one Translation.
erDiagram
TranslatedText {
}
Translation {
string language
string value
}
TranslatedText ||--}o Translation : "translations"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| translations | * Translation |
direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://cdisc.org/dds
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | dds:TranslatedText |
| native | dds:TranslatedText |
LinkML Source
Direct
name: TranslatedText
description: A container of the language-specific translations of a single piece of
text (a set of localised strings), as opposed to one Translation.
from_schema: https://cdisc.org/dds
attributes:
translations:
name: translations
from_schema: https://cdisc.org/dds
rank: 1000
domain_of:
- TranslatedText
range: Translation
multivalued: true
inlined: true
inlined_as_list: true
Induced
name: TranslatedText
description: A container of the language-specific translations of a single piece of
text (a set of localised strings), as opposed to one Translation.
from_schema: https://cdisc.org/dds
attributes:
translations:
name: translations
from_schema: https://cdisc.org/dds
rank: 1000
owner: TranslatedText
domain_of:
- TranslatedText
range: Translation
multivalued: true
inlined: true
inlined_as_list: true