<byline>

<byline> (byline) contains the primary statement of responsibility given for a work on its title page or at the head or end of the work. [4.2.2. Openers and Closers 4.5. Front Matter]
Module textstructure
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source))
Member of
Contained by
core: lg list
figures: figure table
msdescription: msItem
textstructure: body div front titlePage
May contain
Note
The byline on a title page may include either the name or a description for the document's author. Where the name is included, it may optionally be tagged using the docAuthor element.
Examples

<byline>Written by a CITIZEN who continued all the
while in London. Never made publick before.
</byline>

<byline>Written from her own MEMORANDUMS</byline>

<byline>By George Jones, Political Editor, in Washington</byline>

<byline>BY
<docAuthor>THOMAS PHILIPOTT,</docAuthor>
Master of Arts,
(Somtimes)
Of Clare-Hall in Cambridge.
</byline>
Source Github

<elementSpec module="textstructure" ident="byline">
   
<gloss>byline</gloss>
   
<desc>contains the primary statement of responsibility given for a work
on its title page or at the head or end of the work.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="model.divWrapper"/>
      
<memberOf key="model.titlepagePart"/>
      
<memberOf key="model.pLike.front"/>
   
</classes>
   
<content>
      
<alternate minOccurs="0" maxOccurs="unbounded">
         
<textNode/>
         
<classRef key="model.gLike"/>
         
<classRef key="model.phrase"/>
         
<elementRef key="docAuthor"/>
         
<classRef key="model.global"/>
      
</alternate>
   
</content>
</elementSpec>