Periodic Table Database Schema - v0.6.3
    Preparing search index...

    Enumeration ValueType

    Technical representation models for data values within the schema.

    Index

    Enumeration Members

    ARRAY: "array"

    A collection of values of the same type.

    COUPLED: "coupled"

    Coupled values for entries based on multiple physical properties.

    PRIMITIVE: "primitive"

    A single, primitive data point (e.g., number or string).

    RANGE: "range"

    A continuous interval between two numeric bounds.

    SINGLE: "single"

    A discrete individual measurement or value.

    STRUCT: "struct"

    A complex object containing nested fields and sub-properties.