<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>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> |