<elementSpec>
| <elementSpec> 紀錄單一元素類型的結構、內容、以及用途。 22.4.4 Element Specifications 22 Documentation Elements | |||||||
| 組件 | tagdocs — 22 Documentation Elements | ||||||
| 屬性 |  att.identified (@ident, @predeclare, @module, @mode) 
  | ||||||
| 屬於 | |||||||
| 可包含 | |||||||
| 宣告 | 
 element elementSpec { att.global.attributes, att.identified.attributes, attribute ns { data.namespace }?, ( model.glossLike*, classes?, content?, 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>  | ||||||
