<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 親要素の意義を表す.
状態 任意
データ型

<rng:ref name="data.name"/>
data.name
any name
uri (uniform resource identifier) 外部識別子によって親要素の意義を表す.
状態 任意
データ型

<rng:ref name="data.pointer"/>
data.pointer
a URI
filter 当該要素を標準的XMLデータに変形する外部スクリプトへの参照を示す.
状態 任意
データ型

<rng:ref name="data.pointer"/>
data.pointer
a URI
当該モジュールを使用するもの
下位空要素
宣言

<rng:element name="equiv">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.internetMedia.attributes"/>
<rng:optional>
 <rng:attribute name="name">
  <rng:ref name="data.name"/>
 </rng:attribute>
</rng:optional>
<rng:optional>
 <rng:attribute name="uri">
  <rng:ref name="data.pointer"/>
 </rng:attribute>
</rng:optional>
<rng:optional>
 <rng:attribute name="filter">
  <rng:ref name="data.pointer"/>
 </rng:attribute>
</rng:optional>
<rng:empty/>
</rng:element>
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>
解説
属性mimeTypeは,属性filterで示されたスクリプ トファイルのMIMEタイプを示すために使われるべきである.