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

    Type Alias AbundanceCollection

    AbundanceCollection: Collection<
        {
            abundances?: Mapping<
                AbundanceType,
                OneOrMany<NumberProperty<"massFraction">>,
            >;
            naturalOccurrence?: One<PrimitiveProperty<NaturalOccurrence>>;
        },
    >

    Collection of properties describing the natural occurrence and quantitative abundance of a species.