<equiv>

<equiv> (同等) 表示一個跟父元素同等的名稱,無論是藉著交互參照或是外部連結。 22.4.4 Element Specifications 22.4.5 Attribute List Specification 22.4.6 Element Classes 22.4.7 Pattern Documentation
組件tagdocs — 22 Documentation Elements
屬性 att.internetMedia (@mimeType)
name說明父元素所標記的基本概念。
狀態 非必備的
資料類型
data.name
any name
uri (uniform resource identifier) 以外部識別器來說明父元素所標記的基本概念
狀態 非必備的
資料類型
data.pointer
a URI
filter參照能把該元素轉變成標準TEI的外部程式
狀態 非必備的
資料類型
data.pointer
a URI
屬於 model.glossLike
可包含空白元素
宣告
element equiv
{
   att.global.attributes,
   att.internetMedia.attributes,
   attribute name { data.name }?,
   attribute uri { data.pointer }?,
   attribute filter { data.pointer }?,
   empty
}
例子

The following example declares that the <bo> element is conceptually equivalent to the markup construct hi rend='bold', and that an external definition of this concept is available from the URI indicated

<elementSpec ident="himode="change">
 <equiv name="BOLD"/>
 <desc>bold typography</desc>
 <attList>
  <attDef ident="rend">
   <valList>
    <valItem ident="bold"/>
   </valList>
  </attDef>
 </attList>
</elementSpec>
<elementSpec ident="bomode="add">
 <equiv name="BOLDuri="http://www.typesrus.com/bold"/>
</elementSpec>
The mimeType attribute should be used to supply the MIME media type of the filter script specified by the filter attribute.