<interp>

<interp> (interpretation) summarizes a specific interpretative annotation which can be linked to a span of text. [17.3 Spans and Interpretations]
Moduleanalysis — 17 Simple Analytic Mechanisms
Attributesatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.interpLike (@type, @inst) (att.responsibility (@cert, @resp))
Used by
Contained by
analysis: cl interpGrp m phr s span w
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: valDesc
textcrit: app lem rdg wit witDetail
verse: metSym rhyme
May contain
core: desc gloss
gaiji: g
tagdocs: altIdent equiv
Declaration

<rng:element name="interp">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.interpLike.attributes"/>
 <rng:ref name="att.responsibility.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.glossLike"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element interp
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.interpLike.attributes,
   att.responsibility.attributes,
   ( text | model.gLike | model.glossLike )*
}
Example
<interp type="structuralunit" xml:id="ana_am">aftermath</interp>
Note
Generally, each interp element carries an xml:id attribute. This permits the encoder to explicitly associate the interpretation represented by the content of an interp with any textual element through its ana attribute.
Alternatively (or, in addition) an interp may carry an inst attribute which points to one or more textual elements to which the analysis represented by the content of the interp applies.