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

    Type Alias IncollectionReference

    IncollectionReference: Expand<
        BaseReference<INCOLLECTION> & Authored & VolNum & Req<
            "booktitle"
            | "publisher",
        > & Opt<
            | "editor"
            | "series"
            | "reportType"
            | "chapter"
            | "pages"
            | "address"
            | "edition",
        >,
    >

    Citation for a part of a book having its own title and usually its own authors.