<lbl>

<lbl> (etiqueta) en diccionarios, contiene una etiqueta para una forma, ejemplo, traducción u otra información, p.ej. abreviatura para, contracción de, literal., aproximadamente, sinónimo, etc. 9.3.1 Information on Written and Spoken Forms 9.3.3.2 Translation Equivalents 9.3.5.3 Cross-References to Other Entries
Módulodictionaries — 9 Dictionaries
Atributos att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
typeclasifica la etiqueta usada según una tipología funcional
Estado Opcional
Tipo de datos
data.enumerated
Valores any string of characters, such as usage, sense_restriction, etc.
Used byetym xr model.entryPart model.gramPart
May contain
Declaración
element lbl
{
   att.global.attributes,
   att.lexicographic.attributes,
   attribute type { data.enumerated }?,
   macro.paraContent
}
Ejemplo
<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.