<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.