Class: Formatted
A mixin that provides slots for reporting, exchange, or storage formatting
URI: odm:class/Formatted
erDiagram
Formatted {
integer decimalDigits
string displayFormat
integer significantDigits
}
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
decimalDigits | 0..1 Integer |
For decimal values, the number of digits after the decimal point | direct |
displayFormat | 0..1 String |
A display format for the item | direct |
significantDigits | 0..1 Integer |
For numeric values, the number of significant digits | direct |
Mixin Usage
mixed into | description |
---|---|
Item | A data element that represents a specific piece of information within a defined context, with data type, constraints, and derivation methods |
Identifier and Mapping Information
Schema Source
- from schema: https://cdisc.org/define-json
Mappings
Mapping Type | Mapped Value |
---|---|
self | odm:Formatted |
native | odm:Formatted |
related | sdmx:Facet, sdmx:Representation |
LinkML Source
Direct
name: Formatted
description: A mixin that provides slots for reporting, exchange, or storage formatting
from_schema: https://cdisc.org/define-json
related_mappings:
- sdmx:Facet
- sdmx:Representation
mixin: true
attributes:
decimalDigits:
name: decimalDigits
description: For decimal values, the number of digits after the decimal point
from_schema: https://cdisc.org/define-json
rank: 1000
domain_of:
- Formatted
range: integer
displayFormat:
name: displayFormat
description: A display format for the item
from_schema: https://cdisc.org/define-json
rank: 1000
domain_of:
- Formatted
range: string
significantDigits:
name: significantDigits
description: For numeric values, the number of significant digits
from_schema: https://cdisc.org/define-json
rank: 1000
domain_of:
- Formatted
range: integer
Induced
name: Formatted
description: A mixin that provides slots for reporting, exchange, or storage formatting
from_schema: https://cdisc.org/define-json
related_mappings:
- sdmx:Facet
- sdmx:Representation
mixin: true
attributes:
decimalDigits:
name: decimalDigits
description: For decimal values, the number of digits after the decimal point
from_schema: https://cdisc.org/define-json
rank: 1000
alias: decimalDigits
owner: Formatted
domain_of:
- Formatted
range: integer
displayFormat:
name: displayFormat
description: A display format for the item
from_schema: https://cdisc.org/define-json
rank: 1000
alias: displayFormat
owner: Formatted
domain_of:
- Formatted
range: string
significantDigits:
name: significantDigits
description: For numeric values, the number of significant digits
from_schema: https://cdisc.org/define-json
rank: 1000
alias: significantDigits
owner: Formatted
domain_of:
- Formatted
range: integer