<equiv>

<equiv> 具體指出一個與父元素同等的名稱,無論是藉由交互參照或是外部連結。 [3.3.4 Terms, Glosses, Equivalents, and Descriptions 22.4.1 Description of Components]
組件tagdocs — Documentation Elements
屬性att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.internetMedia (@mimeType)
name說明父元素所標記的基本概念。
狀態 非必備的
資料類型 teidata.name
uri(uniform resource identifier) 以外部識別符來說明父元素所標記的基本概念
狀態 非必備的
資料類型 teidata.pointer
filter參照能把該元素實例轉變成標準TEI的外部程式
狀態 非必備的
資料類型 teidata.pointer
俱乐部会员
可包含在於
可包含空白元素
例子
<elementSpec ident="himode="change">
 <equiv name="BOLD"/>
 <desc>粗體印刷</desc>
 <attList>
  <attDef ident="rendmode="change">
   <valList>
    <valItem ident="bold"/>
   </valList>
  </attDef>
 </attList>
</elementSpec>
<elementSpec ident="bomode="add">
 <equiv name="BOLD"
  uri="http://www.example.com/typesetting/bold"/>

</elementSpec>
Content model
<content>
</content>
宣告
<rng:element name="equiv">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.internetMedia.attributes"/>
 <rng:optional>
  <rng:attribute name="name">
   <rng:ref name="teidata.name"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="uri">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="filter">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:empty/>
</rng:element>
element equiv
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.internetMedia.attributes,
   attribute name { teidata.name }?,
   attribute uri { teidata.pointer }?,
   attribute filter { teidata.pointer }?,
   empty
}