Enum: CLDataType
Enumeration used in dataType
URI: CLDataType
Permissible Values
Value | Meaning | Description |
---|---|---|
integer | None | |
decimal | None | |
text | None | |
string | None |
Slots
Name | Description |
---|---|
dataType | Specifies the DataType for codes defined in this codelist. |
Identifier and Mapping Information
Schema Source
- from schema: http://www.cdisc.org/ns/odm/v2.0
LinkML Source
name: CLDataType
description: Enumeration used in dataType
from_schema: http://www.cdisc.org/ns/odm/v2.0
rank: 1000
permissible_values:
integer:
text: integer
is_a: CLDataType
decimal:
text: decimal
is_a: CLDataType
text:
text: text
is_a: CLDataType
string:
text: string
is_a: CLDataType