| <lbl> (label) contains a label for a form, example, translation, or other piece of information, e.g. abbreviation for, contraction of, literally, approximately, synonyms:, etc. [10.3.1. Information on Written and Spoken Forms 10.3.3.2. Translation Equivalents 10.3.5.3. Cross-References to Other Entries] |
| Module | dictionaries — Specification |
| Attributes | | type | classifies the label using any convenient typology. |
|
| Member of | |
| Contained by | |
| May contain | |
| Note | Labels specifically relating to usage should be tagged with the special-purpose <usg> element rather than with the generic<lbl> element. |
| Example | <entry>
<form type="abbrev">
<orth>MTBF</orth>
</form>
<form type="full">
<lbl>abbrev. for</lbl>
<orth>mean time between failures</orth>
</form>
</entry>
|
| Content model |
<content>
<macroRef key="macro.lexParaContent"/>
</content>
⚓ |
| Schema Declaration |
element lbl
{
att.global.attributes,
att.lexicographic.attributes,
att.typed.attribute.subtype,
attribute type { text }?,
macro.lexParaContent
}⚓
|