<elementSpec>
<elementSpec> 紀錄單一元素類型的結構、內容、以及用途。 22.4.4 Element Specifications 22 Documentation Elements | |||||||||||||
組件 | tagdocs — 22 Documentation Elements | ||||||||||||
除全域屬性以外 | att.identified (@ident, @predeclare, @module) (att.combinable (@mode))
|
||||||||||||
屬於 | |||||||||||||
可包含 | |||||||||||||
宣告 |
element elementSpec { att.global.attributes, att.identified.attributes, att.combinable.attributes, attribute ns { data.namespace }?, attribute prefix { "" | data.name }?, ( model.glossLike*, classes?, content?, valList?, constraintSpec*, attList?, exemplum*, remarks*, listRef* ) } |
||||||||||||
例子 |
<elementSpec module="tagdocs" ident="code">
<equiv/> <gloss/> <desc>包含文字規則</desc> <classes> <memberOf key="model.emphLike"/> </classes> <content> <rng:text/> </content> <attList> <attDef ident="type" usage="opt"> <equiv/> <desc>規則的表達方式</desc> <datatype> <rng:ref name="data.enumerated"/> </datatype> </attDef> </attList> </elementSpec> |