<NB>

<NB> (nota bene) groups together content that is marked as a nota bene.
Module lim
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.written (hand)
Member of
Contained by
figures: cell figure table
msdescription: origin summary surrogates
namesdates: occupation
May contain
Note
The NB element is modelled after the postscript element as Forbes frequently uses NBs in multiple contexts (including as trailing content, or as the entirety of an element).
When a NB is used as the content of a footnote, wrap the NB in the note.
We assume that all NB elements are written by Forbes (i.e. the implied value of resp is prs:FORBR1).
Source Github

<elementSpec rend="add" ident="NB" mode="add" module="lim">
   
<gloss>nota bene</gloss>
   
<desc>groups together content that is marked as a nota bene.</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="att.written"/>
      
<memberOf key="model.divPart"/>
      
<memberOf key="model.divBottomPart"/>
   
</classes>
   
<content>
      
<sequence minOccurs="1" maxOccurs="1">
         
<alternate minOccurs="0" maxOccurs="unbounded">
            
<classRef key="model.global"/>
            
<classRef key="model.divTopPart"/>
         
</alternate>
         
<classRef key="model.common"/>
         
<alternate minOccurs="0" maxOccurs="unbounded">
            
<classRef key="model.global"/>
            
<classRef key="model.common"/>
         
</alternate>
         
<sequence minOccurs="0" maxOccurs="unbounded">
            
<classRef key="model.divBottomPart"/>
            
<classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/>
         
</sequence>
      
</sequence>
   
</content>
</elementSpec>