<l>

<l> (verse line) contains a single, possibly incomplete, line of verse. 3.12.1 Core Tags for Verse 3.12 Passages of Verse or Drama 7.2.4 Speech Contents
Modulecore — 3 Elements Available in All TEI Documents
Attributes att.metrical (@met, @real, @rhyme) att.enjamb (@enjamb)
partspecifies whether or not the line is metrically complete.
Status Mandatory when applicable
Legal values are:
Y
(yes) the line is metrically incomplete
N
(no) either the line is complete, or no claim is made as to its completeness [Default]
I
(initial) the initial part of an incomplete line
M
(medial) a medial part of an incomplete line
F
(final) the final part of an incomplete line
Note
The values I, M, or F should be used only where it is clear how the line is to be reconstituted.
Used by
May contain
Declaration

<rng:element name="l">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.metrical.attributes"/>
<rng:ref name="att.enjamb.attributes"/>
<rng:optional>
 <rng:attribute name="parta:defaultValue="N">
  <rng:choice>
   <rng:value>Y</rng:value>
   <rng:value>N</rng:value>
   <rng:value>I</rng:value>
   <rng:value>M</rng:value>
   <rng:value>F</rng:value>
  </rng:choice>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.paraContent"/>
</rng:element>
element l
{
   att.global.attributes,
   att.metrical.attributes,
   att.enjamb.attributes,
   attribute part { "Y" | "N" | "I" | "M" | "F" }?,
   macro.paraContent
}
Example
<l met="-/-/-/-/-/part="Y"/>