<book-id>

Book Type Identifier

An identifier, such as a DOI or archive control number, for a work

Remarks

The @pub-id-type attribute may be used to identify the type or source of the identifier.

Attribute

pub-id-type Type of Publication Identifier

Related Elements

The <isbn> element contains the ISBN for a work, a particular type of identifier not modeled with this more generic identifier element.

The @pub-id-type attribute associated with this element is also used with citations to note the publication type.

Content Model

<!ELEMENT  book-id      (#PCDATA)                                    >

Description

Text, numbers, or special characters

This element may be contained in:

<book-meta>

Example

<book>
<book-meta>
<book-id pub-id-type="other">handbook</book-id>
<book-title-group>
<book-title>The NCBI Handbook</book-title>
</book-title-group>
<edition>1<sup>st</sup></edition>
<contrib-group>...</contrib-group>
...</book-meta>
<book-front>...</book-front>
<body>...</body>
<back>...</back>
</book>

Module

bookmeta3.ent