The <term> element may include other <term> elements in order to allow the creation of coordinated terms; i.e., terms created from a combination of other, independent terms.
To associate a term with a taxonomy category defined in the MEI metadata header, the value of @class must contain a fragment identifier corresponding to the appropriate <term> element. To associate a term with category in an externally-defined taxonomy, @class must contain an absolute URI, which may include the fragment identifier of the element containing the category label.
The model of this element is based on the term element of the Text Encoding Initiative (TEI).
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" rend="add" ident="term" module="MEI.shared"><desc xml:lang="en">Keyword or phrase which describes a resource.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.bibl"/>
<memberOf key="att.dataPointing"/>
<memberOf key="att.lang"/>
<memberOf key="model.textPhraseLike.basic"/>
</classes>
<content>
</content>
<constraintSpec ident="Check_term_dataTarget" scheme="schematron">
<constraint>
<sch:rule context="mei:term[@data]">
<sch:assert test="ancestor::mei:classification">The @data attribute may only occur on a
term which is a descendant of a classification element.</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
<remarks xml:lang="en">
<p>The <gi scheme="MEI">term</gi> element may include other <gi scheme="MEI">term</gi>
elements in order to allow the creation of coordinated terms;
<abbr>i.e.</abbr>, terms created from a
combination of other, independent terms.</p>
<p>To associate a term with a taxonomy category defined in the MEI metadata header, the
value
of <att>class</att> must contain a fragment identifier corresponding to the appropriate <gi scheme="MEI">term</gi> element. To associate a term with category in an externally-defined
taxonomy, <att>class</att> must contain an absolute URI, which may include the fragment
identifier of the element containing the category label.</p>
</remarks>
<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-term.html">term</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks></elementSpec>