<equiv>
<equiv> 具體指出一個與父元素同等的名稱,無論是藉由交互參照或是外部連結。 [3.4.1 Terms and Glosses 22.4.1 Description of Components] | |||||||||||||||||||
組件 | tagdocs — Documentation Elements | ||||||||||||||||||
屬性 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.internetMedia (@mimeType) att.predicate (@predicate)
| ||||||||||||||||||
俱乐部会员 | |||||||||||||||||||
可包含在於 | linking: joinGrp | ||||||||||||||||||
可包含 | 空白元素 | ||||||||||||||||||
註 | The mimeType attribute should be used to supply the MIME media type of the filter script specified by the filter attribute. | ||||||||||||||||||
例子 | <elementSpec ident="hi" mode="change"> <equiv name="BOLD"/> <desc>粗體印刷</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.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.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 } |