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

    Type Alias InbookReference

    InbookReference: Expand<
        BaseReference<INBOOK> & CoreBase & VolNum & Req<"publisher"> & Opt<
            "series"
            | "reportType"
            | "address"
            | "edition",
        > & RequireExactlyOneFrom<Fields, "author" | "editor"> & RequireAtLeastOne<
            Fields,
            "chapter"
            | "pages",
        >,
    >

    Citation for a specific part or chapter of a book, usually without its own title.