The model of this element is based on the label element of the Text Encoding Initiative (TEI).
Don't confuse this element, which is used to capture labelling text appearing in the document, with the label attribute, which records text to be used to generate a designation for the element to which it’s attached, a "tool tip" or prefatory text, for example.
<elementSpec ident="label" module="MEI.shared">
<desc xml:lang="en">A container for document text that identifies the feature to which it is attached.
For a
"tool tip" or other generated label, use the
<att>label</att> attribute.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.lang"/>
<memberOf key="att.source"/>
<memberOf key="model.labelLike"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:choice>
<rng:text/>
<rng:ref name="model.textPhraseLike.limited"/>
<rng:ref name="model.editLike"/>
<rng:ref name="model.transcriptionLike"/>
</rng:choice>
</rng:zeroOrMore>
</content>
<remarks xml:lang="en">
<p>The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-label.html">label</ref> element of the Text Encoding Initiative (TEI).</p>
<p>Don't confuse this element, which is used to capture labelling text appearing in the
document, with the <att>label</att> attribute, which records text to be used to generate a
designation for the element to which it’s attached, a "tool tip" or prefatory text,
for
example.</p>
</remarks>
</elementSpec>