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. This element is modelled on an element in the Text Encoding Initiative (TEI) standard.
<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>
<elementSpec ident="term" module="MEI.shared">
<desc>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.limited"/>
</classes>
<content>
<rng:zeroOrMore>
</rng:zeroOrMore>
</content>
<constraintSpec ident="Check_term_dataTarget" scheme="isoschematron">
<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>
<p part="N">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; i.e., terms created
from a
combination of other, independent terms.</p>
<p part="N">To associate a term with a taxonomy category defined in the MEI metadata header, the
value
of
<att scheme="TEI">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 scheme="TEI">class</att> must contain an absolute URI, which may include the fragment
identifier of the element containing the category label.</p>
</remarks>
<remarks>
<p part="N">This element is modelled on an element in the Text Encoding Initiative (TEI) standard.</p>
</remarks>
</elementSpec>