<elementSpec>
<elementSpec> (element specification) 構造,内容,その要素の目的などを示す. 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>contains literal code</desc> <classes> <memberOf key="model.emphLike"/> </classes> <content> <rng:text/> </content> <attList> <attDef ident="type" usage="opt"> <equiv/> <desc>the language of the code</desc> <datatype> <rng:ref name="data.enumerated"/> </datatype> </attDef> </attList> </elementSpec> |