<stanza> Description .email comment.
Changed in version 1.8.
Description
This element contains a single stanza of a poem (see <poem>). It should be used when more than one stanza of a poem is presented:
<stanza>
  <poemline>So, although unlisted in atlas or text-book,</poemline>
  <poemline>Her Garden is easy to find. In no time</poemline>
  <poemline>one reaches the gait over which is written</poemline>
  <poemline>large: MAKE PEACE NOT WAR</poemline>
</stanza>
But this element is not required and is undesirable if a single stanza is presented (and in this case, the <poemline> element is repeated directly within the <poem> element).
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: <poem>
Model Diagram
The DTD model for this element:
--+(choice)
  |  
  |-- poemline (repeatable) -- (TEXT and 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 stanza                         (poemline+)>
<!ATTLIST stanza
               %a-group-CommonIDAttrs;>
.
Defined in DTD section Block-level Content : Paragraphs
General Attributes (shared with other elements)
Common Optional ID Attributes (a-group-CommonIDAttrs)