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

    Type Alias MineralClassification

    MineralClassification: Collection<
        {
            class: Distinct<MineralClass>;
            phase: Distinct<SOLID>;
            properties: Distinct<SubstanceProperty | MineralProperty>[];
            series?: Distinct<string>;
            structure: Distinct<MineralStructure>;
            subclass?: Distinct<MineralSubClass>;
            system: Group<
                {
                    dana?: Distinct<string>;
                    imaSymbol: Distinct<string>;
                    lapis?: Distinct<string>;
                    strunz8?: Distinct<string>;
                    strunz9?: Distinct<string>;
                },
            >;
        },
    >

    Geological and structural classification of a mineral.