<equiv>
| <equiv> (equivalent) 親要素と同等とされる構成要素を、相互参照または外部リンクで示す。 [3.4.1 Terms and Glosses 23.4.1 Description of Components] | |||||||||||||||||||
| モジュール | tagdocs — Documentation Elements | ||||||||||||||||||
| 属性 |
|
||||||||||||||||||
| クラブのメンバー | |||||||||||||||||||
| 上位 |
linking: joinGrp
|
||||||||||||||||||
| 下位 | 空要素 | ||||||||||||||||||
| 解説 |
属性mimeTypeは、属性filterで示されたスクリプ トファイルのMIMEタイプを示すために使われるべきである。 |
||||||||||||||||||
| 例 |
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="hi" mode="change">
<equiv name="BOLD"/> <desc>bold typography</desc> <attList> <attDef ident="rend" mode="change"> <valList> <valItem ident="bold"/> </valList> </attDef> </attList> </elementSpec> <elementSpec ident="bo" mode="add"> <equiv name="BOLD" uri="http://www.example.com/typesetting/bold"/> </elementSpec> |
||||||||||||||||||
| Content model |
<content> |
||||||||||||||||||
| 宣言 |
<rng:element name="equiv"> element equiv { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.internetMedia.attributes, att.predicate.attributes, attribute name { teidata.name }?, attribute uri { teidata.pointer }?, attribute filter { teidata.pointer }?, empty } |
||||||||||||||||||