Class: Formatted

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

URI: [odm:class/Formatted](https://cdisc.org/odm2/class/Formatted)
erDiagram
Formatted {
    integer decimalDigits  
    string displayFormat  
    integer significantDigits  
}



## Class Properties | Property | Value | | --- | --- | | Mixin | Yes | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [decimalDigits](../slots/decimalDigits.md) | 0..1
[Integer](../types/Integer.md) | For decimal values, the number of digits after the decimal point | direct | | [displayFormat](../slots/displayFormat.md) | 0..1
[String](../types/String.md) | A display format for the item | direct | | [significantDigits](../slots/significantDigits.md) | 0..1
[Integer](../types/Integer.md) | For numeric values, the number of significant digits | direct | ## Mixin Usage | mixed into | description | | --- | --- | | [Item](../classes/Item.md) | 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 | 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/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
    range: string
  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