<ref-book-text> (Reference to Book - Text-based) Description .email comment.
Description
This element holds a references to a book, including its title, the range of books it is a part of, and possibly the chapter title, first and last page numbers of the relevant material. It may also include additional information and a link to the book concerned.
Note that this element can be replaced by the <ref-book> element if it is not necessary to retain the original layout and punctuation of the reference.
Parent Elements
The elements listed below may directly contain this element. They are "parent" elements. Elements in referenced groups are included, up to two levels of group nesting.
Parent elements: <ref-book>
Model Diagram
The DTD model for this element:
--+(choice of TEXT with elements repeated) 
  |  
  |-- author-ref-text  -- (TEXT and elements)
  |  
  |-- chaptitle  -- (TEXT and elements)
  |  
  |-- booktitle  -- (TEXT and elements)
  |  
  |-- editor-ref-text  -- (TEXT and elements)
  |  
  |-- seriesinfo  -- (TEXT and elements)
  |  
  |-- publicationfield-text  -- (TEXT and elements)
  |  
  |-- firstpage  -- (TEXT and elements)
  |  
  |-- lastpage  -- (TEXT and elements)
  |  
  |-- doi  -- TEXT
  |  
  |-- addinfo  -- (TEXT and elements)
  |  
  |-- linkset  -- (elements)
DTD Definition
The DTD contains the following element and attribute definitions (note that embedded links are to definitions within the DTD page of this guide):
<!ELEMENT ref-book-text                  (#PCDATA | author-ref-text | chaptitle | booktitle | editor-ref-text
                                               | seriesinfo | publicationfield-text | firstpage | lastpage | doi
                                               | addinfo | linkset)*>
<!ATTLIST ref-book-text
               %a-group-CommonIDAttrs;>
.
Defined in DTD section Back Matter : References : Book References
General Attributes (shared with other elements)
Common Optional ID Attributes (a-group-CommonIDAttrs)