Heading over the first column (the term column) of a definition list (two-part list).
<!ELEMENT term-head (#PCDATA %term-head-elements;)* >
(#PCDATA | email | ext-link | uri | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | chem-struct | inline-formula | abbrev | named-content | styled-content | fn | target | xref | sub | sup)*
Any combination of:
...
<back>
...
<glossary>
<def-list>
<title>ABBREVIATIONS</title>
<term-head>Abbreviation</term-head>
<def-head>Expansion</def-head>
<def-item>
<term id="G1">PAP I</term>
<def><p>poly(A)polymerase I</p></def>
</def-item>
<def-item>
<term id="G2">PNPase</term>
<def><p>polynucleotide phosphorylase</p></def>
</def-item>
</def-list>
</glossary>
...
</back>
...
JATS-list1.ent