<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
Modul core — 3 Elements Available in All TEI Documents
Neben global gültigen Attributen att.metrical (@met, @real, @rhyme) att.enjamb (@enjamb)
part specifies whether or not the line is metrically complete.
Zustand Obligatorisch wenn zutreffend
Gültige Werte:
Y
(yes) the line is metrically incomplete
N
(no) either the line is complete, or no claim is made as to its completeness [Vorgabe]
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
Verwendet von
Kann enthalten
Deklaration

<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="part" a: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
}
Beispiel
<l met="-/-/-/-/-/" part="Y"/>