<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.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.internetMedia (@mimeType)
| ||||||||||||||||||||||||
当該モジュールを使用するもの | |||||||||||||||||||||||||
上位 | |||||||||||||||||||||||||
下位 | 空要素 | ||||||||||||||||||||||||
宣言 |
element equiv { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.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="hi" mode="change"> <equiv name="BOLD"/> <desc>bold typography</desc> <attList> <attDef ident="rend"> <valList> <valItem ident="bold"/> </valList> </attDef> </attList> </elementSpec> <elementSpec ident="bo" mode="add"> <equiv name="BOLD" uri="http://www.typesrus.com/bold"/> </elementSpec> | ||||||||||||||||||||||||
解説 | 属性mimeTypeは,属性filterで示されたスクリプ トファイルのMIMEタイプを示すために使われるべきである. |