<macroSpec>
<macroSpec> (매크로 명시) 유형의 기능 및 구현을 기록한다. | |||||||
모듈 | tagdocs — 22 Documentation Elements | ||||||
전체 속성에 부가 | att.identified (@ident, @predeclare, @module) (att.combinable (@mode))
|
||||||
에 의해 사용된 | |||||||
포함할 수 있다 | |||||||
선언 |
element macroSpec { att.global.attributes, att.identified.attributes, att.combinable.attributes, attribute type { "pe" | "dt" }?, ( model.glossLike*, ( stringVal | content )*, exemplum*, remarks*, listRef* ) } |
||||||
예 |
<macroSpec module="tei" type="pe" ident="macro.phraseSeq">
<content> <rng:zeroOrMore> <rng:choice> <rng:text/> <rng:ref name="model.gLike"/> <rng:ref name="model.phrase"/> <rng:ref name="model.global"/> </rng:choice> </rng:zeroOrMore> </content> </macroSpec> |