<l>

<l> (verse line) contains a single, possibly incomplete, line of verse. [3.13.1. Core Tags for Verse 3.13. Passages of Verse or Drama 7.2.5. Speech Contents]
Module core
Attributes Attributes att.global.analytic (ana) att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source))
Member of
Contained by
May contain
Examples

<l met="x/x/x/x/x/" real="/xx/x/x/x/">Shall I compare thee to a summer's day?</l>
Schematron

<sch:report test="ancestor::tei:l[not(.//tei:note//tei:l[. = current()])]">Abstract model violation: Lines may not contain lines or lg elements.</sch:report>
Source Github

<elementSpec rend="change" module="core" ident="l">
   
<gloss>verse line</gloss>
   
<desc>contains a single, possibly incomplete, line of verse.</desc>
   
<classes>
      
<memberOf key="att.global.analytic"/>
      
<memberOf key="att.global"/>
      
<memberOf key="model.lLike"/>
   
</classes>
   
<content>
      
<alternate minOccurs="0" maxOccurs="unbounded">
         
<textNode/>
         
<classRef key="model.gLike"/>
         
<classRef key="model.phrase"/>
         
<classRef key="model.inter"/>
         
<classRef key="model.global"/>
      
</alternate>
   
</content>
   
<attList/>
</elementSpec>