<degree> Description .email comment.
Changed in version 1.6.
Description
This element contains a single degree after the name of the author of the article. It is in a repeatable group along within the <suffix> element:
<degree>BSc Physics</degree>
or
<degree>BSc Physics</degree>
<degree>BA in Art</degree>
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: <name>
Model Diagram
The DTD model for this element:
--+(choice of TEXT with elements repeated) 
  |  
  |--+(choice) [Name Mixture]
  |  |  
  |  |-- footnoteref  -- (TEXT and elements)
  |  |  
  |  |-- xref  -- (TEXT and elements)
  |  |  
  |  |-- citationref  -- (TEXT and elements)
  |  |  
  |  |-- endnoteref  -- (TEXT and elements)
  |  |  
  |  |-- sup  -- (TEXT and elements)
  |  |  
  |  |-- sub  -- (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 degree                         (#PCDATA | %NameMixture;)*>
<!ATTLIST degree
                forcedisplay             (yes | no)  #IMPLIED 
               %a-group-CommonIDAttrs;>
.
Defined in DTD section Metadata : Article Metadata : Author Details
General Attributes (shared with other elements)
Common Optional ID Attributes (a-group-CommonIDAttrs)
Local Attributes (defined for this element alone)
Attribute: forcedisplay
Description
This attribute can be used to specify that the content must be presented in a Web publication (when set to "yes"). If the attribute is not used, no requirement is indicated either way.
Specification
This attribute is not required. The allowed values are "yes" and "no".
DTD Definition
                forcedisplay             (yes | no)  #IMPLIED 
.