<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 } | ||||||||||||||||||||||||
例子 | <elementSpec ident="hi" mode="change"> <equiv name="BOLD"/> <desc>粗體印刷</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> |