Class: Formatted

A mixin that provides slots for reporting, exchange, or storage formatting

URI: dds:class/Formatted

erDiagram
Formatted {
    integer decimalDigits  
    string displayFormat  
    integer significantDigits  
}



Class Properties

Property Value
Mixin Yes

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/dds

Mappings

Mapping Type Mapped Value
self dds:Formatted
native dds: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/dds
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/dds
    rank: 1000
    domain_of:
    - Formatted
    range: integer
  displayFormat:
    name: displayFormat
    description: A display format for the item
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - Formatted
  significantDigits:
    name: significantDigits
    description: For numeric values, the number of significant digits
    from_schema: https://cdisc.org/dds
    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/dds
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/dds
    rank: 1000
    owner: Formatted
    domain_of:
    - Formatted
    range: integer
  displayFormat:
    name: displayFormat
    description: A display format for the item
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: Formatted
    domain_of:
    - Formatted
    range: string
  significantDigits:
    name: significantDigits
    description: For numeric values, the number of significant digits
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: Formatted
    domain_of:
    - Formatted
    range: integer