Element: Book

Includes metadata associated with the book referenced by the citation.

Content Model

( Publisher, BookTitle, PubDate, BeginningDate?, EndingDate?, AuthorList*, InvestigatorList?, Volume?, VolumeTitle?, Edition?, CollectionTitle?, Isbn*, ELocationID*, Medium?, ReportNumber? )

Contains:

May be contained in:

Examples

<Book>
    <Publisher>
        <PublisherName>National Institute for Health and Care Excellence (NICE)</PublisherName>
        <PublisherLocation>London</PublisherLocation>
    </Publisher>
    <BookTitle book="niceg12">Good Practice Guidance – Integratedated Process Statement</BookTitle>
    <PubDate>
        <Year>2013</Year>
        <Month>05</Month>
        <Day>07</Day>
    </PubDate>
    <AuthorList Type="authors">
        <Author>
            <CollectiveName>National Institute for Health and Care Excellence</CollectiveName>
        </Author>
    </AuthorList>
    <CollectionTitle book="nicepmg">NICE Process and Methods Guides</CollectionTitle>
    <Isbn>9781473119086</Isbn>
    <Medium>Internet</Medium>
    <ReportNumber>Process and Methods Guides No. 12</ReportNumber>
</Book>