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

    Enumeration ValueType

    The architectural data structure used to represent a value.

    Index

    Enumeration Members

    ARRAY: "array"

    A collection of multiple values of the same type.

    COUPLED: "coupled"

    Values that are grouped together (e.g. triple point).

    PRIMITIVE: "primitive"

    A single, basic data type (number, string, boolean).

    RANGE: "range"

    A continuous interval between a minimum and maximum value.

    SINGLE: "single"

    A single quantified value with an optional unit.

    STRUCT: "struct"

    A complex object containing multiple related properties.