<lbl>

<lbl> (etichetta) nei dizionari, contiene un'etichetta per una forma, esempio, traduzione, o altra informazione, ad esempio abbreviazione di, contrazzione di, letteralmente, approssimativamente, sinonimi, ecc. 9.3.1 Information on Written and Spoken Forms 9.3.3.2 Translation Equivalents 9.3.5.3 Cross-References to Other Entries
Modulodictionaries — 9 Dictionaries
Attributi att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
typeclassifica le etichette secondo una tipologia funzionale
Stato Opzionale
Tipo di dati
data.enumerated
Valori any string of characters, such as usage, sense_restriction, etc.
Usato daetym xr model.entryPart model.gramPart
Può contenere
Dichiarazione
element lbl
{
   att.global.attributes,
   att.lexicographic.attributes,
   attribute type { data.enumerated }?,
   macro.paraContent
}
Esempio
<entry>
 <form type="abbrev">
  <orth>MTBF</orth>
 </form>
 <form type="full">
  <lbl>abbrev. for</lbl>
  <orth>mean time between failures</orth>
 </form>
</entry>
Nota
Labels specifically relating to usage should be tagged with the special-purpose <usg> element rather than with the generic<lbl> element.