Periodic Table Database Schema - v0.6.3
    Preparing search index...
    CrystallographyCollection: Collection<
        {
            cleavage?: Single<StructProperty<Cleavage>>;
            crystalHabit?: Single<PrimitiveProperty<CrystalHabit>>;
            family?: Single<PrimitiveProperty<CrystalFamily>>;
            fracture?: Single<StructProperty<Fracture>>;
            laueGroup?: Single<PrimitiveProperty<string>>;
            ligancy?: Single<StructProperty<Ligancy>>;
            pearsonSymbol?: Single<PrimitiveProperty<string>>;
            pointGroup?: Single<StructProperty<PointGroup>>;
            spaceGroup?: Single<StructProperty<SpaceGroup>>;
            system?: Single<PrimitiveProperty<CrystalSystem>>;
            twinning?: Single<StructProperty<Twinning>>;
            unitCell?: Single<StructProperty<UnitCell>>;
        },
    >

    Registry of crystallographic and structural properties.