<verse-group>

Appears in

Frequency

<app>

Zero or more times

<app-group>

Zero or more times

<body>

Zero or more times

<boxed-text>

Zero or more times

<disp-quote>

Zero or more times

<p>

Zero or more times

<ref-list>

Zero or more times

<sec>

Zero or more times

<supplementary-material>

Zero or more times

<verse-group>

Zero or more times

This element is used to display poems, verses or music. The element <attrib> can also be inserted to identify the author, and <label> to identify the title of the poem, verse, etc.

Example:

...
<verse-group>
  <label>A verse sample</label>
  <verse-line>Sampling a verse</verse-line>
  <verse-line>Sampling what?</verse-line>
  <verse-line>A simple verse</verse-line>
  <verse-line>A unmeaning verse.</verse-line>
  <attrib>Anonymous</attrib>
</verse-group>
...